Make flat, rename to python38

This commit is contained in:
Miro Hrončok 2019-02-05 12:35:53 +01:00
parent d051c04cb1
commit 3dcd1e8c08
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@
# pybasever without the dot: # pybasever without the dot:
%global pyshortver 38 %global pyshortver 38
Name: python3 Name: python%{pyshortver}
Summary: Interpreter of the Python programming language Summary: Version %{pybasever} of the Python interpreter
URL: https://www.python.org/ URL: https://www.python.org/
# WARNING When rebasing to a new Python version, # WARNING When rebasing to a new Python version,
@ -34,7 +34,7 @@ License: Python
# in Fedora, never turn this on for the python3 package # in Fedora, never turn this on for the python3 package
# and always keep it on for python37 etc. # and always keep it on for python37 etc.
# WARNING: This does not change the package name and summary above # WARNING: This does not change the package name and summary above
%bcond_with flatpackage %bcond_without flatpackage
# Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package # Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package
# Uses upstream bundled prebuilt wheels otherwise # Uses upstream bundled prebuilt wheels otherwise