We don't handle beta marks in the version well.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=25
This commit is contained in:
Matej Cepl 2020-09-01 14:29:24 +00:00 committed by Git OBS Bridge
parent c4998b18b3
commit 8a74134292
2 changed files with 11530 additions and 1042 deletions

File diff suppressed because it is too large Load Diff

View File

@ -52,7 +52,8 @@
# Will provide the python3-* provides
# Will do the /usr/bin/python3 and all the core links
%define primary_interpreter 0
%define folderversion %{tarversion}
# We don't process beta signs well
%define folderversion 3.9.0
%define tarname Python-%{tarversion}
%define sitedir %{_libdir}/python%{python_version}
# three possible ABI kinds: m - pymalloc, d - debug build; see PEP 3149