From 08c0d9975838ac6da83e72f67fa4f0c47acae6c8 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Tue, 15 Feb 2022 16:05:09 +0000 Subject: [PATCH] pypi-importlib_metadata: Autospec creation for update from version 4.11.0 to version 4.11.1 Jason R. Coombs (3): Bump pytest-mypy and remove workaround for dbader/pytest-mypy#131. Add test capturing expectation when requires.txt is empty. Ref #367. In _read_egg_info_reqs, when requires.txt exists but is empty, return an empty list. Fixes #367. --- Makefile | 2 +- options.conf | 2 +- pypi-importlib_metadata.spec | 16 ++++++++-------- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index b77b1e3..3613a27 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-importlib_metadata -URL = https://files.pythonhosted.org/packages/28/ac/befd6d793f230c17c366959f518a7fb2f38c0168b850944ec70ba0566271/importlib_metadata-4.11.0.tar.gz +URL = https://files.pythonhosted.org/packages/82/10/600b88188a4e94562cfdf202ef1aca6fedda0723acae8a47376350ec0d5d/importlib_metadata-4.11.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index ff08b8a..1e0f1c7 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-importlib_metadata -url = https://files.pythonhosted.org/packages/28/ac/befd6d793f230c17c366959f518a7fb2f38c0168b850944ec70ba0566271/importlib_metadata-4.11.0.tar.gz +url = https://files.pythonhosted.org/packages/82/10/600b88188a4e94562cfdf202ef1aca6fedda0723acae8a47376350ec0d5d/importlib_metadata-4.11.1.tar.gz archives = giturl = https://github.com/python/importlib_metadata domain = diff --git a/pypi-importlib_metadata.spec b/pypi-importlib_metadata.spec index 187ee83..5aaa012 100644 --- a/pypi-importlib_metadata.spec +++ b/pypi-importlib_metadata.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-importlib_metadata -Version : 4.11.0 -Release : 83 -URL : https://files.pythonhosted.org/packages/28/ac/befd6d793f230c17c366959f518a7fb2f38c0168b850944ec70ba0566271/importlib_metadata-4.11.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/28/ac/befd6d793f230c17c366959f518a7fb2f38c0168b850944ec70ba0566271/importlib_metadata-4.11.0.tar.gz +Version : 4.11.1 +Release : 84 +URL : https://files.pythonhosted.org/packages/82/10/600b88188a4e94562cfdf202ef1aca6fedda0723acae8a47376350ec0d5d/importlib_metadata-4.11.1.tar.gz +Source0 : https://files.pythonhosted.org/packages/82/10/600b88188a4e94562cfdf202ef1aca6fedda0723acae8a47376350ec0d5d/importlib_metadata-4.11.1.tar.gz Summary : Read metadata from Python packages Group : Development/Tools License : Apache-2.0 @@ -59,8 +59,8 @@ python3 components for the pypi-importlib_metadata package. %prep -%setup -q -n importlib_metadata-4.11.0 -cd %{_builddir}/importlib_metadata-4.11.0 +%setup -q -n importlib_metadata-4.11.1 +cd %{_builddir}/importlib_metadata-4.11.1 %patch1 -p1 %build @@ -68,7 +68,7 @@ export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1644597277 +export SOURCE_DATE_EPOCH=1644941103 export GCC_IGNORE_WERROR=1 export CFLAGS="$CFLAGS -fno-lto " export FCFLAGS="$FFLAGS -fno-lto " @@ -81,7 +81,7 @@ python3 -m build --wheel --skip-dependency-check --no-isolation export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/pypi-importlib_metadata -cp %{_builddir}/importlib_metadata-4.11.0/LICENSE %{buildroot}/usr/share/package-licenses/pypi-importlib_metadata/da4dc954bbc3ab0893517cb1d7af5598f7a3daf4 +cp %{_builddir}/importlib_metadata-4.11.1/LICENSE %{buildroot}/usr/share/package-licenses/pypi-importlib_metadata/da4dc954bbc3ab0893517cb1d7af5598f7a3daf4 pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/release b/release index 76a8b2b..871727d 100644 --- a/release +++ b/release @@ -1 +1 @@ -83 +84 diff --git a/upstream b/upstream index d53b5dd..d7aa65a 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -5f8a7d2997658b937bbc1c0dce51ead7b90718a0/importlib_metadata-4.11.0.tar.gz +c106dc31d9d68695764f07383d1cb979246bda7a/importlib_metadata-4.11.1.tar.gz diff --git a/versions b/versions index a162ea7..d782fca 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -4.11.0 +4.11.1