diff --git a/3.1.43.tar.gz b/3.1.43.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..275c63c77443d3959a8eeed2a338ec8b079f5a93 Binary files /dev/null and b/3.1.43.tar.gz differ diff --git a/GitPython-3.1.42.tar.gz b/GitPython-3.1.42.tar.gz deleted file mode 100644 index dce44d905cf85835ab349f5a5fa5def62f2e707b..0000000000000000000000000000000000000000 Binary files a/GitPython-3.1.42.tar.gz and /dev/null differ diff --git a/python-GitPython.spec b/python-GitPython.spec index 5bbf4d7c68e2e44c57b38ecbbca2538d06aa47eb..8bc0e25c78ecfe07423a48604f82ded65ba99346 100644 --- a/python-GitPython.spec +++ b/python-GitPython.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-GitPython -Version: 3.1.42 +Version: 3.1.43 Release: 1 Summary: GitPython is a python library used to interact with Git repositories License: BSD-3-Clause URL: https://github.com/gitpython-developers/GitPython -Source0: https://files.pythonhosted.org/packages/8f/12/71a40ffce4aae431c69c45a191e5f03aca2304639264faf5666c2767acc4/GitPython-3.1.42.tar.gz +Source0: https://github.com/gitpython-developers/GitPython/archive/refs/tags/3.1.43.tar.gz BuildArch: noarch %description @@ -81,6 +81,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 13 2024 liuzhilin - 3.1.43-1 +- Update package to version 3.1.43 +- Issue and test deprecation warnings. +- Fix version_info cache invalidation, typing, parsing, and serialization. +- Document manual refresh path treatment. +- Improve static typing and docstrings related to git object types. + * Fri Feb 23 2024 jiangxinyu - 3.1.42-1 - Update package to version 3.1.42 Report actual attempted Git command when Git.refresh fails