Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-02 16:40:08 +02:00 committed by Miro Hrončok
parent 2b45f3688c
commit c974f724b6

View File

@ -1,4 +1,3 @@
%global _with_bootstrap 1
# The function of bootstrap is that it disables the wheel subpackage
%bcond_with bootstrap
@ -20,7 +19,7 @@
Name: python-%{pypi_name}
Version: 0.36.2
Release: 3%{?dist}
Release: 4%{?dist}
Epoch: 1
Summary: Built-package format for Python
@ -131,6 +130,9 @@ rm setup.cfg # to drop pytest coverage options configured there
%endif
%changelog
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1:0.36.2-4
- Rebuilt for Python 3.10
* Tue Jun 01 2021 Python Maint <python-maint@redhat.com> - 1:0.36.2-3
- Bootstrap for Python 3.10