update to 3.1.44 [release 3.1.44-1mamba;Sat Jan 04 2025]
This commit is contained in:
parent
38d513f7c1
commit
344902c28e
@ -1,6 +1,6 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-GitPython
|
Name: python-GitPython
|
||||||
Version: 3.1.43
|
Version: 3.1.44
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GitPython is a Python library used to interact with Git repositories
|
Summary: GitPython is a Python library used to interact with Git repositories
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -8,8 +8,9 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/gitpython-developers/GitPython
|
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
|
License: BSD
|
||||||
|
BuildArch: noarch
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.11dist(gitdb)
|
BuildRequires: python3.11dist(gitdb)
|
||||||
@ -23,7 +24,7 @@ BuildRequires: python3.11dist(gitdb)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n GitPython-%{version}
|
%setup -q -n gitpython-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||||
@ -48,6 +49,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Mar 31 2024 Automatic Build System <autodist@openmamba.org> 3.1.43-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user