diff --git a/python-Deprecated.spec b/python-Deprecated.spec index 40f1e4e..a916d50 100644 --- a/python-Deprecated.spec +++ b/python-Deprecated.spec @@ -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 -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 1.2.15-1mamba +- update to 1.2.15 + * Wed Sep 27 2023 Automatic Build System 1.2.14-2mamba - rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba