diff --git a/python-GitPython.spec b/python-GitPython.spec index 8c34a6a..e3aaf66 100644 --- a/python-GitPython.spec +++ b/python-GitPython.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-GitPython -Version: 3.1.43 +Version: 3.1.44 Release: 1mamba Summary: GitPython is a Python library used to interact with Git repositories Group: System/Libraries @@ -8,8 +8,9 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/gitpython-developers/GitPython -Source: https://pypi.debian.net/GitPython/GitPython-%{version}.tar.gz +Source: https://pypi.debian.net/GitPython/gitpython-%{version}.tar.gz License: BSD +BuildArch: noarch ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel BuildRequires: python3.11dist(gitdb) @@ -23,7 +24,7 @@ BuildRequires: python3.11dist(gitdb) %endif %prep -%setup -q -n GitPython-%{version} +%setup -q -n gitpython-%{version} %build CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel @@ -48,6 +49,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc AUTHORS LICENSE %changelog +* Sat Jan 04 2025 Silvan Calarco 3.1.44-1mamba +- update to 3.1.44 + * Sun Mar 31 2024 Automatic Build System 3.1.43-1mamba - automatic version update by autodist