|
4 | 4 | # Using build pattern: pyproject
|
5 | 5 | #
|
6 | 6 | Name : pypi-jaraco.functools
|
7 |
| -Version : 3.8.0 |
8 |
| -Release : 53 |
9 |
| -URL : https://files.pythonhosted.org/packages/99/62/3c214a2a6143701690af6a6687f324af93f6cb0222eee6dddd8196fcfd05/jaraco.functools-3.8.0.tar.gz |
10 |
| -Source0 : https://files.pythonhosted.org/packages/99/62/3c214a2a6143701690af6a6687f324af93f6cb0222eee6dddd8196fcfd05/jaraco.functools-3.8.0.tar.gz |
| 7 | +Version : 3.8.1 |
| 8 | +Release : 54 |
| 9 | +URL : https://files.pythonhosted.org/packages/7f/52/1192cd48a506cd8da5d4db77eeb91c16c717eec0325fd2f83f8bdca50dfd/jaraco.functools-3.8.1.tar.gz |
| 10 | +Source0 : https://files.pythonhosted.org/packages/7f/52/1192cd48a506cd8da5d4db77eeb91c16c717eec0325fd2f83f8bdca50dfd/jaraco.functools-3.8.1.tar.gz |
11 | 11 | Summary : Functools like those found in stdlib
|
12 | 12 | Group : Development/Tools
|
13 | 13 | License : MIT
|
@@ -59,18 +59,18 @@ python3 components for the pypi-jaraco.functools package.
|
59 | 59 |
|
60 | 60 |
|
61 | 61 | %prep
|
62 |
| -%setup -q -n jaraco.functools-3.8.0 |
63 |
| -cd %{_builddir}/jaraco.functools-3.8.0 |
| 62 | +%setup -q -n jaraco.functools-3.8.1 |
| 63 | +cd %{_builddir}/jaraco.functools-3.8.1 |
64 | 64 | pushd ..
|
65 |
| -cp -a jaraco.functools-3.8.0 buildavx2 |
| 65 | +cp -a jaraco.functools-3.8.1 buildavx2 |
66 | 66 | popd
|
67 | 67 |
|
68 | 68 | %build
|
69 | 69 | export http_proxy=http://127.0.0.1:9/
|
70 | 70 | export https_proxy=http://127.0.0.1:9/
|
71 | 71 | export no_proxy=localhost,127.0.0.1,0.0.0.0
|
72 | 72 | export LANG=C.UTF-8
|
73 |
| -export SOURCE_DATE_EPOCH=1687796261 |
| 73 | +export SOURCE_DATE_EPOCH=1691427619 |
74 | 74 | export GCC_IGNORE_WERROR=1
|
75 | 75 | export CFLAGS="$CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd "
|
76 | 76 | export FCFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd "
|
|
0 commit comments