Name: | python3-virtualenv |
---|---|
Version: | 20.21.1 |
Release: | 14.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 563312 |
License: | MIT |
RPM: | python3-virtualenv-20.21.1-14.el9.noarch.rpm |
Source RPM: | python-virtualenv-20.21.1-14.el9.src.rpm |
Build Date: | Sun Dec 08 2024 |
Build Host: | build-ol9-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. virtualenv is a successor to workingenv, and an extension of virtual-python. It is written by Ian Bicking, and sponsored by the Open Planning Project. It is licensed under an MIT-style permissive license |
- CI: Add Python 3.12
- Amend a fix for --download with old Pythons not to break --seeder pip with new Pythons
- Prevent command injection by quoting template strings in activation scripts - Fixes: rhbz#2328747
- Backport a builtin interpreter discovery fix
- Update Python 3.13 compat patch: 3.13.0a6 renamed pathmod to parser
- Fix compatibility with Python 3.13
- When getting wheels for /usr/bin/python3 interpreter, look for them in proper directories - Fixes: rhbz#2272958
- Update to 20.21.1 - Backport from 20.23.0: Don't install setuptools and wheel to Python 3.12+ environments - Add RPM Requires needed for Python 3.12
- Remove workarounds for old hatchling
- Update to 20.20.0 (rhbz#2174221)