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.2 to version 3.21.3
Browse files Browse the repository at this point in the history
Bernát Gábor (3):
      tox use discord
      Format markdown
      release 3.21.3

David Diaz Barquero (1):
      Handle sigterm by killing the commands subprocess (#1860)

pre-commit-ci[bot] (1):
      [pre-commit.ci] pre-commit autoupdate (#1872)
  • Loading branch information
fenrus75 authored and clrpackages committed Feb 2, 2021
1 parent 216e108 commit efb5b9b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 14 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/43/5f/fdf5a733cbffb0eafb41cf458b0a0bb1e90ef6ef6cd1a0bcc6e3fa9ecfd7/tox-3.21.2.tar.gz
URL = https://files.pythonhosted.org/packages/58/d0/8021ebb1d9a5e88b141854a3eff82aba57c823f26258af3b875230210b16/tox-3.21.3.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/43/5f/fdf5a733cbffb0eafb41cf458b0a0bb1e90ef6ef6cd1a0bcc6e3fa9ecfd7/tox-3.21.2.tar.gz
url = https://files.pythonhosted.org/packages/58/d0/8021ebb1d9a5e88b141854a3eff82aba57c823f26258af3b875230210b16/tox-3.21.3.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 @@
117
118
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.2
Release : 117
URL : https://files.pythonhosted.org/packages/43/5f/fdf5a733cbffb0eafb41cf458b0a0bb1e90ef6ef6cd1a0bcc6e3fa9ecfd7/tox-3.21.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/43/5f/fdf5a733cbffb0eafb41cf458b0a0bb1e90ef6ef6cd1a0bcc6e3fa9ecfd7/tox-3.21.2.tar.gz
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
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.2
cd %{_builddir}/tox-3.21.2
%setup -q -n tox-3.21.3
cd %{_builddir}/tox-3.21.3

%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=1611078785
export SOURCE_DATE_EPOCH=1611850234
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.2/LICENSE %{buildroot}/usr/share/package-licenses/tox/e7fd7c458df3ba9633d648e0d666e348689f3559
cp %{_builddir}/tox-3.21.3/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 @@
326b4b5152bc237bf153189da7941c988699c1fd/tox-3.21.2.tar.gz
9a0554eed6af6a0ddfcd8605fbc3543d4ec4bd7d/tox-3.21.3.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.21.2
3.21.3
1 change: 0 additions & 1 deletion whatrequires
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ persistent
piglit
pkginfo
portend
prompt_toolkit
pyOpenSSL
pycares
pydot_ng
Expand Down

0 comments on commit efb5b9b

Please sign in to comment.