[ 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 python3-virtualenv-20.31.2-2.el10_0.noarch download

Name python3-virtualenv
Epoch 0
Version 20.31.2
Release 2.el10_0
Architecture noarch
Website/URL http://pypi.python.org/pypi/virtualenv
License MIT
Build Time 2025-07-09 09:13:52
Build Host builder-x86-08.inferitos.ru
Summary Tool to create isolated Python environments
Repositories Extras
Description virtualenv is a tool to create isolated Python environments. A subset of it has been integrated into the Python standard library under the venv module. The venv module does not offer all features of this library, to name just a few more prominent: - is slower (by not having the app-data seed method), - is not as extendable, - cannot create virtual environments for arbitrarily installed Python versions (and automatically discover these), - does not have as rich programmatic API (describe virtual environments without creating them).
Errata
Size 311 KiB
Source Project python-virtualenv-20.31.2-2.el10_0
SHA-256 checksum 7beffb81d9f78611f90915a3197939aaf3e518c9b54a5ee9063739a0fbdcfdba
× Full screenshot
Changelog link
* Mon Jun 30 2025 Karolina Surma <ksurma@redhat.com> - 20.31.2-2
- EPEL 10: Add support for Python 3.13
- Add RPM Requires needed for Python 3.13
- Search for the wheels in Python version specific directory

* Mon Jun 30 2025 Karolina Surma <ksurma@redhat.com> - 20.31.2-1
- Update to 20.31.2

* Wed Mar 12 2025 Lumir Balhar <lbalhar@redhat.com> - 20.29.3-2
- Drop Python 3.8 (retired from F42) from CI

* Wed Mar 12 2025 Lumir Balhar <lbalhar@redhat.com> - 20.29.3-1
- Update to 20.29.3 (rhbz#2350474)

* Sun Jan 19 2025 Lumir Balhar <lbalhar@redhat.com> - 20.29.1-1
- Update to 20.29.1 (rhbz#2338371)

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

* Fri Jan 03 2025 Miro Hrončok <miro@hroncok.cz> - 20.28.1-1
- Update to 20.28.1
- Fixes: rhbz#2319571
- Fixes: rhbz#2331351

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

* Tue Nov 26 2024 Miro Hrončok <miro@hroncok.cz> - 20.26.6-2
- Amend a fix for --download with old Pythons not to break --seeder pip
  with new Pythons

* Mon Oct 14 2024 Miro Hrončok <miro@hroncok.cz> - 20.26.6-1
- Update to 20.26.6
- Fixes: rhbz#2188155
- Removes support for Python 2.7 virtual environments
- Removes support for Python 3.6 virtual environments