Update to 3.11.0a4
This commit is contained in:
parent
d7572e7d38
commit
0fad4d6fae
@ -14,10 +14,10 @@ URL: https://www.python.org/
|
|||||||
# WARNING When rebasing to a new Python version,
|
# WARNING When rebasing to a new Python version,
|
||||||
# remember to update the python3-docs package as well
|
# remember to update the python3-docs package as well
|
||||||
%global general_version %{pybasever}.0
|
%global general_version %{pybasever}.0
|
||||||
%global prerel a3
|
%global prerel a4
|
||||||
%global upstream_version %{general_version}%{?prerel}
|
%global upstream_version %{general_version}%{?prerel}
|
||||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Python
|
License: Python
|
||||||
|
|
||||||
|
|
||||||
@ -1310,6 +1310,11 @@ CheckPython optimized
|
|||||||
%{pylibdir}/importlib/metadata/*.py
|
%{pylibdir}/importlib/metadata/*.py
|
||||||
%{pylibdir}/importlib/metadata/__pycache__/*%{bytecode_suffixes}
|
%{pylibdir}/importlib/metadata/__pycache__/*%{bytecode_suffixes}
|
||||||
|
|
||||||
|
%dir %{pylibdir}/importlib/resources/
|
||||||
|
%dir %{pylibdir}/importlib/resources/__pycache__/
|
||||||
|
%{pylibdir}/importlib/resources/*.py
|
||||||
|
%{pylibdir}/importlib/resources/__pycache__/*%{bytecode_suffixes}
|
||||||
|
|
||||||
%dir %{pylibdir}/json/
|
%dir %{pylibdir}/json/
|
||||||
%dir %{pylibdir}/json/__pycache__/
|
%dir %{pylibdir}/json/__pycache__/
|
||||||
%{pylibdir}/json/*.py
|
%{pylibdir}/json/*.py
|
||||||
@ -1604,6 +1609,9 @@ CheckPython optimized
|
|||||||
# ======================================================
|
# ======================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 17 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.11.0~a4-1
|
||||||
|
- Update to 3.11.0a4
|
||||||
|
|
||||||
* Sat Jan 08 2022 Miro Hrončok <mhroncok@redhat.com> - 3.11.0~a3-3
|
* Sat Jan 08 2022 Miro Hrončok <mhroncok@redhat.com> - 3.11.0~a3-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (Python-3.11.0a3.tar.xz) = 69fe7a4c80ab4e7674685b072b9dea435dc7968306a1ce8b1356a1bb9b998ed6b9e35c17b5ecae3c490f5c71f524fa791bd996431d5dac550773cf5e8362a7ba
|
SHA512 (Python-3.11.0a4.tar.xz) = 721ed64f3fde360e9eae6d8f8a046091c7c08f14c860572ac868132dffa4ae0a46f3f57a3872fcc096551a66e4fa3b1c87f77baa52d8524da026bbdaa74837ec
|
||||||
SHA512 (Python-3.11.0a3.tar.xz.asc) = 890d9092d2a155d65588f3a8f34e93b6e3e549b0507af856ffae1fbb3a2f3f1446f6bc69684c23116bed4e3a547a331173e83c3d52a7bff8caa368f955fe293d
|
SHA512 (Python-3.11.0a4.tar.xz.asc) = 21e56475186c3e6a029a51799cf8c86ac74d3810b5aa76e4b4bc063bacb2624b21b6ec3450dd9f91722162e57390617efb521351b11d262d6583655081277611
|
||||||
|
Loading…
Reference in New Issue
Block a user