update to 1.2.15 [release 1.2.15-1mamba;Thu Nov 28 2024]
This commit is contained in:
parent
ffcac8b21a
commit
88e651f20b
@ -1,14 +1,14 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-Deprecated
|
Name: python-Deprecated
|
||||||
Version: 1.2.14
|
Version: 1.2.15
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Python @deprecated decorator to deprecate old python classes, functions or methods
|
Summary: Python @deprecated decorator to deprecate old python classes, functions or methods
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/tantale/deprecated
|
URL: https://github.com/laurent-laporte-pro/deprecated
|
||||||
Source: https://pypi.debian.net/Deprecated/Deprecated-%{version}.tar.gz
|
Source: https://pypi.debian.net/Deprecated/deprecated-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
@ -24,7 +24,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Deprecated-%{version}
|
%setup -q -n deprecated-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
@ -46,6 +46,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.15-1mamba
|
||||||
|
- update to 1.2.15
|
||||||
|
|
||||||
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 1.2.14-2mamba
|
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 1.2.14-2mamba
|
||||||
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user