Rebuilt for Python 3.11

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

View File

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