From ce79876769078600c8efcd606ffa64b18e664f47 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Tue, 2 Feb 2021 23:20:44 +0000 Subject: [PATCH] tox: Autospec creation for update from version 3.21.3 to version 3.21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit ff9990a2bf4e6540768b6371f2dd4c1d19014a30 Author: Bernát Gábor Date: Tue Feb 2 19:14:39 2021 +0000 release 3.21.4 commit 7355b6559801cff3a2249eb3865eaf6f6887c26c Author: Miro Hrončok Date: Tue Feb 2 20:13:01 2021 +0100 Adapt tests not to assume easy_install exists, it was removed from setuptools (#1894) Fixes https://github.com/tox-dev/tox/issues/1893 --- Makefile | 2 +- options.conf | 2 +- release | 2 +- tox.spec | 16 ++++++++-------- upstream | 2 +- versions | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 07f1015..9e3e102 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := tox -URL = https://files.pythonhosted.org/packages/58/d0/8021ebb1d9a5e88b141854a3eff82aba57c823f26258af3b875230210b16/tox-3.21.3.tar.gz +URL = https://files.pythonhosted.org/packages/8b/1c/e7701c96c41440c91a7fadc3f31e211bba557af9ce6acd082108fa05911e/tox-3.21.4.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 1d14875..bcd2da3 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = tox -url = https://files.pythonhosted.org/packages/58/d0/8021ebb1d9a5e88b141854a3eff82aba57c823f26258af3b875230210b16/tox-3.21.3.tar.gz +url = https://files.pythonhosted.org/packages/8b/1c/e7701c96c41440c91a7fadc3f31e211bba557af9ce6acd082108fa05911e/tox-3.21.4.tar.gz archives = giturl = https://github.com/tox-dev/tox.git domain = diff --git a/release b/release index 415196e..078fa0f 100644 --- a/release +++ b/release @@ -1 +1 @@ -118 +119 diff --git a/tox.spec b/tox.spec index 409f346..61741ee 100644 --- a/tox.spec +++ b/tox.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : tox -Version : 3.21.3 -Release : 118 -URL : https://files.pythonhosted.org/packages/58/d0/8021ebb1d9a5e88b141854a3eff82aba57c823f26258af3b875230210b16/tox-3.21.3.tar.gz -Source0 : https://files.pythonhosted.org/packages/58/d0/8021ebb1d9a5e88b141854a3eff82aba57c823f26258af3b875230210b16/tox-3.21.3.tar.gz +Version : 3.21.4 +Release : 119 +URL : https://files.pythonhosted.org/packages/8b/1c/e7701c96c41440c91a7fadc3f31e211bba557af9ce6acd082108fa05911e/tox-3.21.4.tar.gz +Source0 : https://files.pythonhosted.org/packages/8b/1c/e7701c96c41440c91a7fadc3f31e211bba557af9ce6acd082108fa05911e/tox-3.21.4.tar.gz Summary : tox is a generic virtualenv management and test command line tool Group : Development/Tools License : MIT @@ -82,15 +82,15 @@ python3 components for the tox package. %prep -%setup -q -n tox-3.21.3 -cd %{_builddir}/tox-3.21.3 +%setup -q -n tox-3.21.4 +cd %{_builddir}/tox-3.21.4 %build export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1611850234 +export SOURCE_DATE_EPOCH=1612308040 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -106,7 +106,7 @@ python3 setup.py build export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/tox -cp %{_builddir}/tox-3.21.3/LICENSE %{buildroot}/usr/share/package-licenses/tox/e7fd7c458df3ba9633d648e0d666e348689f3559 +cp %{_builddir}/tox-3.21.4/LICENSE %{buildroot}/usr/share/package-licenses/tox/e7fd7c458df3ba9633d648e0d666e348689f3559 python3 -tt setup.py build install --root=%{buildroot} echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/upstream b/upstream index d6644bb..2c54110 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -9a0554eed6af6a0ddfcd8605fbc3543d4ec4bd7d/tox-3.21.3.tar.gz +a55dd771e5ca1d939db0843ac40a8e75ec86d1b8/tox-3.21.4.tar.gz diff --git a/versions b/versions index c60ca5a..4a46307 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -3.21.3 +3.21.4