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