From 495c5f387c8d3d3670ece2f67f58450d3314bfb5 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Tue, 19 Mar 2024 18:31:50 +0000 Subject: [PATCH] pypi-importlib_resources: Autospec creation for update from version 6.3.1 to version 6.3.2 Jason R. Coombs (4): When blocking stdlib readers, avoid giving deference to degenerate readers and instead prefer the standard readers before once again falling back to any CompatibilityFiles reader. Closes #298. Add news fragment. Add reference to the issue in the docstring. 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 196e4f9..bba76ae 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-importlib_resources -URL = https://files.pythonhosted.org/packages/6a/19/97a9211bd1fc5a25080a63f7386a5d9d208c9160ed8681bddc257e522705/importlib_resources-6.3.1.tar.gz +URL = https://files.pythonhosted.org/packages/cc/d8/9024d77b996e94c115d6b4fb7580742a012f15ecbca2e7f626445a408179/importlib_resources-6.3.2.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index e3828d7..40a5517 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-importlib_resources -url = https://files.pythonhosted.org/packages/6a/19/97a9211bd1fc5a25080a63f7386a5d9d208c9160ed8681bddc257e522705/importlib_resources-6.3.1.tar.gz +url = https://files.pythonhosted.org/packages/cc/d8/9024d77b996e94c115d6b4fb7580742a012f15ecbca2e7f626445a408179/importlib_resources-6.3.2.tar.gz archives = giturl = https://github.com/python/importlib_resources/ domain = diff --git a/pypi-importlib_resources.spec b/pypi-importlib_resources.spec index a706c97..b65249b 100644 --- a/pypi-importlib_resources.spec +++ b/pypi-importlib_resources.spec @@ -6,10 +6,10 @@ # autospec commit: f4bef72 # Name : pypi-importlib_resources -Version : 6.3.1 -Release : 41 -URL : https://files.pythonhosted.org/packages/6a/19/97a9211bd1fc5a25080a63f7386a5d9d208c9160ed8681bddc257e522705/importlib_resources-6.3.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/6a/19/97a9211bd1fc5a25080a63f7386a5d9d208c9160ed8681bddc257e522705/importlib_resources-6.3.1.tar.gz +Version : 6.3.2 +Release : 42 +URL : https://files.pythonhosted.org/packages/cc/d8/9024d77b996e94c115d6b4fb7580742a012f15ecbca2e7f626445a408179/importlib_resources-6.3.2.tar.gz +Source0 : https://files.pythonhosted.org/packages/cc/d8/9024d77b996e94c115d6b4fb7580742a012f15ecbca2e7f626445a408179/importlib_resources-6.3.2.tar.gz Summary : Read resources from Python packages Group : Development/Tools License : Apache-2.0 @@ -60,10 +60,10 @@ python3 components for the pypi-importlib_resources package. %prep -%setup -q -n importlib_resources-6.3.1 -cd %{_builddir}/importlib_resources-6.3.1 +%setup -q -n importlib_resources-6.3.2 +cd %{_builddir}/importlib_resources-6.3.2 pushd .. -cp -a importlib_resources-6.3.1 buildavx2 +cp -a importlib_resources-6.3.2 buildavx2 popd %build @@ -71,7 +71,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=1710609206 +export SOURCE_DATE_EPOCH=1710873105 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index 87523dd..d81cc07 100644 --- a/release +++ b/release @@ -1 +1 @@ -41 +42 diff --git a/upstream b/upstream index 7af62ca..f012ae3 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -df3175c0d0886c81684c30019458fa024f9fc85d/importlib_resources-6.3.1.tar.gz +8dde75eb0d94a7bba272f3477ec65c17cce981a9/importlib_resources-6.3.2.tar.gz