Name: | python3-virtualenv |
---|---|
Version: | 20.26.6 |
Release: | 1.0.2.el10 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 655558 |
License: | MIT |
RPM: | python3-virtualenv-20.26.6-1.0.2.el10.noarch.rpm |
Source RPM: | python-virtualenv-20.26.6-1.0.2.el10.src.rpm |
Build Date: | Wed Dec 18 2024 |
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). |
- Produce final build based on bootstrap
- Update BuildRequires
- 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
- Prevent command injection by quoting template strings in activation scripts
- Backport a builtin interpreter discovery fix
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for Python 3.13
- Bootstrap for Python 3.13
- Update Python 3.13 compat patch: 3.13.0a6 renamed pathmod to parser