Miro Hrončok
3fff713f26
Add missing test BRs
5 years ago
Charalampos Stratakis
b5021c52af
Update to 3.15.1 ( #1838137 )
5 years ago
Miro Hrončok
ee641c06d9
Rebuilt for Python 3.9
5 years ago
Miro Hrončok
b680470056
Stop recommending Python 3.4, use pythonX.Y names for recommends
...
See https://fedoraproject.org/wiki/Changes/RetirePython34
See https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/message/VIUS7WMQMDX6H2WEIH7TVTMBB6SUHY7E/
5 years ago
Tomas Hrnciar
74d980a69d
Update to 3.15.0
5 years ago
Tomas Hrnciar
c347739df6
Update to 3.14.6
5 years ago
Miro Hrončok
3f3d092b74
Fedora CI: Test pyproject-rpm-macros (for %tox)
5 years ago
Miro Hrončok
502656b77b
Add Python 3.9 to the CI
5 years ago
Miro Hrončok
bde7ce687a
Update to 3.14.3 ( #1725939 )
...
- Fix invocation with Python 3.9 (#1798929 )
- Recommend Python 3.9
5 years ago
Fedora Release Engineering
7dd27a8770
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
5 years ago
Miro Hrončok
21f3945b3b
Rebuilt for Python 3.8.0rc1 ( #1748018 )
5 years ago
Miro Hrončok
39e36355f8
Rebuilt for Python 3.8
6 years ago
Michel Alexandre Salim
cbb1e4c150
python-tox: update URL
...
The old URL (tox.testrun.org) points to a page that does not mention tox at all and has an SSL cert only for hq5.merlinux.eu, merlinux.eu, www.merlinux.eu. Update the URL
6 years ago
Fedora Release Engineering
119eb1eba0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
6 years ago
Miro Hrončok
745bdd1bfb
Make sure directories in %files stay that way
6 years ago
Miro Hrončok
224c79a35f
Fedora CI: Update the test image before running tests
...
See https://pagure.io/fedora-ci/general/issue/20
6 years ago
Miro Hrončok
80602e339d
Use importlib.metadata from stdlib on Python 3.8
6 years ago
Miro Hrončok
4e85c05c34
Update to 3.13.2 ( #1699032 )
6 years ago
Miro Hrončok
cb1dcfef37
Update to 3.9.0, obsolete detox, fix license, fix tests (almost)
6 years ago
Miro Hrončok
1380a99f6e
Fedora CI: Workaround No group usr/bin/virtualenv available
...
See https://pagure.io/fedora-ci/general/issue/31
6 years ago
Miro Hrončok
c1c8c91355
Install Python 3.8 on the CI
6 years ago
Lumir Balhar
130c199691
Recommend Python 3.8
6 years ago
Fedora Release Engineering
138cc6b75e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
6 years ago
Artem Goncharov
4f5a2fef3e
Upgrade to 3.5.3
...
Merges https://src.fedoraproject.org/rpms/python-tox/pull-request/7
6 years ago
Artem Goncharov
5f6beb2377
Upgrade to 3.4.0 version ( #1652657 )
6 years ago
Petr Viktorin
c286211cdb
Elaborate why Tox recommends all the Pythons
...
https://bugzilla.redhat.com/show_bug.cgi?id=1645025
6 years ago
Matthias Runge
1581084f65
Revert the previous change and re-add
...
recommends: python27.
Bump release and rebuild
6 years ago
Matthias Runge
ee3f83475f
Revert "Remove remaining python2 bits"
...
This reverts commit 131621c865
.
6 years ago
Matthias Runge
131621c865
Remove remaining python2 bits
...
Resolves: rhbz#1645025
6 years ago
Miro Hrončok
5d575fab31
Enable basic venv smoke test in the CI
6 years ago
Miro Hrončok
9325be7452
Don't recommend Python 2.6, it doesn't work with tox 3
6 years ago
Fedora Release Engineering
0a9a1e13fa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
7 years ago
Miro Hrončok
95f4a83ad1
Rebuilt for Python 3.7
7 years ago
Matthias Runge
2419c84d4c
Upgrade to tox-3.0.0
7 years ago
Miro Hrončok
cdbf10a574
Rebuilt for Python 3.7
7 years ago
Miro Hrončok
21a8dfc39d
Stop recommending python33
...
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/message/VTOQDUSGTMGOZOJHK4Y6GNVVLHA36QEC/
7 years ago
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/
7 years ago
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
.
7 years ago
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
7 years ago
Miro Hrončok
7ab1656082
Switch to automatic dependency generator (also fixes #1556164 )
...
- Recommend python37
7 years ago
Fedora Release Engineering
ff2180b68e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
7 years ago
Matthias Runge
c25a770438
Update to 2.9.1
7 years ago
Fedora Release Engineering
efaaaa73ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8 years ago
Matthias Runge
32f19627ca
update to 2.7.0
8 years ago
Miro Hrončok
f0d7c36890
Recommend the devel subpackages of Pythons (so tox works with extension modules)
8 years ago
Miro Hrončok
bfb11cae80
Recommend python36
8 years ago
Fedora Release Engineering
38dc612112
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8 years ago
Miro Hrončok
53edfdda47
Rebuild for Python 3.6
8 years ago
Miro Hrončok
454e6cdbf8
Recommend "all the Pythons"
8 years ago
Miro Hrončok
1fd92e9476
Modernize, move executable to Python 3 ( #1366193 )
9 years ago