Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-14 11:10:24 +02:00 committed by Tomáš Hrnčiar
parent 10c79236cc
commit e262d9d35e

View File

@ -1,4 +1,3 @@
%global _without_tests 1
%if 0%{?_module_build} %if 0%{?_module_build}
# Don't run tests on module-build for now # Don't run tests on module-build for now
# See: https://bugzilla.redhat.com/show_bug.cgi?id=1450608 # See: https://bugzilla.redhat.com/show_bug.cgi?id=1450608
@ -11,7 +10,7 @@
Name: python-requests Name: python-requests
Version: 2.27.1 Version: 2.27.1
Release: 3%{?dist} Release: 4%{?dist}
Summary: HTTP library, written in Python, for human beings Summary: HTTP library, written in Python, for human beings
License: ASL 2.0 License: ASL 2.0
@ -106,6 +105,9 @@ sed -i 's/ --doctest-modules//' pytest.ini
%changelog %changelog
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 2.27.1-4
- Rebuilt for Python 3.11
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.27.1-3 * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.27.1-3
- Bootstrap for Python 3.11 - Bootstrap for Python 3.11