diff --git a/python-feedgen.spec b/python-feedgen.spec index 53ac512..4e344e6 100644 --- a/python-feedgen.spec +++ b/python-feedgen.spec @@ -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 -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 0.9.0-2mamba +- rebuilt with python 3.10 + * Wed Dec 07 2022 Silvan Calarco 0.9.0-1mamba - package created using the webbuild interface