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 - _)
Name: python-feedgen
Version: 0.9.0
Release: 1mamba
Release: 2mamba
Summary: Feed Generator (ATOM, RSS, Podcasts)
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
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
License: BSD, LGPL
## AUTOBUILDREQ-BEGIN
@ -48,5 +48,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}/*
%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
- package created using the webbuild interface