[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package python-tox-4.25.0-2.el10_0.src download

Name python-tox
Epoch 0
Version 4.25.0
Release 2.el10_0
Architecture src
Website/URL https://tox.readthedocs.io/
License MIT
Build Time 2025-04-10 15:29:42
Build Host builder-x86-04.inferitos.ru
Summary Virtualenv-based automation of test activities
Repositories Extras
Description Tox as is a generic virtualenv management and test command line tool you can use for: - checking your package installs correctly with different Python versions and interpreters - running your tests in each of the environments, configuring your test tool of choice - acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing.
Errata
Size 242 KiB
Source Project python-tox-4.25.0-2.el10_0
SHA-256 checksum f5040184b3142a0bb844d3a468c49d0cbddb36c719f47cb02ca166c9207c5297
× Full screenshot
Changelog link
* Fri Mar 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 4.25.0-2
- CI: Test with pypy3.11, make pypy3.9 optional, as it was retired on
  Fedora 42+

* Fri Mar 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 4.25.0-1
- Update to 4.25.0

* Tue Mar 18 2025 Miro Hrončok <miro@hroncok.cz> - 4.24.1-2
- Python 3.14.0a6+ test fix
- Fixes: rhbz#2353145

* Wed Jan 29 2025 Miro Hrončok <miro@hroncok.cz> - 4.24.1-1
- Update to 4.24.1
- Fixes: rhbz#2339185

* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.23.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild

* Tue Dec 17 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 4.23.2-1
- Rebuilt for MSVSphere 10

* Tue Nov 05 2024 Miro Hrončok <miro@hroncok.cz> - 4.23.2-1
- Update to 4.23.2
- Fixes: rhbz#2318843

* Tue Oct 29 2024 Miro Hrončok <miro@hroncok.cz> - 4.21.2-4
- CI: Add Python 3.14

* Tue Oct 29 2024 Miro Hrončok <miro@hroncok.cz> - 4.21.2-3
- Drop unneeded test dependency on diff-cover

* Mon Oct 14 2024 Miro Hrončok <miro@hroncok.cz> - 4.21.2-2
- Stop recommending Pythons not supported by the latest virtualenv