update to 3.7.16
obsolete python-typing-py3 [release 3.7.16-1mamba;Tue Apr 11 2023]
This commit is contained in:
parent
713323647b
commit
406927dcf5
13
python3.spec
13
python3.spec
@ -1,8 +1,8 @@
|
||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||
%define libname libpython3
|
||||
Name: python3
|
||||
Version: 3.7.12
|
||||
Release: 2mamba
|
||||
Version: 3.7.16
|
||||
Release: 1mamba
|
||||
Summary: An interpreted, interactive, object-oriented programming language
|
||||
Group: Applications/Development
|
||||
Vendor: openmamba
|
||||
@ -63,6 +63,7 @@ The Python implementation is portable: it runs on many brands of UNIX, on Window
|
||||
%package -n %{libname}
|
||||
Group: System/Libraries/Python
|
||||
Summary: Libraries for Python
|
||||
Obsoletes: python-typing-py3 <= 3.10.0.0-2mamba
|
||||
|
||||
%description -n %{libname}
|
||||
Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java.
|
||||
@ -122,10 +123,10 @@ This package contains the tk library for Python.
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
#%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch 1 -p1
|
||||
#%patch2 -p1
|
||||
%ifarch x86_64 aarch64
|
||||
%patch3 -p1
|
||||
%patch 3 -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
@ -275,6 +276,10 @@ find %{_prefix}/lib/python%{majversion}/site-packages/*.egg-info -type d -empty
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.16-1mamba
|
||||
- update to 3.7.16
|
||||
- obsolete python-typing-py3
|
||||
|
||||
* Wed Feb 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.12-2mamba
|
||||
- macros.python3: use sysconfig instead of distutils
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user