From f72c755c5bea6515346ace9b90c554285d1612aa Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Thu, 16 Jun 2022 15:34:58 +0000 Subject: [PATCH] pypi-importlib_resources: Autospec creation for update from version 5.7.1 to version 5.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Anderson Bravalheri (1): Update Github actions to v3 (#62) Hugo van Kemenade (1): Update base URL for PEPs (#61) Jason R. Coombs (13): Add Python 3.11 into the matrix using workaround from actions/setup-python#213. Drop 3.9 from matrix for efficiency. Prefer spaces for rst. Fixes jaraco/skeleton#64. Inline the flattening of descendants. Move ResourceContainer.joinpath to Traversable.joinpath, providing a concrete implementation. Refactor to converge descendants to a single type and rely on Path.parts for getting the parts. Replace StopIteration with a TraversalError for use in capturing a failed traversal. In readers.MultiplexedPath, re-use Traversable.joinpath. Add test for empty joinpath. Leave this behavior uncovered. Separate match resolution from recursive join. Update changelog Bump behaviors as found in CPython ⚫ Fade to black. Saniya Maheshwari (2): Removed footnote stating that PEP 420 namespace packages are ignored Removed Python 2 related footnote Sviatoslav Sydorenko (1): Inject check job into CI workflow as ultimate flag (#55) Victor Stinner (1): gh-93353: Fix importlib.resources._tempfile() finalizer (#93377) wim glenn (1): exclude build env from cov reporting (#60) --- Makefile | 2 +- options.conf | 2 +- pypi-importlib_resources.spec | 22 +++++++++++----------- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index 1117e88..a2f4991 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-importlib_resources -URL = https://files.pythonhosted.org/packages/07/3c/4e27ef7d4cea5203ed4b52b7fe96ddd08559d9f147a2a4307e7d6d98c035/importlib_resources-5.7.1.tar.gz +URL = https://files.pythonhosted.org/packages/a5/66/b844887f2225049abd75a0c54415d419e334b7a7e2a69c5a5c4968e30906/importlib_resources-5.8.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 9c86511..e46b7b2 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-importlib_resources -url = https://files.pythonhosted.org/packages/07/3c/4e27ef7d4cea5203ed4b52b7fe96ddd08559d9f147a2a4307e7d6d98c035/importlib_resources-5.7.1.tar.gz +url = https://files.pythonhosted.org/packages/a5/66/b844887f2225049abd75a0c54415d419e334b7a7e2a69c5a5c4968e30906/importlib_resources-5.8.0.tar.gz archives = giturl = https://github.com/python/importlib_resources/ domain = diff --git a/pypi-importlib_resources.spec b/pypi-importlib_resources.spec index 8cca10e..b3e545c 100644 --- a/pypi-importlib_resources.spec +++ b/pypi-importlib_resources.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-importlib_resources -Version : 5.7.1 -Release : 16 -URL : https://files.pythonhosted.org/packages/07/3c/4e27ef7d4cea5203ed4b52b7fe96ddd08559d9f147a2a4307e7d6d98c035/importlib_resources-5.7.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/07/3c/4e27ef7d4cea5203ed4b52b7fe96ddd08559d9f147a2a4307e7d6d98c035/importlib_resources-5.7.1.tar.gz +Version : 5.8.0 +Release : 17 +URL : https://files.pythonhosted.org/packages/a5/66/b844887f2225049abd75a0c54415d419e334b7a7e2a69c5a5c4968e30906/importlib_resources-5.8.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/a5/66/b844887f2225049abd75a0c54415d419e334b7a7e2a69c5a5c4968e30906/importlib_resources-5.8.0.tar.gz Summary : Read resources from Python packages Group : Development/Tools License : Apache-2.0 @@ -54,10 +54,10 @@ python3 components for the pypi-importlib_resources package. %prep -%setup -q -n importlib_resources-5.7.1 -cd %{_builddir}/importlib_resources-5.7.1 +%setup -q -n importlib_resources-5.8.0 +cd %{_builddir}/importlib_resources-5.8.0 pushd .. -cp -a importlib_resources-5.7.1 buildavx2 +cp -a importlib_resources-5.8.0 buildavx2 popd %build @@ -65,7 +65,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=1653336910 +export SOURCE_DATE_EPOCH=1655393693 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -77,8 +77,8 @@ export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=auto " export MAKEFLAGS=%{?_smp_mflags} python3 -m build --wheel --skip-dependency-check --no-isolation pushd ../buildavx2/ -export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 " -export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 " +export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx" +export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx " export FFLAGS="$FFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 " export FCFLAGS="$FCFLAGS -m64 -march=x86-64-v3 " export LDFLAGS="$LDFLAGS -m64 -march=x86-64-v3 " @@ -90,7 +90,7 @@ popd export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/pypi-importlib_resources -cp %{_builddir}/importlib_resources-5.7.1/LICENSE %{buildroot}/usr/share/package-licenses/pypi-importlib_resources/3cd2faf9a752b7838f4b6a634116c24cc3053415 +cp %{_builddir}/importlib_resources-5.8.0/LICENSE %{buildroot}/usr/share/package-licenses/pypi-importlib_resources/3cd2faf9a752b7838f4b6a634116c24cc3053415 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 b6a7d89..98d9bcb 100644 --- a/release +++ b/release @@ -1 +1 @@ -16 +17 diff --git a/upstream b/upstream index 95e5c78..eac6e8d 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -c18ceb6ade033c35fce8d08658238f4a6fd0fc69/importlib_resources-5.7.1.tar.gz +1ab58bca22ffcfedb196f102cf5fdc0929ef150d/importlib_resources-5.8.0.tar.gz diff --git a/versions b/versions index 64ff7de..11d9efa 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -5.7.1 +5.8.0