update to 1.2.15 [release 1.2.15-1mamba;Thu Nov 28 2024]

This commit is contained in:
Silvan Calarco 2024-11-28 19:27:39 +01:00
parent ffcac8b21a
commit 88e651f20b

View File

@ -1,14 +1,14 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-Deprecated
Version: 1.2.14
Release: 2mamba
Version: 1.2.15
Release: 1mamba
Summary: Python @deprecated decorator to deprecate old python classes, functions or methods
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/tantale/deprecated
Source: https://pypi.debian.net/Deprecated/Deprecated-%{version}.tar.gz
URL: https://github.com/laurent-laporte-pro/deprecated
Source: https://pypi.debian.net/Deprecated/deprecated-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
@ -24,7 +24,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%endif
%prep
%setup -q -n Deprecated-%{version}
%setup -q -n deprecated-%{version}
%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/*
%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
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba