diff --git a/GitPython-3.1.40.tar.gz b/GitPython-3.1.40.tar.gz deleted file mode 100644 index ac085d1..0000000 Binary files a/GitPython-3.1.40.tar.gz and /dev/null differ diff --git a/GitPython-3.1.42.tar.gz b/GitPython-3.1.42.tar.gz new file mode 100644 index 0000000..dce44d9 Binary files /dev/null and b/GitPython-3.1.42.tar.gz differ diff --git a/python-GitPython.spec b/python-GitPython.spec index 663cb05..5bbf4d7 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.40 +Version: 3.1.42 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/0d/b2/37265877ae607a2cbf9a471f4581dbf5ed13a501b90cb4c773f9ccfff3ea/GitPython-3.1.40.tar.gz +Source0: https://files.pythonhosted.org/packages/8f/12/71a40ffce4aae431c69c45a191e5f03aca2304639264faf5666c2767acc4/GitPython-3.1.42.tar.gz BuildArch: noarch %description @@ -81,6 +81,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* 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 + * Fri Nov 03 2023 jiangxinyu - 3.1.40-1 - Update package to version 3.1.40