update version to 1.0.0

This commit is contained in:
liqiuyu123 2022-12-16 15:36:43 +08:00
parent 29fa8e5674
commit d9938edaec
2 changed files with 7 additions and 5 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-gitdb
Version: 4.0.9
Version: 4.0.10
Release: 1
Summary: Git Object Database
License: BSD
License: BSD-3-Clause
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
%description
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
Summary: Git Object Database
Provides: python-gitdb
Provides: python-gitdb = %{version}-%{release}
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
@ -49,7 +49,6 @@ allowing to handle large objects with a small memory footprint.
%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
@ -83,6 +82,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Upgrade package python3-gitdb to version 4.0.9