diff --git a/python-atpublic.spec b/python-atpublic.spec index 47d60c6..20389a4 100644 --- a/python-atpublic.spec +++ b/python-atpublic.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-atpublic -Version: 5.0 +Version: 5.1 Release: 1mamba Summary: This library provides two very simple decorators that document the publicness of the names in your module Group: System/Libraries @@ -10,6 +10,7 @@ Packager: Silvan Calarco URL: https://public.readthedocs.io/en/stable/ Source: https://pypi.debian.net/atpublic/atpublic-%{version}.tar.gz License: Apache License 2.0 +BuildArch: noarch ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel ## AUTOBUILDREQ-END @@ -42,6 +43,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Sun Jan 26 2025 Automatic Build System 5.1-1mamba +- automatic version update by autodist + * Fri Jul 26 2024 Automatic Build System 5.0-1mamba - automatic version update by autodist