diff --git a/3.1.43.tar.gz b/3.1.43.tar.gz deleted file mode 100644 index 275c63c77443d3959a8eeed2a338ec8b079f5a93..0000000000000000000000000000000000000000 Binary files a/3.1.43.tar.gz and /dev/null differ diff --git a/gitpython-3.1.44.tar.gz b/gitpython-3.1.44.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f2b5845f959d8aa728a0e52c6d43ce1df35af6dc Binary files /dev/null and b/gitpython-3.1.44.tar.gz differ diff --git a/python-GitPython.spec b/python-GitPython.spec index bfee722b5f08eff94b213c329ec6065028a46278..f8c091f993781734f1be778766cf6c6d46925ecd 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.43 -Release: 2 +Version: 3.1.44 +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://github.com/gitpython-developers/GitPython/archive/refs/tags/3.1.43.tar.gz +Source0: https://github.com/gitpython-developers/GitPython/archive/refs/tags/gitpython-%{version}.tar.gz BuildArch: noarch %description @@ -39,7 +39,7 @@ GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing. %prep -%autosetup -n GitPython-%{version} -p1 +%autosetup -n gitpython-%{version} -p1 %build %py3_build @@ -81,7 +81,16 @@ mv %{buildroot}/doclist.lst . %files help -f doclist.lst %{_docdir}/* + %changelog +* Wed Apr 02 2025 sqfu - 3.1.44-1 +- update version to 3.1.44 +- Fix typo in _get_exe_extensions PATHEXT fallback +- Don't suppress pytest warning summaries +- Update the comment about --mixed and paths +- Fixed an error updating shallow submodules +- Initial Migration of Fuzz Tests & Integration Scripts From the OSS-Fuzz Project Repo + * Wed Dec 18 2024 yangzhenyu 3.1.43-2 - fix Require git-core