|
3 | 3 | # Generated by: autospec.py
|
4 | 4 | #
|
5 | 5 | Name : pypi-jaraco.collections
|
6 |
| -Version : 3.5.2 |
7 |
| -Release : 31 |
8 |
| -URL : https://files.pythonhosted.org/packages/cb/ef/e249700b1cec81a6b1c64e876005f8c203022d388ea10b104c5eaacb9473/jaraco.collections-3.5.2.tar.gz |
9 |
| -Source0 : https://files.pythonhosted.org/packages/cb/ef/e249700b1cec81a6b1c64e876005f8c203022d388ea10b104c5eaacb9473/jaraco.collections-3.5.2.tar.gz |
| 6 | +Version : 3.6.0 |
| 7 | +Release : 32 |
| 8 | +URL : https://files.pythonhosted.org/packages/55/9b/4ebba6848d257831953354b4c9129fc28bd948204d61aea7a1d9ee13ad59/jaraco.collections-3.6.0.tar.gz |
| 9 | +Source0 : https://files.pythonhosted.org/packages/55/9b/4ebba6848d257831953354b4c9129fc28bd948204d61aea7a1d9ee13ad59/jaraco.collections-3.6.0.tar.gz |
10 | 10 | Summary : Collection objects similar to those in stdlib by jaraco
|
11 | 11 | Group : Development/Tools
|
12 | 12 | License : MIT
|
@@ -58,18 +58,18 @@ python3 components for the pypi-jaraco.collections package.
|
58 | 58 |
|
59 | 59 |
|
60 | 60 | %prep
|
61 |
| -%setup -q -n jaraco.collections-3.5.2 |
62 |
| -cd %{_builddir}/jaraco.collections-3.5.2 |
| 61 | +%setup -q -n jaraco.collections-3.6.0 |
| 62 | +cd %{_builddir}/jaraco.collections-3.6.0 |
63 | 63 | pushd ..
|
64 |
| -cp -a jaraco.collections-3.5.2 buildavx2 |
| 64 | +cp -a jaraco.collections-3.6.0 buildavx2 |
65 | 65 | popd
|
66 | 66 |
|
67 | 67 | %build
|
68 | 68 | export http_proxy=http://127.0.0.1:9/
|
69 | 69 | export https_proxy=http://127.0.0.1:9/
|
70 | 70 | export no_proxy=localhost,127.0.0.1,0.0.0.0
|
71 | 71 | export LANG=C.UTF-8
|
72 |
| -export SOURCE_DATE_EPOCH=1657810126 |
| 72 | +export SOURCE_DATE_EPOCH=1666630309 |
73 | 73 | export GCC_IGNORE_WERROR=1
|
74 | 74 | export AR=gcc-ar
|
75 | 75 | export RANLIB=gcc-ranlib
|
|
94 | 94 | export MAKEFLAGS=%{?_smp_mflags}
|
95 | 95 | rm -rf %{buildroot}
|
96 | 96 | mkdir -p %{buildroot}/usr/share/package-licenses/pypi-jaraco.collections
|
97 |
| -cp %{_builddir}/jaraco.collections-3.5.2/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.collections/8e6689d37f82d5617b7f7f7232c94024d41066d1 |
| 97 | +cp %{_builddir}/jaraco.collections-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.collections/8e6689d37f82d5617b7f7f7232c94024d41066d1 || : |
98 | 98 | pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
|
99 | 99 | echo ----[ mark ]----
|
100 | 100 | cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
|
|
0 commit comments