Проект python-virtualenv-20.21.1-14.el9
content_copy
Имя
python-virtualenv
Эпоха
0
Версия
20.21.1
Релиз
14.el9
Сайт
http://pypi.python.org/pypi/virtualenv
Лицензия
MIT
Время сборки
2024-12-06 09:10:49
Хост сборки
builder-arm64-1.inferitos.ru
Краткое описание
Tool to create isolated Python environments
Репозитории
Extras
Полное описание
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.
Эррата
—
×
* 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