From e825b0b64921b64dfd87ad4c2c3ee624c118d86f Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Thu, 21 Sep 2023 01:35:35 +0000 Subject: [PATCH] pypi-importlib_resources: Autospec creation for update from version 6.0.1 to version 6.1.0 Jason R. Coombs (19): Add API docs. Closes #245. Pin against sphinx 7.2.5 as workaround for sphinx/sphinx-doc#11662. Closes jaraco/skeleton#88. Allow GITHUB_* settings to pass through to tests. Remove spinner disablement. If it's not already fixed upstream, that's where it should be fixed. Clean up 'color' environment variables. Add diff-cover check to Github Actions CI. Closes jaraco/skeleton#90. Add descriptions to the tox environments. Closes jaraco/skeleton#91. Add FORCE_COLOR to the TOX_OVERRIDE for GHA. Requires tox 4.11.1. Closes jaraco/skeleton#89. Replace static zip fixtures with dynamically generated zip fixtures built from the same modules as found on the file system. Separate 'disk' concern of namespace tests. Prefer ``pass_env`` in tox config. Preferred failure mode for tox-dev/tox#3127 and closes jaraco/skeleton#92. In zip namespace fixtures, explicitly generate the directory entries implied by children. Workaround for python/cpython#59110. Add xfail tests for namespace packages in a zip, capturing missed expectation reported in python/importlib_resources#287. Update MultiplexedPath to expect Traversable and add a compatibility shim with deprecation warning. Update tests for MultiplexedPath to pass traversables, addressing some deprecation warnings. Update changelog When constructing a MultiplexedPath, resolve submodule_search_locations to Traversable objects. Closes python/importlib_resources#287. Honor backslashes in inner paths as found in submodule_search_locations. Finalize --- Makefile | 2 +- options.conf | 2 +- pypi-importlib_resources.spec | 16 ++++++++-------- release | 2 +- upstream | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 807b027..1fe645d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-importlib_resources -URL = https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz +URL = https://files.pythonhosted.org/packages/0a/a2/f4b8b82ea966b6c7f66b9099e19ac02dc539f4fe667188113c663e98e784/importlib_resources-6.1.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index a7991af..d6ee693 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-importlib_resources -url = https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz +url = https://files.pythonhosted.org/packages/0a/a2/f4b8b82ea966b6c7f66b9099e19ac02dc539f4fe667188113c663e98e784/importlib_resources-6.1.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 4cc7772..4b8c7c2 100644 --- a/pypi-importlib_resources.spec +++ b/pypi-importlib_resources.spec @@ -4,10 +4,10 @@ # Using build pattern: pyproject # Name : pypi-importlib_resources -Version : 6.0.1 -Release : 33 -URL : https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz +Version : 6.1.0 +Release : 34 +URL : https://files.pythonhosted.org/packages/0a/a2/f4b8b82ea966b6c7f66b9099e19ac02dc539f4fe667188113c663e98e784/importlib_resources-6.1.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/0a/a2/f4b8b82ea966b6c7f66b9099e19ac02dc539f4fe667188113c663e98e784/importlib_resources-6.1.0.tar.gz Summary : Read resources from Python packages Group : Development/Tools License : Apache-2.0 @@ -58,10 +58,10 @@ python3 components for the pypi-importlib_resources package. %prep -%setup -q -n importlib_resources-6.0.1 -cd %{_builddir}/importlib_resources-6.0.1 +%setup -q -n importlib_resources-6.1.0 +cd %{_builddir}/importlib_resources-6.1.0 pushd .. -cp -a importlib_resources-6.0.1 buildavx2 +cp -a importlib_resources-6.1.0 buildavx2 popd %build @@ -69,7 +69,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=1691427412 +export SOURCE_DATE_EPOCH=1695260130 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index bb95160..a787364 100644 --- a/release +++ b/release @@ -1 +1 @@ -33 +34 diff --git a/upstream b/upstream index 8d4e146..1a835bf 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -dc5322c0a6414fa823f54ef7fe938210abecd6a8/importlib_resources-6.0.1.tar.gz +4af82ed75a1672a45157bfa7d09c4dfd0605802a/importlib_resources-6.1.0.tar.gz