From d8cfa2ee4bee848ae63147164d7eb484479512b7 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Sun, 14 Apr 2024 21:45:32 +0000 Subject: [PATCH] pypi-configparser: Autospec creation for update from version 6.0.1 to version 7.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avasam (1): Allow mypy on PyPy (jaraco/skeleton#111) Bartosz SÅ‚awecki (1): Add link to blog entry from jaraco/skeleton#115 above CI build matrix. Jason R. Coombs (22): Remove Sphinx pin. Ref sphinx-doc/sphinx#11662. Include deps from the base config in diffcov. Enable complexity check and pycodestyle warnings. Closes jaraco/skeleton#110. Use 'extend-select' to avoid disabling the default config. Ref jaraco/skeleton#110. Re-enable ignoring of temporary merge queue branches. Closes jaraco/skeleton#103. Fetch unshallow clones in readthedocs. Closes jaraco/skeleton#114. Move Python 3.11 out of the test matrix. Configure pytest to support namespace packages. Ref pytest-dev/pytest#12112. Renamed 3.x to cpython for clarity and consistency with other projects. Removed configparser.rst Remove conftest, no longer needed. Renamed sync file. Change the process to match the new expectation that top-level configparser module is only maintained in the main branch. Add shebang to launch the script with pip-run. Fix logic in is_stable (off-by-one is a killer for booleans). Update cpython branch to receive the changed files in the same form as found upstream. Replace now redundant mapping with a sequence of paths. cpython-v3.13.0a6 rev=57aee2a02ce3 Add news fragment. Remove 'configparser' as a top-level name, as it's already masked by the stdlib on all supported Pythons. Removed sections pertaining to Python 2 concerns. Finalize --- Makefile | 2 +- options.conf | 2 +- pypi-configparser.spec | 20 ++++++++++---------- release | 2 +- upstream | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index 1d101f9..f511778 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-configparser -URL = https://files.pythonhosted.org/packages/82/97/930be4777f6b08fc7c248d70c2ea8dfb6a75ab4409f89abc47d6cab37d39/configparser-6.0.1.tar.gz +URL = https://files.pythonhosted.org/packages/fd/1d/a0f55c373f80437607b898956518443b9edd435b5a226392a9ef11d79fa0/configparser-7.0.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 6e2cd3b..b06fc87 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-configparser -url = https://files.pythonhosted.org/packages/82/97/930be4777f6b08fc7c248d70c2ea8dfb6a75ab4409f89abc47d6cab37d39/configparser-6.0.1.tar.gz +url = https://files.pythonhosted.org/packages/fd/1d/a0f55c373f80437607b898956518443b9edd435b5a226392a9ef11d79fa0/configparser-7.0.0.tar.gz archives = giturl = https://github.com/jaraco/configparser/ domain = diff --git a/pypi-configparser.spec b/pypi-configparser.spec index e2e3e3b..808eb16 100644 --- a/pypi-configparser.spec +++ b/pypi-configparser.spec @@ -2,14 +2,14 @@ # This file is auto-generated. DO NOT EDIT # Generated by: autospec.py # Using build pattern: pyproject -# autospec version: v4 -# autospec commit: da8b975 +# autospec version: v10 +# autospec commit: 5905be9 # Name : pypi-configparser -Version : 6.0.1 -Release : 19 -URL : https://files.pythonhosted.org/packages/82/97/930be4777f6b08fc7c248d70c2ea8dfb6a75ab4409f89abc47d6cab37d39/configparser-6.0.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/82/97/930be4777f6b08fc7c248d70c2ea8dfb6a75ab4409f89abc47d6cab37d39/configparser-6.0.1.tar.gz +Version : 7.0.0 +Release : 20 +URL : https://files.pythonhosted.org/packages/fd/1d/a0f55c373f80437607b898956518443b9edd435b5a226392a9ef11d79fa0/configparser-7.0.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/fd/1d/a0f55c373f80437607b898956518443b9edd435b5a226392a9ef11d79fa0/configparser-7.0.0.tar.gz Summary : Updated configparser from stdlib for earlier Pythons. Group : Development/Tools License : MIT @@ -60,10 +60,10 @@ python3 components for the pypi-configparser package. %prep -%setup -q -n configparser-6.0.1 -cd %{_builddir}/configparser-6.0.1 +%setup -q -n configparser-7.0.0 +cd %{_builddir}/configparser-7.0.0 pushd .. -cp -a configparser-6.0.1 buildavx2 +cp -a configparser-7.0.0 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=1708967265 +export SOURCE_DATE_EPOCH=1713131128 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index d6b2404..209e3ef 100644 --- a/release +++ b/release @@ -1 +1 @@ -19 +20 diff --git a/upstream b/upstream index 902796a..ebc51b1 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -fcac383ff54fb1a0fe37fbb33407ef0d6e0024f3/configparser-6.0.1.tar.gz +b727cfa3aca7da46062c6430f45647497f0ced78/configparser-7.0.0.tar.gz