|
3 | 3 | # Generated by: autospec.py
|
4 | 4 | #
|
5 | 5 | Name : pypi-inflect
|
6 |
| -Version : 6.0.0 |
7 |
| -Release : 15 |
8 |
| -URL : https://files.pythonhosted.org/packages/93/b3/f53dae21efbc41231797d136f97414a441b9e4cc51ee72a1780793b84bed/inflect-6.0.0.tar.gz |
9 |
| -Source0 : https://files.pythonhosted.org/packages/93/b3/f53dae21efbc41231797d136f97414a441b9e4cc51ee72a1780793b84bed/inflect-6.0.0.tar.gz |
| 6 | +Version : 6.0.1 |
| 7 | +Release : 16 |
| 8 | +URL : https://files.pythonhosted.org/packages/59/27/eab494fe42e7c91f8198daeece278857cbf386a84780242a270d79fd007f/inflect-6.0.1.tar.gz |
| 9 | +Source0 : https://files.pythonhosted.org/packages/59/27/eab494fe42e7c91f8198daeece278857cbf386a84780242a270d79fd007f/inflect-6.0.1.tar.gz |
10 | 10 | Summary : Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words
|
11 | 11 | Group : Development/Tools
|
12 | 12 | License : MIT
|
@@ -58,18 +58,18 @@ python3 components for the pypi-inflect package.
|
58 | 58 |
|
59 | 59 |
|
60 | 60 | %prep
|
61 |
| -%setup -q -n inflect-6.0.0 |
62 |
| -cd %{_builddir}/inflect-6.0.0 |
| 61 | +%setup -q -n inflect-6.0.1 |
| 62 | +cd %{_builddir}/inflect-6.0.1 |
63 | 63 | pushd ..
|
64 |
| -cp -a inflect-6.0.0 buildavx2 |
| 64 | +cp -a inflect-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=1659484117 |
| 72 | +export SOURCE_DATE_EPOCH=1666279384 |
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-inflect
|
97 |
| -cp %{_builddir}/inflect-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-inflect/8e6689d37f82d5617b7f7f7232c94024d41066d1 |
| 97 | +cp %{_builddir}/inflect-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-inflect/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