!9 Update package to version 3.1.29
From: @jxy_git Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
6931b21ab1
Binary file not shown.
BIN
GitPython-3.1.29.tar.gz
Normal file
BIN
GitPython-3.1.29.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,13 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-GitPython
|
||||
Version: 3.1.27
|
||||
Version: 3.1.29
|
||||
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/d6/39/5b91b6c40570dc1c753359de7492404ba8fe7d71af40b618a780c7ad1fc7/GitPython-3.1.27.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/22/ab/3dd8b8a24399cee9c903d5f7600d20e8703d48904020f46f7fa5ac5474e9/GitPython-3.1.29.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
GitPython is a python library used to interact with git repositories,
|
||||
high-level like git-porcelain, or low-level like git-plumbing.
|
||||
@ -43,7 +44,6 @@ high-level like git-porcelain, or low-level like git-plumbing.
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||
@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 06 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 3.1.29-1
|
||||
- Update package to version 3.1.29
|
||||
|
||||
* Tue May 31 2022 OpenStack_SIG <openstack@openeuler.org> - 3.1.27-1
|
||||
- Upgrade package python3-GitPython to version 3.1.27
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user