diff --git a/python-gitdb.spec b/python-gitdb.spec index c3f5e20..f8a7645 100644 --- a/python-gitdb.spec +++ b/python-gitdb.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-gitdb -Version: 4.0.11 -Release: 2mamba +Version: 4.0.12 +Release: 1mamba Summary: Git Object Database Group: System/Libraries Vendor: openmamba @@ -10,6 +10,7 @@ Packager: Silvan Calarco URL: https://github.com/gitpython-developers/gitdb Source: https://pypi.debian.net/gitdb/gitdb-%{version}.tar.gz License: BSD +BuildArch: noarch ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel BuildRequires: python3.11dist(smmap) @@ -50,6 +51,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc AUTHORS LICENSE %changelog +* Fri Jan 03 2025 Automatic Build System 4.0.12-1mamba +- automatic version update by autodist + * Sun Sep 22 2024 Silvan Calarco 4.0.11-2mamba - relax version requirement for smmap