Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 17:16:13 +02:00 committed by Tomáš Hrnčiar
parent a7d3a0def8
commit a7e1ec7846

View File

@ -1,10 +1,9 @@
%global _without_tests 1
# tests are enabled by default
%bcond_without tests
Name: python-six
Version: 1.16.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Python 2 and 3 compatibility utilities
License: MIT
@ -64,6 +63,9 @@ Summary: %{summary}
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.16.0-7
- Rebuilt for Python 3.11
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.16.0-6
- Bootstrap for Python 3.11