Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit ce79876

Browse files
fenrus75clrpackages
authored andcommitted
tox: Autospec creation for update from version 3.21.3 to version 3.21.4
commit ff9990a2bf4e6540768b6371f2dd4c1d19014a30 Author: Bernát Gábor <[email protected]> Date: Tue Feb 2 19:14:39 2021 +0000 release 3.21.4 commit 7355b6559801cff3a2249eb3865eaf6f6887c26c Author: Miro Hrončok <[email protected]> Date: Tue Feb 2 20:13:01 2021 +0100 Adapt tests not to assume easy_install exists, it was removed from setuptools (#1894) Fixes tox-dev/tox#1893
1 parent efb5b9b commit ce79876

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := tox
2-
URL = https://files.pythonhosted.org/packages/58/d0/8021ebb1d9a5e88b141854a3eff82aba57c823f26258af3b875230210b16/tox-3.21.3.tar.gz
2+
URL = https://files.pythonhosted.org/packages/8b/1c/e7701c96c41440c91a7fadc3f31e211bba557af9ce6acd082108fa05911e/tox-3.21.4.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = tox
3-
url = https://files.pythonhosted.org/packages/58/d0/8021ebb1d9a5e88b141854a3eff82aba57c823f26258af3b875230210b16/tox-3.21.3.tar.gz
3+
url = https://files.pythonhosted.org/packages/8b/1c/e7701c96c41440c91a7fadc3f31e211bba557af9ce6acd082108fa05911e/tox-3.21.4.tar.gz
44
archives =
55
giturl = https://github.com/tox-dev/tox.git
66
domain =

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
118
1+
119

tox.spec

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
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
1010
Summary : tox is a generic virtualenv management and test command line tool
1111
Group : Development/Tools
1212
License : MIT
@@ -82,15 +82,15 @@ python3 components for the tox package.
8282

8383

8484
%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
8787

8888
%build
8989
export http_proxy=http://127.0.0.1:9/
9090
export https_proxy=http://127.0.0.1:9/
9191
export no_proxy=localhost,127.0.0.1,0.0.0.0
9292
export LANG=C.UTF-8
93-
export SOURCE_DATE_EPOCH=1611850234
93+
export SOURCE_DATE_EPOCH=1612308040
9494
export GCC_IGNORE_WERROR=1
9595
export AR=gcc-ar
9696
export RANLIB=gcc-ranlib
@@ -106,7 +106,7 @@ python3 setup.py build
106106
export MAKEFLAGS=%{?_smp_mflags}
107107
rm -rf %{buildroot}
108108
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
110110
python3 -tt setup.py build install --root=%{buildroot}
111111
echo ----[ mark ]----
112112
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9a0554eed6af6a0ddfcd8605fbc3543d4ec4bd7d/tox-3.21.3.tar.gz
1+
a55dd771e5ca1d939db0843ac40a8e75ec86d1b8/tox-3.21.4.tar.gz

versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.21.3
1+
3.21.4

0 commit comments

Comments
 (0)