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).
* Mon Jun 30 2025 Karolina Surma <ksurma@redhat.com> - 20.31.2-2
- EPEL 10: Add support for Python 3.13
- Add RPM Requires needed for Python 3.13
- Search for the wheels in Python version specific directory
* Mon Jun 30 2025 Karolina Surma <ksurma@redhat.com> - 20.31.2-1
- Update to 20.31.2
* Wed Mar 12 2025 Lumir Balhar <lbalhar@redhat.com> - 20.29.3-2
- Drop Python 3.8 (retired from F42) from CI
* Wed Mar 12 2025 Lumir Balhar <lbalhar@redhat.com> - 20.29.3-1
- Update to 20.29.3 (rhbz#2350474)
* Sun Jan 19 2025 Lumir Balhar <lbalhar@redhat.com> - 20.29.1-1
- Update to 20.29.1 (rhbz#2338371)
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 20.28.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* 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