Update package to version 3.1.30

This commit is contained in:
wubijie 2023-02-08 10:34:15 +08:00
parent 6931b21ab1
commit 89c6bcac05
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
GitPython-3.1.30.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.29 Version: 3.1.30
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/22/ab/3dd8b8a24399cee9c903d5f7600d20e8703d48904020f46f7fa5ac5474e9/GitPython-3.1.29.tar.gz Source0: https://files.pythonhosted.org/packages/ef/8d/50658d134d89e080bb33eb8e2f75d17563b5a9dfb75383ea1a78e1df6fff/GitPython-3.1.30.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Feb 8 2023 wubijie <wubijie@kylinos.cn> - 3.1.30-1
- Update package to version 3.1.30
* Tue Dec 06 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 3.1.29-1 * Tue Dec 06 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 3.1.29-1
- Update package to version 3.1.29 - Update package to version 3.1.29