Thu, 24 Apr 2025 23:12:11 MSK | login

Information for build python-virtualenv-20.28.1-1.el10_0

ID29348
Package Namepython-virtualenv
Version20.28.1
Release1.el10_0
Epoch
Sourcegit+http://git.inferitos.ru/rpms/python-virtualenv#f357c9ecc9b868268cee48e5f681be760e20cfad
SummaryTool to create isolated Python environments
Descriptionvirtualenv 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).
Built bytigro
State complete
Volume DEFAULT
StartedThu, 10 Apr 2025 15:28:26 MSK
CompletedThu, 10 Apr 2025 15:30:29 MSK
Taskbuild (inferit-10_0-extras, /rpms/python-virtualenv/:changed/i10ce/python-virtualenv-20.28.1-1.el10)
Extra{'source': {'original_url': 'git+http://git.inferitos.ru/rpms/python-virtualenv/?#changed/i10ce/python-virtualenv-20.28.1-1.el10'}}
Tags
inferit-10_0-extras
RPMs
src
python-virtualenv-20.28.1-1.el10_0.src.rpm (info) (download)
noarch
python3-virtualenv-20.28.1-1.el10_0.noarch.rpm (info) (download)
Logs
noarch
noarch_rpmdiff.json
root.log
state.log
mock_output.log
installed_pkgs.log
hw_info.log
build.log
Changelog * Fri Jan 03 2025 Miro Hrončok <miro@hroncok.cz> - 20.28.1-1 - Update to 20.28.1 - Fixes: rhbz#2319571 - Fixes: rhbz#2331351 * Tue Dec 17 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 20.26.6-2 - Rebuilt for MSVSphere 10 * Tue Nov 26 2024 Miro Hrončok <miro@hroncok.cz> - 20.26.6-2 - Amend a fix for --download with old Pythons not to break --seeder pip with new Pythons * Mon Oct 14 2024 Miro Hrončok <miro@hroncok.cz> - 20.26.6-1 - Update to 20.26.6 - Fixes: rhbz#2188155 - Removes support for Python 2.7 virtual environments - Removes support for Python 3.6 virtual environments * Tue Oct 08 2024 Lumir Balhar <lbalhar@redhat.com> - 20.21.1-25 - Make tests with Python 2.7 optional * Tue Oct 08 2024 Lumir Balhar <lbalhar@redhat.com> - 20.21.1-24 - Prevent command injection by quoting template strings in activation scripts * Thu Aug 08 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 20.21.1-22 - Backport a builtin interpreter discovery fix * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20.21.1-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 20.21.1-20 - Rebuilt for Python 3.13 * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 20.21.1-19 - Bootstrap for Python 3.13 * Tue Apr 16 2024 Karolina Surma <ksurma@redhat.com> - 20.21.1-18 - Update Python 3.13 compat patch: 3.13.0a6 renamed pathmod to parser * Thu Apr 11 2024 Lumir Balhar <lbalhar@redhat.com> - 20.21.1-17 - Fix compatibility with pytest 8 * Thu Apr 04 2024 Miro Hrončok <miro@hroncok.cz> - 20.21.1-13 - When getting wheels for /usr/bin/python3 interpreter, look for them in proper directories - Fixes: rhbz#2272958 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20.21.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20.21.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 04 2023 Lumír Balhar <lbalhar@redhat.com> - 20.21.1-7 - Fix compatibility with Python 3.13 Resolves: rhbz#2251781 * Thu Nov 23 2023 Lumír Balhar <lbalhar@redhat.com> - 20.21.1-6 - Allow platformdirs version 4 * Wed Aug 30 2023 Miro Hrončok <mhroncok@redhat.com> - 20.21.1-5 - Fix tests with pluggy 1.2.0+ * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20.21.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 29 2023 Python Maint <python-maint@redhat.com> - 20.21.1-3 - Rebuilt for Python 3.12 * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 20.21.1-2 - Bootstrap for Python 3.12 * Fri Apr 28 2023 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 * Mon Mar 13 2023 Lumír Balhar <lbalhar@redhat.com> - 20.21.0-1 - Update to 20.21.0 (rhbz#2177543) * Mon Mar 06 2023 Miro Hrončok <mhroncok@redhat.com> - 20.20.0-2 - Fix build with pyproject-rpm-macros >= 1.6.3 - Local workaround collided with the fix there * Wed Mar 01 2023 Lumír Balhar <lbalhar@redhat.com> - 20.20.0-1 - Update to 20.20.0 (rhbz#2174221) * Thu Feb 09 2023 Lumír Balhar <lbalhar@redhat.com> - 20.19.0-1 - Update to 20.19.0 (rhbz#2167499) * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20.17.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild