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

Commit

Permalink
tox: Autospec creation for update from version 3.21.3 to version 3.21.4
Browse files Browse the repository at this point in the history
commit ff9990a2bf4e6540768b6371f2dd4c1d19014a30
Author: Bernát Gábor <bgabor8@bloomberg.net>
Date:   Tue Feb 2 19:14:39 2021 +0000

    release 3.21.4

commit 7355b6559801cff3a2249eb3865eaf6f6887c26c
Author: Miro Hrončok <miro@hroncok.cz>
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
  • Loading branch information
fenrus75 authored and clrpackages committed Feb 4, 2021
1 parent efb5b9b commit ce79876
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
118
119
16 changes: 8 additions & 8 deletions tox.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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 || :
Expand Down
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9a0554eed6af6a0ddfcd8605fbc3543d4ec4bd7d/tox-3.21.3.tar.gz
a55dd771e5ca1d939db0843ac40a8e75ec86d1b8/tox-3.21.4.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.21.3
3.21.4

0 comments on commit ce79876

Please sign in to comment.