rebuilt with python3 = 3.11.5 [release 1.0.1-2mamba;Sat Sep 23 2023]
This commit is contained in:
parent
8e62e25352
commit
ae4d11aa9e
@ -1,6 +1,6 @@
|
||||
Name: python-random2
|
||||
Version: 1.0.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A Python 3 ported version of Python 2.7's random module
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,10 +10,11 @@ URL: https://docs.python.org/2/library/random.html
|
||||
Source: https://pypi.debian.net/random2/random2-%{version}.zip
|
||||
License: Python Software Foundation License
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython311-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.11.5
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -43,6 +44,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sat Sep 23 2023 Automatic Build System <autodist@mambasoft.it> 1.0.1-2mamba
|
||||
- rebuilt with python3 = 3.11.5
|
||||
|
||||
* Thu Apr 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
|
||||
- update to 1.0.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user