| Name: | python3-virtualenv |
|---|---|
| Version: | 20.31.2 |
| Release: | 2.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 674427 |
| License: | MIT |
| RPM: | python3-virtualenv-20.31.2-2.el10_0.noarch.rpm |
| Source RPM: | python-virtualenv-20.31.2-2.el10_0.src.rpm |
| Build Date: | Wed Oct 22 2025 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | http://pypi.python.org/pypi/virtualenv |
| Summary: | Tool to create isolated Python environments |
| 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). |
- 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
- Update to 20.31.2
- Drop Python 3.8 (retired from F42) from CI
- Update to 20.29.3 (rhbz#2350474)
- Update to 20.29.1 (rhbz#2338371)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
- Update to 20.28.1 - Fixes: rhbz#2319571 - Fixes: rhbz#2331351
- Amend a fix for --download with old Pythons not to break --seeder pip with new Pythons
- Update to 20.26.6 - Fixes: rhbz#2188155 - Removes support for Python 2.7 virtual environments - Removes support for Python 3.6 virtual environments
- Make tests with Python 2.7 optional