rebuilt with python3 = 3.11.5 [release 1.15.0-3mamba;Mon Sep 25 2023]
This commit is contained in:
parent
9d2aac5cc0
commit
e0e9db59d1
@ -1,6 +1,6 @@
|
|||||||
Name: python-wrapt
|
Name: python-wrapt
|
||||||
Version: 1.15.0
|
Version: 1.15.0
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions
|
Summary: A transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,8 +11,9 @@ Source: https://pypi.debian.net/wrapt/wrapt-%{version}.tar.gz
|
|||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpython3-devel >= 3.11.5
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -44,6 +45,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 25 2023 Automatic Build System <autodist@mambasoft.it> 1.15.0-3mamba
|
||||||
|
- rebuilt with python3 = 3.11.5
|
||||||
|
|
||||||
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 1.15.0-2mamba
|
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 1.15.0-2mamba
|
||||||
- rebuilt with python 3.10
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user