Skip to content

Commit 25846ab

Browse files
committed
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 realpython/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)
1 parent 427253d commit 25846ab

6 files changed

+15
-15
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-configparser
2-
URL = https://files.pythonhosted.org/packages/02/a8/5fae273a45a3e4e34ea560c99a4843fe2d9fc6fb691de064dc9c72c46e57/configparser-5.2.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/4b/c0/3a47084aca7a940ed1334f89ed2e67bcb42168c4f40c486e267fe71e7aa0/configparser-5.3.0.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-configparser
3-
url = https://files.pythonhosted.org/packages/02/a8/5fae273a45a3e4e34ea560c99a4843fe2d9fc6fb691de064dc9c72c46e57/configparser-5.2.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/4b/c0/3a47084aca7a940ed1334f89ed2e67bcb42168c4f40c486e267fe71e7aa0/configparser-5.3.0.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/configparser/
66
domain =

pypi-configparser.spec

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# Generated by: autospec.py
44
#
55
Name : pypi-configparser
6-
Version : 5.2.0
7-
Release : 9
8-
URL : https://files.pythonhosted.org/packages/02/a8/5fae273a45a3e4e34ea560c99a4843fe2d9fc6fb691de064dc9c72c46e57/configparser-5.2.0.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/02/a8/5fae273a45a3e4e34ea560c99a4843fe2d9fc6fb691de064dc9c72c46e57/configparser-5.2.0.tar.gz
10-
Summary : Updated configparser from Python 3.8 for Python 2.6+.
6+
Version : 5.3.0
7+
Release : 10
8+
URL : https://files.pythonhosted.org/packages/4b/c0/3a47084aca7a940ed1334f89ed2e67bcb42168c4f40c486e267fe71e7aa0/configparser-5.3.0.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/4b/c0/3a47084aca7a940ed1334f89ed2e67bcb42168c4f40c486e267fe71e7aa0/configparser-5.3.0.tar.gz
10+
Summary : Updated configparser from stdlib for earlier Pythons.
1111
Group : Development/Tools
1212
License : MIT
1313
Requires: pypi-configparser-license = %{version}-%{release}
@@ -56,18 +56,18 @@ python3 components for the pypi-configparser package.
5656

5757

5858
%prep
59-
%setup -q -n configparser-5.2.0
60-
cd %{_builddir}/configparser-5.2.0
59+
%setup -q -n configparser-5.3.0
60+
cd %{_builddir}/configparser-5.3.0
6161
pushd ..
62-
cp -a configparser-5.2.0 buildavx2
62+
cp -a configparser-5.3.0 buildavx2
6363
popd
6464

6565
%build
6666
export http_proxy=http://127.0.0.1:9/
6767
export https_proxy=http://127.0.0.1:9/
6868
export no_proxy=localhost,127.0.0.1,0.0.0.0
6969
export LANG=C.UTF-8
70-
export SOURCE_DATE_EPOCH=1656367079
70+
export SOURCE_DATE_EPOCH=1661192408
7171
export GCC_IGNORE_WERROR=1
7272
export AR=gcc-ar
7373
export RANLIB=gcc-ranlib
@@ -92,7 +92,7 @@ popd
9292
export MAKEFLAGS=%{?_smp_mflags}
9393
rm -rf %{buildroot}
9494
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-configparser
95-
cp %{_builddir}/configparser-5.2.0/LICENSE %{buildroot}/usr/share/package-licenses/pypi-configparser/8e6689d37f82d5617b7f7f7232c94024d41066d1
95+
cp %{_builddir}/configparser-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-configparser/8e6689d37f82d5617b7f7f7232c94024d41066d1
9696
pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
9797
echo ----[ mark ]----
9898
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9
1+
10

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a91ae0c36520141e568481c8d2fdf1939f261ee0/configparser-5.2.0.tar.gz
1+
0096b707d906a9f3b0e52d6e758acdc2b8bde78b/configparser-5.3.0.tar.gz

versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.3.0

0 commit comments

Comments
 (0)