diff --git a/Makefile b/Makefile index f511778..02d0e16 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-configparser -URL = https://files.pythonhosted.org/packages/fd/1d/a0f55c373f80437607b898956518443b9edd435b5a226392a9ef11d79fa0/configparser-7.0.0.tar.gz +URL = https://files.pythonhosted.org/packages/a5/2e/a8d83652990ecb5df54680baa0c53d182051d9e164a25baa0582363841d1/configparser-7.1.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index b06fc87..1901ffd 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-configparser -url = https://files.pythonhosted.org/packages/fd/1d/a0f55c373f80437607b898956518443b9edd435b5a226392a9ef11d79fa0/configparser-7.0.0.tar.gz +url = https://files.pythonhosted.org/packages/a5/2e/a8d83652990ecb5df54680baa0c53d182051d9e164a25baa0582363841d1/configparser-7.1.0.tar.gz archives = giturl = https://github.com/jaraco/configparser/ domain = @@ -17,6 +17,8 @@ allow_test_failures = false asneeded = false # this package is trusted enough to automatically update (used by other tools) autoupdate = true +# try to use mock short circuit to avoid full rebuilds +avoid_rebuild = false # extend flags with '-std=gnu++98 broken_c++ = false # disable parallelization during build @@ -71,6 +73,8 @@ use_avx512 = false use_clang = false # configure build for lto use_lto = true +# use ninja build files +use_ninja = false # require package verification for build verify_required = false diff --git a/pypi-configparser.spec b/pypi-configparser.spec index 808eb16..f5c7af9 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: v10 -# autospec commit: 5905be9 +# autospec version: v18 +# autospec commit: f35655a # Name : pypi-configparser -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 +Version : 7.1.0 +Release : 21 +URL : https://files.pythonhosted.org/packages/a5/2e/a8d83652990ecb5df54680baa0c53d182051d9e164a25baa0582363841d1/configparser-7.1.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/a5/2e/a8d83652990ecb5df54680baa0c53d182051d9e164a25baa0582363841d1/configparser-7.1.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-7.0.0 -cd %{_builddir}/configparser-7.0.0 +%setup -q -n configparser-7.1.0 +cd %{_builddir}/configparser-7.1.0 pushd .. -cp -a configparser-7.0.0 buildavx2 +cp -a configparser-7.1.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=1713131128 +export SOURCE_DATE_EPOCH=1724078927 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index 209e3ef..aabe6ec 100644 --- a/release +++ b/release @@ -1 +1 @@ -20 +21 diff --git a/upstream b/upstream index ebc51b1..e70e4ab 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -b727cfa3aca7da46062c6430f45647497f0ced78/configparser-7.0.0.tar.gz +d2c47237122fc75b5bd7bfb8d9807ddc63acb99b/configparser-7.1.0.tar.gz