Bootstrap for Python 3.11
This commit is contained in:
parent
5c8df44bbf
commit
6583996484
@ -1,3 +1,4 @@
|
|||||||
|
%global _without_tests 1
|
||||||
# circular build dependency on requests-download and testpath
|
# circular build dependency on requests-download and testpath
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
@ -5,7 +6,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 3.7.1
|
Version: 3.7.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Simplified packaging of Python modules
|
Summary: Simplified packaging of Python modules
|
||||||
|
|
||||||
# ./flit/log.py under ASL 2.0 license
|
# ./flit/log.py under ASL 2.0 license
|
||||||
@ -136,6 +137,9 @@ export XDG_CACHE_HOME=$PWD/fake_cache
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.7.1-2
|
||||||
|
- Bootstrap for Python 3.11
|
||||||
|
|
||||||
* Wed Mar 16 2022 Charalampos Stratakis <cstratak@redhat.com> - 3.7.1-1
|
* Wed Mar 16 2022 Charalampos Stratakis <cstratak@redhat.com> - 3.7.1-1
|
||||||
- Update to 3.7.1
|
- Update to 3.7.1
|
||||||
- Fixes: rhbz#2057214
|
- Fixes: rhbz#2057214
|
||||||
|
Loading…
Reference in New Issue
Block a user