|
3 | 3 | # Generated by: autospec.py
|
4 | 4 | #
|
5 | 5 | Name : pypi-jaraco.text
|
6 |
| -Version : 3.8.1 |
7 |
| -Release : 30 |
8 |
| -URL : https://files.pythonhosted.org/packages/a3/a8/38a9ee3492145b1e53b600a807e5bd929855b1157f527e36bf8aebcfd950/jaraco.text-3.8.1.tar.gz |
9 |
| -Source0 : https://files.pythonhosted.org/packages/a3/a8/38a9ee3492145b1e53b600a807e5bd929855b1157f527e36bf8aebcfd950/jaraco.text-3.8.1.tar.gz |
| 6 | +Version : 3.9.0 |
| 7 | +Release : 31 |
| 8 | +URL : https://files.pythonhosted.org/packages/70/11/f77a4f4c6e49ef37b37138f2de5aed8e67404ab591146e31c86231545ed3/jaraco.text-3.9.0.tar.gz |
| 9 | +Source0 : https://files.pythonhosted.org/packages/70/11/f77a4f4c6e49ef37b37138f2de5aed8e67404ab591146e31c86231545ed3/jaraco.text-3.9.0.tar.gz |
10 | 10 | Summary : Module for text manipulation
|
11 | 11 | Group : Development/Tools
|
12 | 12 | License : MIT
|
13 | 13 | Requires: pypi-jaraco.text-license = %{version}-%{release}
|
14 | 14 | Requires: pypi-jaraco.text-python = %{version}-%{release}
|
15 | 15 | Requires: pypi-jaraco.text-python3 = %{version}-%{release}
|
16 | 16 | BuildRequires : buildreq-distutils3
|
| 17 | +BuildRequires : pypi(autocommand) |
| 18 | +BuildRequires : pypi(inflect) |
17 | 19 | BuildRequires : pypi(jaraco.context)
|
18 | 20 | BuildRequires : pypi(jaraco.functools)
|
| 21 | +BuildRequires : pypi(more_itertools) |
19 | 22 | BuildRequires : pypi(py)
|
20 | 23 | BuildRequires : pypi(setuptools)
|
21 | 24 | BuildRequires : pypi(setuptools_scm)
|
@@ -52,26 +55,29 @@ Summary: python3 components for the pypi-jaraco.text package.
|
52 | 55 | Group: Default
|
53 | 56 | Requires: python3-core
|
54 | 57 | Provides: pypi(jaraco.text)
|
| 58 | +Requires: pypi(autocommand) |
| 59 | +Requires: pypi(inflect) |
55 | 60 | Requires: pypi(jaraco.context)
|
56 | 61 | Requires: pypi(jaraco.functools)
|
| 62 | +Requires: pypi(more_itertools) |
57 | 63 |
|
58 | 64 | %description python3
|
59 | 65 | python3 components for the pypi-jaraco.text package.
|
60 | 66 |
|
61 | 67 |
|
62 | 68 | %prep
|
63 |
| -%setup -q -n jaraco.text-3.8.1 |
64 |
| -cd %{_builddir}/jaraco.text-3.8.1 |
| 69 | +%setup -q -n jaraco.text-3.9.0 |
| 70 | +cd %{_builddir}/jaraco.text-3.9.0 |
65 | 71 | pushd ..
|
66 |
| -cp -a jaraco.text-3.8.1 buildavx2 |
| 72 | +cp -a jaraco.text-3.9.0 buildavx2 |
67 | 73 | popd
|
68 | 74 |
|
69 | 75 | %build
|
70 | 76 | export http_proxy=http://127.0.0.1:9/
|
71 | 77 | export https_proxy=http://127.0.0.1:9/
|
72 | 78 | export no_proxy=localhost,127.0.0.1,0.0.0.0
|
73 | 79 | export LANG=C.UTF-8
|
74 |
| -export SOURCE_DATE_EPOCH=1657810293 |
| 80 | +export SOURCE_DATE_EPOCH=1660580585 |
75 | 81 | export GCC_IGNORE_WERROR=1
|
76 | 82 | export AR=gcc-ar
|
77 | 83 | export RANLIB=gcc-ranlib
|
|
96 | 102 | export MAKEFLAGS=%{?_smp_mflags}
|
97 | 103 | rm -rf %{buildroot}
|
98 | 104 | mkdir -p %{buildroot}/usr/share/package-licenses/pypi-jaraco.text
|
99 |
| -cp %{_builddir}/jaraco.text-3.8.1/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.text/8e6689d37f82d5617b7f7f7232c94024d41066d1 |
| 105 | +cp %{_builddir}/jaraco.text-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.text/8e6689d37f82d5617b7f7f7232c94024d41066d1 |
100 | 106 | pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
|
101 | 107 | echo ----[ mark ]----
|
102 | 108 | cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
|
|
0 commit comments