!28 Update package to version 3.1.42

From: @jxy_git 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2024-02-29 07:51:17 +00:00 committed by Gitee
commit 60063784b1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
GitPython-3.1.42.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.40
Version: 3.1.42
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/0d/b2/37265877ae607a2cbf9a471f4581dbf5ed13a501b90cb4c773f9ccfff3ea/GitPython-3.1.40.tar.gz
Source0: https://files.pythonhosted.org/packages/8f/12/71a40ffce4aae431c69c45a191e5f03aca2304639264faf5666c2767acc4/GitPython-3.1.42.tar.gz
BuildArch: noarch
%description
@ -81,6 +81,10 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Feb 23 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 3.1.42-1
- Update package to version 3.1.42
Report actual attempted Git command when Git.refresh fails
* Fri Nov 03 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.1.40-1
- Update package to version 3.1.40