From 25846ab961359269519c293fb43705cfe0d42c27 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 22 Aug 2022 18:20:12 +0000 Subject: [PATCH] pypi-configparser: Autospec creation for update from version 5.2.0 to version 5.3.0 Anderson Bravalheri (2): Ignore flake8/black warnings with pytest 7.0.1 (jaraco/skeleton#58) Update Github actions to v3 (#62) Hugo van Kemenade (1): Update base URL for PEPs (#61) Jason R. Coombs (28): Require Python 3.7 or later. Remove filtered warnings, addressed upstream. Update badge year Remove setup.py, no longer needed. Add exclusions for pytest 7 deprecations in plugins. Fixes jaraco/skeleton#57. Use the parent category PytestDeprecationWarning, which is available on older pytest versions. Fixes jaraco/skeleton#57. Bump pytest-mypy and remove workaround for dbader/pytest-mypy#131. Require jaraco.packaging 9 adding compatibility for projects with no setup.py file. Ran pre-commit autoupdate 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. Honor PEP 518 with pytest-enabler. Ran pre-commit autoupdate Use '-dev' for every Python version. Ref actions/setup-python#213. Use Python 3.11 for cutting releases. Pin flake8. Workaround for tholo/pytest-flake8#87. Update to setup-python v4. Fixes jaraco/skeleton#65. Also update release to v4 Include release candidates in stable. cpython-v3.11.0rc1 rev=41cb07120b77 Normalize whitespace in setup.cfg Remove references to specific Python versions. Remove optional step. Update changelog Remove superfluous base class, reducing variance from baseline. Update some code in test_configparser to match upstream. Remove workaround. Fixes #58. Revert "Remove workaround. Fixes #58." Sviatoslav Sydorenko (1): Inject check job into CI workflow as ultimate flag (#55) wim glenn (1): exclude build env from cov reporting (#60) --- Makefile | 2 +- options.conf | 2 +- pypi-configparser.spec | 20 ++++++++++---------- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index ce13c77..77a09f0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-configparser -URL = https://files.pythonhosted.org/packages/02/a8/5fae273a45a3e4e34ea560c99a4843fe2d9fc6fb691de064dc9c72c46e57/configparser-5.2.0.tar.gz +URL = https://files.pythonhosted.org/packages/4b/c0/3a47084aca7a940ed1334f89ed2e67bcb42168c4f40c486e267fe71e7aa0/configparser-5.3.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 62f9d25..1390604 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-configparser -url = https://files.pythonhosted.org/packages/02/a8/5fae273a45a3e4e34ea560c99a4843fe2d9fc6fb691de064dc9c72c46e57/configparser-5.2.0.tar.gz +url = https://files.pythonhosted.org/packages/4b/c0/3a47084aca7a940ed1334f89ed2e67bcb42168c4f40c486e267fe71e7aa0/configparser-5.3.0.tar.gz archives = giturl = https://github.com/jaraco/configparser/ domain = diff --git a/pypi-configparser.spec b/pypi-configparser.spec index 4defbc3..5842729 100644 --- a/pypi-configparser.spec +++ b/pypi-configparser.spec @@ -3,11 +3,11 @@ # Generated by: autospec.py # Name : pypi-configparser -Version : 5.2.0 -Release : 9 -URL : https://files.pythonhosted.org/packages/02/a8/5fae273a45a3e4e34ea560c99a4843fe2d9fc6fb691de064dc9c72c46e57/configparser-5.2.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/02/a8/5fae273a45a3e4e34ea560c99a4843fe2d9fc6fb691de064dc9c72c46e57/configparser-5.2.0.tar.gz -Summary : Updated configparser from Python 3.8 for Python 2.6+. +Version : 5.3.0 +Release : 10 +URL : https://files.pythonhosted.org/packages/4b/c0/3a47084aca7a940ed1334f89ed2e67bcb42168c4f40c486e267fe71e7aa0/configparser-5.3.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/4b/c0/3a47084aca7a940ed1334f89ed2e67bcb42168c4f40c486e267fe71e7aa0/configparser-5.3.0.tar.gz +Summary : Updated configparser from stdlib for earlier Pythons. Group : Development/Tools License : MIT Requires: pypi-configparser-license = %{version}-%{release} @@ -56,10 +56,10 @@ python3 components for the pypi-configparser package. %prep -%setup -q -n configparser-5.2.0 -cd %{_builddir}/configparser-5.2.0 +%setup -q -n configparser-5.3.0 +cd %{_builddir}/configparser-5.3.0 pushd .. -cp -a configparser-5.2.0 buildavx2 +cp -a configparser-5.3.0 buildavx2 popd %build @@ -67,7 +67,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=1656367079 +export SOURCE_DATE_EPOCH=1661192408 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -92,7 +92,7 @@ popd export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/pypi-configparser -cp %{_builddir}/configparser-5.2.0/LICENSE %{buildroot}/usr/share/package-licenses/pypi-configparser/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/configparser-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-configparser/8e6689d37f82d5617b7f7f7232c94024d41066d1 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 ec63514..f599e28 100644 --- a/release +++ b/release @@ -1 +1 @@ -9 +10 diff --git a/upstream b/upstream index 555b19c..a9cf440 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -a91ae0c36520141e568481c8d2fdf1939f261ee0/configparser-5.2.0.tar.gz +0096b707d906a9f3b0e52d6e758acdc2b8bde78b/configparser-5.3.0.tar.gz diff --git a/versions b/versions index 91ff572..03f488b 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -5.2.0 +5.3.0