Update to Python 3.9.1rc1
This commit is contained in:
parent
57c21a29ac
commit
8a32dad017
4 changed files with 10 additions and 7 deletions
|
|
@ -13,8 +13,8 @@ URL: https://www.python.org/
|
|||
|
||||
# WARNING When rebasing to a new Python version,
|
||||
# remember to update the python3-docs package as well
|
||||
%global general_version %{pybasever}.0
|
||||
#global prerel ...
|
||||
%global general_version %{pybasever}.1
|
||||
%global prerel rc1
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
Release: 1%{?dist}
|
||||
|
|
@ -1743,6 +1743,9 @@ CheckPython optimized
|
|||
# ======================================================
|
||||
|
||||
%changelog
|
||||
* Fri Nov 27 2020 Tomas Hrnciar <thrnciar@redhat.com> - 3.9.1~rc1-1
|
||||
- Update to 3.9.1rc1
|
||||
|
||||
* Tue Oct 06 2020 Miro Hrončok <mhroncok@redhat.com> - 3.9.0-1
|
||||
- Update to 3.9.0 final
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue