|
4 | 4 | # Using build pattern: pyproject
|
5 | 5 | #
|
6 | 6 | Name : pypi-importlib_resources
|
7 |
| -Version : 6.0.0 |
8 |
| -Release : 32 |
9 |
| -URL : https://files.pythonhosted.org/packages/78/1f/65a619c18b0ecd55ac165c7ed119c846051991d01c2cfc0ff7818e4573f0/importlib_resources-6.0.0.tar.gz |
10 |
| -Source0 : https://files.pythonhosted.org/packages/78/1f/65a619c18b0ecd55ac165c7ed119c846051991d01c2cfc0ff7818e4573f0/importlib_resources-6.0.0.tar.gz |
| 7 | +Version : 6.0.1 |
| 8 | +Release : 33 |
| 9 | +URL : https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz |
| 10 | +Source0 : https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz |
11 | 11 | Summary : Read resources from Python packages
|
12 | 12 | Group : Development/Tools
|
13 |
| -License : MIT |
| 13 | +License : Apache-2.0 |
14 | 14 | Requires: pypi-importlib_resources-license = %{version}-%{release}
|
15 | 15 | Requires: pypi-importlib_resources-python = %{version}-%{release}
|
16 | 16 | Requires: pypi-importlib_resources-python3 = %{version}-%{release}
|
@@ -58,18 +58,18 @@ python3 components for the pypi-importlib_resources package.
|
58 | 58 |
|
59 | 59 |
|
60 | 60 | %prep
|
61 |
| -%setup -q -n importlib_resources-6.0.0 |
62 |
| -cd %{_builddir}/importlib_resources-6.0.0 |
| 61 | +%setup -q -n importlib_resources-6.0.1 |
| 62 | +cd %{_builddir}/importlib_resources-6.0.1 |
63 | 63 | pushd ..
|
64 |
| -cp -a importlib_resources-6.0.0 buildavx2 |
| 64 | +cp -a importlib_resources-6.0.1 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=1689003005 |
| 72 | +export SOURCE_DATE_EPOCH=1691427412 |
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-importlib_resources
|
97 |
| -cp %{_builddir}/importlib_resources-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-importlib_resources/0445ed0f69910eeaee036f09a39a13c6e1f37e12 || : |
| 97 | +cp %{_builddir}/importlib_resources-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-importlib_resources/2b8b815229aa8a61e483fb4ba0588b8b6c491890 || : |
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 || :
|
|
114 | 114 |
|
115 | 115 | %files license
|
116 | 116 | %defattr(0644,root,root,0755)
|
117 |
| -/usr/share/package-licenses/pypi-importlib_resources/0445ed0f69910eeaee036f09a39a13c6e1f37e12 |
| 117 | +/usr/share/package-licenses/pypi-importlib_resources/2b8b815229aa8a61e483fb4ba0588b8b6c491890 |
118 | 118 |
|
119 | 119 | %files python
|
120 | 120 | %defattr(-,root,root,-)
|
|
0 commit comments