diff --git a/gitpython-3.1.44.tar.gz b/gitpython-3.1.44.tar.gz deleted file mode 100644 index f2b5845f959d8aa728a0e52c6d43ce1df35af6dc..0000000000000000000000000000000000000000 Binary files a/gitpython-3.1.44.tar.gz and /dev/null differ diff --git a/gitpython-3.1.45.tar.gz b/gitpython-3.1.45.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9318babf195f601f38c2b8a43855f1a446cbfd8a Binary files /dev/null and b/gitpython-3.1.45.tar.gz differ diff --git a/python-GitPython.spec b/python-GitPython.spec index f8c091f993781734f1be778766cf6c6d46925ecd..b734edc3aca8d326c1760cb84e39174efb2c0541 100644 --- a/python-GitPython.spec +++ b/python-GitPython.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-GitPython -Version: 3.1.44 +Version: 3.1.45 Release: 1 Summary: GitPython is a python library used to interact with Git repositories License: BSD-3-Clause @@ -83,6 +83,13 @@ mv %{buildroot}/doclist.lst . %changelog +* Fri Aug 08 2025 zhang_wenyu - 3.1.45-1 +- update version to 3.1.45 +- Fix various version-related CI breakages +- Do some CI cleanup to make reports clearer and future changes easier +- Affirm that gitdb and smmap advisories can also be created +- Fix links to gitdb and smmap SECURITY.md files + * Wed Apr 02 2025 sqfu - 3.1.44-1 - update version to 3.1.44 - Fix typo in _get_exe_extensions PATHEXT fallback