update to 3.1.44 [release 3.1.44-1mamba;Sat Jan 04 2025]

This commit is contained in:
Silvan Calarco 2025-01-06 10:03:00 +01:00
parent 38d513f7c1
commit 344902c28e

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 3.1.44-1mamba
- update to 3.1.44
* Sun Mar 31 2024 Automatic Build System <autodist@openmamba.org> 3.1.43-1mamba
- automatic version update by autodist