Bootstrap for Python 3.10

This commit is contained in:
Python Maint 2021-06-02 10:19:20 +02:00 committed by Miro Hrončok
parent c6fbfeb07d
commit 834986603e
1 changed files with 5 additions and 1 deletions

View File

@ -1,9 +1,10 @@
%global _without_tests 1
# tests are enabled by default
%bcond_without tests
Name: python-six
Version: 1.16.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Python 2 and 3 compatibility utilities
License: MIT
@ -63,6 +64,9 @@ Summary: %{summary}
%changelog
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.16.0-2
- Bootstrap for Python 3.10
* Mon May 10 2021 Miro Hrončok <mhroncok@redhat.com> - 1.16.0-1
- Update to 1.16.0
- Fixes: rhbz#1957289