Update package to version 3.1.42

This commit is contained in:
jxy_git 2024-02-23 19:26:34 +08:00
parent 19639da7b8
commit 6ee69c7283
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 %global _empty_manifest_terminate_build 0
Name: python-GitPython Name: python-GitPython
Version: 3.1.40 Version: 3.1.42
Release: 1 Release: 1
Summary: GitPython is a python library used to interact with Git repositories Summary: GitPython is a python library used to interact with Git repositories
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/gitpython-developers/GitPython 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 BuildArch: noarch
%description %description
@ -81,6 +81,10 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Fri Nov 03 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.1.40-1
- Update package to version 3.1.40 - Update package to version 3.1.40