Package python-virtualenv-20.21.1-14.el9.src
Name | python-virtualenv |
---|---|
Epoch | 0 |
Version | 20.21.1 |
Release | 14.el9 |
Architecture | src |
Website/URL | http://pypi.python.org/pypi/virtualenv |
License | MIT |
Build Time | 2024-12-06 09:10:49 |
Build Host | builder-arm64-1.inferitos.ru |
Summary | Tool to create isolated Python environments |
Repositories | Extras |
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. |
Errata | — |
Size | 11861 KiB |
Source Project | python-virtualenv-20.21.1-14.el9 |
SHA-256 checksum | a9a56ed5938cc28fc3eed85ef3dc7eaa4bd86516088d8707d8461cd4fd3000a7 |
×
* Thu Dec 05 2024 Miro Hrončok <miro@hroncok.cz> - 20.21.1-14 - CI: Add Python 3.12 * Thu Dec 05 2024 Miro Hrončok <miro@hroncok.cz> - 20.21.1-13 - Amend a fix for --download with old Pythons not to break --seeder pip with new Pythons * Tue Nov 26 2024 Lumir Balhar <lbalhar@redhat.com> - 20.21.1-12 - Prevent command injection by quoting template strings in activation scripts - Fixes: rhbz#2328747 * Tue Nov 26 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 20.21.1-10 - Backport a builtin interpreter discovery fix * Tue Nov 26 2024 Karolina Surma <ksurma@redhat.com> - 20.21.1-9 - Update Python 3.13 compat patch: 3.13.0a6 renamed pathmod to parser * Tue Nov 26 2024 Lumir Balhar <lbalhar@redhat.com> - 20.21.1-8 - Fix compatibility with Python 3.13 * Fri Apr 05 2024 Miro Hrončok <miro@hroncok.cz> - 20.21.1-6 - When getting wheels for /usr/bin/python3 interpreter, look for them in proper directories - Fixes: rhbz#2272958 * Wed Jan 03 2024 Miro Hrončok <mhroncok@redhat.com> - 20.21.1-1 - 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 * Thu Aug 24 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 20.20.0-2 - Rebuilt for MSVSphere 9.2 * Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20.20.0-2 - Remove workarounds for old hatchling