Bootstrap for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 13:19:54 +02:00 committed by Tomáš Hrnčiar
parent b0f90f583c
commit 9f67b4d1a3

View File

@ -1,3 +1,5 @@
%global _without_doc 1
%global _without_tests 1
# The original RHEL 9 content set is defined by (build)dependencies # The original RHEL 9 content set is defined by (build)dependencies
# of the packages in Fedora ELN. Hence we disable tests and documentation here # of the packages in Fedora ELN. Hence we disable tests and documentation here
# to prevent pulling many unwanted packages in. # to prevent pulling many unwanted packages in.
@ -21,7 +23,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: %{base_version}%{?prerel:~%{prerel}} Version: %{base_version}%{?prerel:~%{prerel}}
Release: 2%{?dist} Release: 3%{?dist}
Summary: A tool for installing and managing Python packages Summary: A tool for installing and managing Python packages
# We bundle a lot of libraries with pip, which itself is under MIT license. # We bundle a lot of libraries with pip, which itself is under MIT license.
@ -411,6 +413,9 @@ pytest_k='not completion and
%{python_wheel_dir}/%{python_wheel_name} %{python_wheel_dir}/%{python_wheel_name}
%changelog %changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 22.0.4-3
- Bootstrap for Python 3.11
* Tue Apr 26 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 22.0.4-2 * Tue Apr 26 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 22.0.4-2
- Fallback to pep517 if setup.py is present and setuptools cannot be imported - Fallback to pep517 if setup.py is present and setuptools cannot be imported
- Fixes: rhbz#2020635 - Fixes: rhbz#2020635