diff --git a/gitdb-4.0.9.tar.gz b/gitdb-4.0.10.tar.gz similarity index 70% rename from gitdb-4.0.9.tar.gz rename to gitdb-4.0.10.tar.gz index 33d4e8d..c137ba1 100644 Binary files a/gitdb-4.0.9.tar.gz and b/gitdb-4.0.10.tar.gz differ diff --git a/python-gitdb.spec b/python-gitdb.spec index 064b3c8..26f8f63 100644 --- a/python-gitdb.spec +++ b/python-gitdb.spec @@ -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 - 4.0.10-1 +- Update package to version 4.0.10 + * Tue May 31 2022 OpenStack_SIG - 4.0.9-1 - Upgrade package python3-gitdb to version 4.0.9