python-GitPython

This commit is contained in:
sunhui 2023-07-18 11:12:06 +08:00
parent bcb5cf3710
commit 7a6a0e015b
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
GitPython-3.1.32.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-GitPython
Version: 3.1.31
Version: 3.1.32
Release: 1
Summary: GitPython is a python library used to interact with Git repositories
License: BSD-3-Clause
URL: https://github.com/gitpython-developers/GitPython
Source0: https://files.pythonhosted.org/packages/5f/11/2b0f60686dbda49028cec8c66bd18a5e82c96d92eef4bc34961e35bb3762/GitPython-3.1.31.tar.gz
Source0: https://files.pythonhosted.org/packages/5f/11/2b0f60686dbda49028cec8c66bd18a5e82c96d92eef4bc34961e35bb3762/GitPython-3.1.32.tar.gz
BuildArch: noarch
%description
@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Jul 18 2023 sunhui <sunhui@kylinos.cn> - 3.1.32-1
- Update package to version 3.1.32
* Mon Mar 06 2023 wangjunqi <wangjunqi@kylinos.cn> - 3.1.31-1
- Update package to version 3.1.31