|
3 | 3 | # Generated by: autospec.py
|
4 | 4 | #
|
5 | 5 | Name : pypi-importlib_resources
|
6 |
| -Version : 5.9.0 |
7 |
| -Release : 23 |
8 |
| -URL : https://files.pythonhosted.org/packages/38/b6/bc58f9261c70abb5fd670f9ad5d84445a402b4b473f308c5bf699cd379e0/importlib_resources-5.9.0.tar.gz |
9 |
| -Source0 : https://files.pythonhosted.org/packages/38/b6/bc58f9261c70abb5fd670f9ad5d84445a402b4b473f308c5bf699cd379e0/importlib_resources-5.9.0.tar.gz |
| 6 | +Version : 5.10.0 |
| 7 | +Release : 24 |
| 8 | +URL : https://files.pythonhosted.org/packages/06/72/6bf0df4fe7a139147f5d6b473f16d5aefb7bc5b719ba5dd33f230d35760f/importlib_resources-5.10.0.tar.gz |
| 9 | +Source0 : https://files.pythonhosted.org/packages/06/72/6bf0df4fe7a139147f5d6b473f16d5aefb7bc5b719ba5dd33f230d35760f/importlib_resources-5.10.0.tar.gz |
10 | 10 | Summary : Read resources from Python packages
|
11 | 11 | Group : Development/Tools
|
12 | 12 | License : Apache-2.0
|
@@ -54,18 +54,18 @@ python3 components for the pypi-importlib_resources package.
|
54 | 54 |
|
55 | 55 |
|
56 | 56 | %prep
|
57 |
| -%setup -q -n importlib_resources-5.9.0 |
58 |
| -cd %{_builddir}/importlib_resources-5.9.0 |
| 57 | +%setup -q -n importlib_resources-5.10.0 |
| 58 | +cd %{_builddir}/importlib_resources-5.10.0 |
59 | 59 | pushd ..
|
60 |
| -cp -a importlib_resources-5.9.0 buildavx2 |
| 60 | +cp -a importlib_resources-5.10.0 buildavx2 |
61 | 61 | popd
|
62 | 62 |
|
63 | 63 | %build
|
64 | 64 | export http_proxy=http://127.0.0.1:9/
|
65 | 65 | export https_proxy=http://127.0.0.1:9/
|
66 | 66 | export no_proxy=localhost,127.0.0.1,0.0.0.0
|
67 | 67 | export LANG=C.UTF-8
|
68 |
| -export SOURCE_DATE_EPOCH=1658764372 |
| 68 | +export SOURCE_DATE_EPOCH=1665419158 |
69 | 69 | export GCC_IGNORE_WERROR=1
|
70 | 70 | export AR=gcc-ar
|
71 | 71 | export RANLIB=gcc-ranlib
|
|
90 | 90 | export MAKEFLAGS=%{?_smp_mflags}
|
91 | 91 | rm -rf %{buildroot}
|
92 | 92 | mkdir -p %{buildroot}/usr/share/package-licenses/pypi-importlib_resources
|
93 |
| -cp %{_builddir}/importlib_resources-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-importlib_resources/2b8b815229aa8a61e483fb4ba0588b8b6c491890 |
| 93 | +cp %{_builddir}/importlib_resources-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-importlib_resources/2b8b815229aa8a61e483fb4ba0588b8b6c491890 || : |
94 | 94 | pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
|
95 | 95 | echo ----[ mark ]----
|
96 | 96 | cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
|
|
0 commit comments