!16 Update package to version 4.0.11

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-12-07 08:42:42 +00:00 committed by Gitee
commit 6b9614006f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-gitdb Name: python-gitdb
Version: 4.0.10 Version: 4.0.11
Release: 1 Release: 1
Summary: Git Object Database Summary: Git Object Database
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/gitpython-developers/gitdb URL: https://github.com/gitpython-developers/gitdb
Source0: https://files.pythonhosted.org/packages/4b/47/dc98f3d5d48aa815770e31490893b92c5f1cd6c6cf28dd3a8ae0efffac14/gitdb-4.0.10.tar.gz Source0: https://files.pythonhosted.org/packages/19/0d/bbb5b5ee188dec84647a4664f3e11b06ade2bde568dbd489d9d64adef8ed/gitdb-4.0.11.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
GitDB allows you to access bare git repositories for reading and writing. GitDB allows you to access bare git repositories for reading and writing.
@ -82,6 +82,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Dec 07 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 4.0.11-1
- Update package to version 4.0.11
* Fri Dec 16 2022 liqiuyu <liqiuyu@kylinos.cn> - 4.0.10-1 * Fri Dec 16 2022 liqiuyu <liqiuyu@kylinos.cn> - 4.0.10-1
- Update package to version 4.0.10 - Update package to version 4.0.10