Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-14 16:45:04 +02:00 committed by Miro Hrončok
parent 94faa7948a
commit b0bc5ba1a9

View File

@ -1,7 +1,6 @@
%global _without_tests 1
Name: python-virtualenv
Version: 20.13.4
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Tool to create isolated Python environments
License: MIT
@ -162,6 +161,9 @@ rm -r tmp_path
%changelog
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 20.13.4-4
- Rebuilt for Python 3.11
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 20.13.4-3
- Bootstrap for Python 3.11