Skip to content

Commit

Permalink
pypi-configparser: Autospec creation for update from version 5.2.0 to…
Browse files Browse the repository at this point in the history
… 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)
  • Loading branch information
fenrus75 committed Aug 22, 2022
1 parent 427253d commit 25846ab
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion 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 =
Expand Down
20 changes: 10 additions & 10 deletions pypi-configparser.spec
Expand Up @@ -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}
Expand Down Expand Up @@ -56,18 +56,18 @@ 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
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
Expand All @@ -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 || :
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
9
10
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
a91ae0c36520141e568481c8d2fdf1939f261ee0/configparser-5.2.0.tar.gz
0096b707d906a9f3b0e52d6e758acdc2b8bde78b/configparser-5.3.0.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
5.2.0
5.3.0

0 comments on commit 25846ab

Please sign in to comment.