rebuilt with python 3.10 [release 0.9.0-2mamba;Tue Aug 01 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 11:09:00 +01:00
parent 5962ce82cf
commit 62c69c08b5

View File

@ -1,13 +1,13 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-feedgen Name: python-feedgen
Version: 0.9.0 Version: 0.9.0
Release: 1mamba Release: 2mamba
Summary: Feed Generator (ATOM, RSS, Podcasts) Summary: Feed Generator (ATOM, RSS, Podcasts)
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://lkiesow.github.io/python-feedgen URL: https://feedgen.kiesow.be/
Source: https://pypi.debian.net/feedgen/feedgen-%{version}.tar.gz Source: https://pypi.debian.net/feedgen/feedgen-%{version}.tar.gz
License: BSD, LGPL License: BSD, LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -48,5 +48,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}/* %{python_sitelib}/%{pkgname}/*
%changelog %changelog
* Tue Aug 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-2mamba
- rebuilt with python 3.10
* Wed Dec 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba * Wed Dec 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
- package created using the webbuild interface - package created using the webbuild interface