From 35c83a398edeb6e0903583e6b495451d24bcc85c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:03:06 +0100 Subject: [PATCH] rebuilt witrh python 3.10 [release 2.1.0-2mamba;Sun Sep 03 2023] --- python-deprecation.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-deprecation.spec b/python-deprecation.spec index 737895c..6f19759 100644 --- a/python-deprecation.spec +++ b/python-deprecation.spec @@ -1,13 +1,13 @@ %define pkgname %(echo %name | cut -d- -f2-) Name: python-deprecation Version: 2.1.0 -Release: 1mamba +Release: 2mamba Summary: A library to handle automated deprecations Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://deprecation.readthedocs.io/ +URL: https://deprecation.readthedocs.io/en/latest/ Source: https://pypi.debian.net/deprecation/deprecation-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN @@ -46,5 +46,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Sun Sep 03 2023 Silvan Calarco 2.1.0-2mamba +- rebuilt witrh python 3.10 + * Mon Aug 30 2021 Silvan Calarco 2.1.0-1mamba - package created using the webbuild interface