|
4 | 4 | # Using build pattern: pyproject
|
5 | 5 | #
|
6 | 6 | Name : pypi-tempora
|
7 |
| -Version : 5.3.0 |
8 |
| -Release : 60 |
9 |
| -URL : https://files.pythonhosted.org/packages/24/9e/fe5328123e2d416b39c5e790165074123c54e34e82aecca33473711dd439/tempora-5.3.0.tar.gz |
10 |
| -Source0 : https://files.pythonhosted.org/packages/24/9e/fe5328123e2d416b39c5e790165074123c54e34e82aecca33473711dd439/tempora-5.3.0.tar.gz |
| 7 | +Version : 5.5.0 |
| 8 | +Release : 61 |
| 9 | +URL : https://files.pythonhosted.org/packages/c9/dc/97d90b9f64dbe4f599023e19602b33a2cced68462db67a3d4805a77cf784/tempora-5.5.0.tar.gz |
| 10 | +Source0 : https://files.pythonhosted.org/packages/c9/dc/97d90b9f64dbe4f599023e19602b33a2cced68462db67a3d4805a77cf784/tempora-5.5.0.tar.gz |
11 | 11 | Summary : Objects and routines pertaining to date and time (tempora)
|
12 | 12 | Group : Development/Tools
|
13 | 13 | License : MIT
|
@@ -71,18 +71,18 @@ python3 components for the pypi-tempora package.
|
71 | 71 |
|
72 | 72 |
|
73 | 73 | %prep
|
74 |
| -%setup -q -n tempora-5.3.0 |
75 |
| -cd %{_builddir}/tempora-5.3.0 |
| 74 | +%setup -q -n tempora-5.5.0 |
| 75 | +cd %{_builddir}/tempora-5.5.0 |
76 | 76 | pushd ..
|
77 |
| -cp -a tempora-5.3.0 buildavx2 |
| 77 | +cp -a tempora-5.5.0 buildavx2 |
78 | 78 | popd
|
79 | 79 |
|
80 | 80 | %build
|
81 | 81 | export http_proxy=http://127.0.0.1:9/
|
82 | 82 | export https_proxy=http://127.0.0.1:9/
|
83 | 83 | export no_proxy=localhost,127.0.0.1,0.0.0.0
|
84 | 84 | export LANG=C.UTF-8
|
85 |
| -export SOURCE_DATE_EPOCH=1686585592 |
| 85 | +export SOURCE_DATE_EPOCH=1687887889 |
86 | 86 | export GCC_IGNORE_WERROR=1
|
87 | 87 | export CFLAGS="$CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd "
|
88 | 88 | 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