3
3
# Generated by: autospec.py
4
4
#
5
5
Name : tox
6
- Version : 3.21.3
7
- Release : 118
8
- URL : https://files.pythonhosted.org/packages/58/d0/8021ebb1d9a5e88b141854a3eff82aba57c823f26258af3b875230210b16 /tox-3.21.3 .tar.gz
9
- Source0 : https://files.pythonhosted.org/packages/58/d0/8021ebb1d9a5e88b141854a3eff82aba57c823f26258af3b875230210b16 /tox-3.21.3 .tar.gz
6
+ Version : 3.21.4
7
+ Release : 119
8
+ URL : https://files.pythonhosted.org/packages/8b/1c/e7701c96c41440c91a7fadc3f31e211bba557af9ce6acd082108fa05911e /tox-3.21.4 .tar.gz
9
+ Source0 : https://files.pythonhosted.org/packages/8b/1c/e7701c96c41440c91a7fadc3f31e211bba557af9ce6acd082108fa05911e /tox-3.21.4 .tar.gz
10
10
Summary : tox is a generic virtualenv management and test command line tool
11
11
Group : Development/Tools
12
12
License : MIT
@@ -82,15 +82,15 @@ python3 components for the tox package.
82
82
83
83
84
84
%prep
85
- %setup -q -n tox-3.21.3
86
- cd %{_builddir }/tox-3.21.3
85
+ %setup -q -n tox-3.21.4
86
+ cd %{_builddir }/tox-3.21.4
87
87
88
88
%build
89
89
export http_proxy=http://127.0.0.1:9/
90
90
export https_proxy=http://127.0.0.1:9/
91
91
export no_proxy=localhost,127.0.0.1,0.0.0.0
92
92
export LANG=C.UTF-8
93
- export SOURCE_DATE_EPOCH=1611850234
93
+ export SOURCE_DATE_EPOCH=1612308040
94
94
export GCC_IGNORE_WERROR=1
95
95
export AR=gcc-ar
96
96
export RANLIB=gcc-ranlib
@@ -106,7 +106,7 @@ python3 setup.py build
106
106
export MAKEFLAGS=%{?_smp_mflags }
107
107
rm -rf %{buildroot }
108
108
mkdir -p %{buildroot }/usr/share/package-licenses/tox
109
- cp %{_builddir }/tox-3.21.3 /LICENSE %{buildroot }/usr/share/package-licenses/tox/e7fd7c458df3ba9633d648e0d666e348689f3559
109
+ cp %{_builddir }/tox-3.21.4 /LICENSE %{buildroot }/usr/share/package-licenses/tox/e7fd7c458df3ba9633d648e0d666e348689f3559
110
110
python3 -tt setup.py build install --root=%{buildroot }
111
111
echo ----[ mark ]----
112
112
cat %{buildroot }/usr/lib/python3* /site-packages/* /requires.txt || :
0 commit comments