diff --git a/python-pkginfo.spec b/python-pkginfo.spec index 8782d07..50f8ed3 100644 --- a/python-pkginfo.spec +++ b/python-pkginfo.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-pkginfo -Version: 1.12.0 +Version: 1.12.1.1 Release: 1mamba Summary: Query metadata from sdists / bdists / installed packages Group: System/Libraries @@ -10,6 +10,7 @@ Packager: Silvan Calarco URL: https://code.launchpad.net/~tseaver/pkginfo/trunk Source: https://pypi.debian.net/pkginfo/pkginfo-%{version}.tar.gz License: MIT +BuildArch: noarch ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel ## AUTOBUILDREQ-END @@ -47,6 +48,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %{python_sitelib}/%{pkgname}/* %changelog +* Wed Feb 19 2025 Automatic Build System 1.12.1.1-1mamba +- automatic version update by autodist + * Tue Dec 03 2024 Automatic Build System 1.12.0-1mamba - automatic version update by autodist