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