|
3 | 3 | # Generated by: autospec.py
|
4 | 4 | #
|
5 | 5 | 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. |
11 | 11 | Group : Development/Tools
|
12 | 12 | License : MIT
|
13 | 13 | Requires: pypi-configparser-license = %{version}-%{release}
|
@@ -56,18 +56,18 @@ python3 components for the pypi-configparser package.
|
56 | 56 |
|
57 | 57 |
|
58 | 58 | %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 |
61 | 61 | pushd ..
|
62 |
| -cp -a configparser-5.2.0 buildavx2 |
| 62 | +cp -a configparser-5.3.0 buildavx2 |
63 | 63 | popd
|
64 | 64 |
|
65 | 65 | %build
|
66 | 66 | export http_proxy=http://127.0.0.1:9/
|
67 | 67 | export https_proxy=http://127.0.0.1:9/
|
68 | 68 | export no_proxy=localhost,127.0.0.1,0.0.0.0
|
69 | 69 | export LANG=C.UTF-8
|
70 |
| -export SOURCE_DATE_EPOCH=1656367079 |
| 70 | +export SOURCE_DATE_EPOCH=1661192408 |
71 | 71 | export GCC_IGNORE_WERROR=1
|
72 | 72 | export AR=gcc-ar
|
73 | 73 | export RANLIB=gcc-ranlib
|
|
92 | 92 | export MAKEFLAGS=%{?_smp_mflags}
|
93 | 93 | rm -rf %{buildroot}
|
94 | 94 | 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 |
96 | 96 | pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
|
97 | 97 | echo ----[ mark ]----
|
98 | 98 | cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
|
|
0 commit comments