diff --git a/gitdb-4.0.10.tar.gz b/gitdb-4.0.11.tar.gz similarity index 70% rename from gitdb-4.0.10.tar.gz rename to gitdb-4.0.11.tar.gz index c137ba1..f0c3cc1 100644 Binary files a/gitdb-4.0.10.tar.gz and b/gitdb-4.0.11.tar.gz differ diff --git a/python-gitdb.spec b/python-gitdb.spec index 26f8f63..127213c 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.10 +Version: 4.0.11 Release: 1 Summary: Git Object Database License: BSD-3-Clause 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 %description GitDB allows you to access bare git repositories for reading and writing. @@ -82,6 +82,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 07 2023 jiangxinyu - 4.0.11-1 +- Update package to version 4.0.11 + * Fri Dec 16 2022 liqiuyu - 4.0.10-1 - Update package to version 4.0.10