diff --git a/GitPython-3.1.14.tar.gz b/GitPython-3.1.14.tar.gz deleted file mode 100644 index 1864f3a33257079238dedde4143a8c19c1efc01b..0000000000000000000000000000000000000000 Binary files a/GitPython-3.1.14.tar.gz and /dev/null differ diff --git a/GitPython-3.1.32.tar.gz b/GitPython-3.1.32.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2f171bedc88dcef1b877dd3f980f311e560f168a Binary files /dev/null and b/GitPython-3.1.32.tar.gz differ diff --git a/python-GitPython.spec b/python-GitPython.spec index 0234af3f671d754248387389caa07885927370d1..caacd9005ac511bd3716cdd743de4b96ac1d0be2 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.14 +Version: 3.1.32 Release: 1 Summary: Python Git Library License: BSD URL: https://github.com/gitpython-developers/GitPython -Source0: https://files.pythonhosted.org/packages/5f/f2/ea3242d97695451ab1521775a85253e002942d2c8f4519ae1172c0f5f979/GitPython-3.1.14.tar.gz +Source0: %{pypi_source GitPython} BuildArch: noarch %description GitPython is a python library used to interact with git repositories,\ @@ -32,7 +32,7 @@ high-level like git-porcelain, or low-level like git-plumbing. %prep -%autosetup -n GitPython-3.1.14 +%autosetup -n GitPython-%{version} -p1 %build %py3_build @@ -72,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 17 2023 yaoxin - 3.1.32-1 +- Upgrade to 3.1.32 for fix CVE-2022-24439 and CVE-2023-40267 + * Fri Jul 09 2021 openstack-sig - 3.1.14-1 - update to 3.1.14