!15 Update package

From: @liqiuyu123 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-12-19 12:19:23 +00:00 committed by Gitee
commit 9db9682419
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 7 additions and 5 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.9 Version: 4.0.10
Release: 1 Release: 1
Summary: Git Object Database Summary: Git Object Database
License: BSD License: BSD-3-Clause
URL: https://github.com/gitpython-developers/gitdb URL: https://github.com/gitpython-developers/gitdb
Source0: https://files.pythonhosted.org/packages/fc/44/64e02ef96f20b347385f0e9c03098659cb5a1285d36c3d17c56e534d80cf/gitdb-4.0.9.tar.gz Source0: https://files.pythonhosted.org/packages/4b/47/dc98f3d5d48aa815770e31490893b92c5f1cd6c6cf28dd3a8ae0efffac14/gitdb-4.0.10.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.
@ -15,7 +15,7 @@ allowing to handle large objects with a small memory footprint.
%package -n python3-gitdb %package -n python3-gitdb
Summary: Git Object Database Summary: Git Object Database
Provides: python-gitdb Provides: python-gitdb = %{version}-%{release}
# Base build requires # Base build requires
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
@ -49,7 +49,6 @@ allowing to handle large objects with a small memory footprint.
%install %install
%py3_install %py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir} install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -83,6 +82,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Dec 16 2022 liqiuyu <liqiuyu@kylinos.cn> - 4.0.10-1
- Update package to version 4.0.10
* Tue May 31 2022 OpenStack_SIG <openstack@openeuler.org> - 4.0.9-1 * Tue May 31 2022 OpenStack_SIG <openstack@openeuler.org> - 4.0.9-1
- Upgrade package python3-gitdb to version 4.0.9 - Upgrade package python3-gitdb to version 4.0.9