Bootstrap for Python 3.10

epel9
Python Maint 4 years ago committed by Miro Hrončok
parent 9bb6780123
commit 253a0f06fc

@ -1,3 +1,4 @@
%global _without_docs 1
%{?!_without_python2:%global with_python2 0%{?_with_python2:1} || !(0%{?fedora} >= 30 || 0%{?rhel} >= 8)} %{?!_without_python2:%global with_python2 0%{?_with_python2:1} || !(0%{?fedora} >= 30 || 0%{?rhel} >= 8)}
%{?!_without_python3:%global with_python3 0%{?_with_python3:1} || !0%{?rhel} || 0%{?rhel} >= 7} %{?!_without_python3:%global with_python3 0%{?_with_python3:1} || !0%{?rhel} || 0%{?rhel} >= 7}
@ -5,7 +6,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 3.0.12 Version: 3.0.12
Release: 9%{?dist} Release: 10%{?dist}
Summary: A platform independent file lock Summary: A platform independent file lock
License: Unlicense License: Unlicense
@ -149,6 +150,9 @@ install -p -m0644 -D docs/build/man/py-%{srcname}.1 %{buildroot}%{_mandir}/man1/
%changelog %changelog
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 3.0.12-10
- Bootstrap for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-9 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save