Commit graph

45 commits

Author SHA1 Message Date
Miro Hrončok
341cb9cf4b Fix invocation with Python 3.9 (#1798929)
Backported from Fedora 31:
https://src.fedoraproject.org/rpms/python-tox/c/aa466cd2d67b5ca7e5f4f58d0fbc704b38c97d94?branch=f31

Added 3.10 and 3.11 as well.

With this tox.ini:

    [tox]
    skipsdist = True
    [testenv]
    commands = python -c 'import sys; print(sys.version)'

Before:

    $ tox -e py39
    ...
    3.6.8 (default, Aug 24 2020, 17:57:11)
    ...
      py39: commands succeeded
      congratulations :)

After:

    $ tox -e py39
    ...
    3.9.1 (default, Jan 18 2021, 16:14:01)
    ...
      py39: commands succeeded
      congratulations :)

The Python 3.10+ addition remains untested, as I have no Python 3.10+ build for EL 8 available.
2021-01-19 17:03:05 +01:00
Gris Ge
b3a2fec504 Initial build for EPEL8
The RHEL/CentOS 8.1 is shipping python3-setuptools_scm-1.15.7-4.el8
which limit us to use tox 3.4(as 3.5.0 need setuptools_scm > 2).

Signed-off-by: Gris Ge <cnfourt@gmail.com>
2020-03-10 19:36:00 +08:00
Artem Goncharov
5f6beb2377 Upgrade to 3.4.0 version (#1652657) 2018-11-22 16:58:55 +01:00
Petr Viktorin
c286211cdb Elaborate why Tox recommends all the Pythons
https://bugzilla.redhat.com/show_bug.cgi?id=1645025
2018-11-02 17:45:23 +01:00
Matthias Runge
1581084f65 Revert the previous change and re-add
recommends: python27.
Bump release and rebuild
2018-11-01 12:02:46 +01:00
Matthias Runge
ee3f83475f Revert "Remove remaining python2 bits"
This reverts commit 131621c865.
2018-11-01 12:00:21 +01:00
Matthias Runge
131621c865 Remove remaining python2 bits
Resolves: rhbz#1645025
2018-11-01 10:30:23 +01:00
Miro Hrončok
9325be7452 Don't recommend Python 2.6, it doesn't work with tox 3 2018-08-28 19:13:25 +02:00
Fedora Release Engineering
0a9a1e13fa - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 02:24:01 +00:00
Miro Hrončok
95f4a83ad1 Rebuilt for Python 3.7 2018-07-02 18:23:57 +02:00
Matthias Runge
2419c84d4c Upgrade to tox-3.0.0 2018-07-02 09:27:42 +02:00
Miro Hrončok
cdbf10a574 Rebuilt for Python 3.7 2018-06-17 21:31:17 +02:00
Miro Hrončok
21a8dfc39d Stop recommending python33
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/message/VTOQDUSGTMGOZOJHK4Y6GNVVLHA36QEC/
2018-05-15 13:31:11 +02:00
Miro Hrončok
3014377f18 Remove the python2 version once again
- everybody just uses the tox command, this is no library
- python2-detox was replaced by python3-detox, nothing requires python2-tox
- finally a proper fix for [1]
- several PRs to packages bogusly buildrequiring python2-tox were merged [2]

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1366193#c8
[2] https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/RELZ7RA5DXGZYXSAGJ7RRONUN2ECJQH4/
2018-05-15 13:27:23 +02:00
Miro Hrončok
03fb4aeaf5 Revert "Remove the python2 version", Python 2 is needed
See https://bugzilla.redhat.com/show_bug.cgi?id=1575667

This reverts commit 0f06d08a6c.
2018-05-07 18:39:08 +02:00
Miro Hrončok
0f06d08a6c Remove the python2 version
- everybody just uses the tox command, this is no library
- python2-detox was replaced by python3-detox, nothing requires python2-tox
- finally a proper fix for [1]

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1366193#c8
2018-04-30 12:13:38 +02:00
Miro Hrončok
7ab1656082 Switch to automatic dependency generator (also fixes #1556164)
- Recommend python37
2018-03-15 16:05:35 +01:00
Fedora Release Engineering
ff2180b68e - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 11:19:17 +00:00
Matthias Runge
c25a770438 Update to 2.9.1 2018-01-29 11:08:43 +01:00
Fedora Release Engineering
efaaaa73ec - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 12:04:20 +00:00
Matthias Runge
32f19627ca update to 2.7.0 2017-04-25 14:25:41 +02:00
Miro Hrončok
f0d7c36890 Recommend the devel subpackages of Pythons (so tox works with extension modules) 2017-04-09 18:42:40 +02:00
Miro Hrončok
bfb11cae80 Recommend python36 2017-02-15 00:43:31 +01:00
Fedora Release Engineering
38dc612112 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 10:43:23 +00:00
Miro Hrončok
53edfdda47 Rebuild for Python 3.6 2016-12-19 18:20:38 +01:00
Miro Hrončok
454e6cdbf8 Recommend "all the Pythons" 2016-10-10 19:55:58 +02:00
Miro Hrončok
1fd92e9476 Modernize, move executable to Python 3 (#1366193) 2016-08-11 13:43:00 +02:00
Fedora Release Engineering
328c6708c1 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 11:52:57 +00:00
Matthias Runge
99c28efbbf update to 2.3.1 2016-02-29 13:50:30 +01:00
Fedora Release Engineering
e65973ae70 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 21:10:20 +00:00
Kalev Lember
11429189f0 Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 2015-11-12 12:55:20 +01:00
Matthias Runge
79129af11e add python-pluggy as requirement 2015-08-25 15:15:58 +02:00
Matthias Runge
b42ab61dd8 update to 2.1.1 2015-08-18 08:38:11 +02:00
Dennis Gilmore
6e5b2889d8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 21:04:34 +00:00
Matthias Runge
795f3ebf4c update to 1.8.1 2014-12-16 20:47:51 +01:00
Matthias Runge
6683010baa fix ConfigError: substitution key 'posargs' not found 2014-08-13 22:02:21 +02:00
Matthias Runge
06bc4807a8 require at least python-virtualenv >= 1.11.2 2014-07-30 08:42:24 +02:00
Matthias Runge
35b18681fd Merge branch 'master' of ssh://pkgs.fedoraproject.org/python-tox
Conflicts:
	python-tox.spec
2014-07-08 18:14:42 +02:00
Matthias Runge
39de63570b update to 1.7.1 (rhbz#111797) 2014-07-08 17:57:57 +02:00
Dennis Gilmore
ab45d3c2ff - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 18:40:54 -05:00
Matthias Runge
b16e8f3214 update to 1.6.1 2013-09-24 11:35:44 +02:00
Dennis Gilmore
f3cb1e6174 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 05:14:26 -05:00
Dennis Gilmore
2fccf8d663 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 14:34:58 -06:00
Matthias Runge
4dd102aac0 * add runtime requirements python-py, python-virtualenv 2012-11-14 11:28:32 +01:00
Matthias Runge
3137e7ccb6 initial import 2012-10-18 14:33:39 +02:00