Upgrade to 3.1.32 for fix CVE-2022-24439 and CVE-2023-40267

(cherry picked from commit 5668161fe39c5faf98dc678da48b28f3ad7bdd07)
This commit is contained in:
starlet-dx 2023-08-17 17:00:47 +08:00 committed by openeuler-sync-bot
parent a559f19e5a
commit fb2ba780fd
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
GitPython-3.1.32.tar.gz Normal file

Binary file not shown.

View File

@ -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 <yao_xin001@hoperun.com> - 3.1.32-1
- Upgrade to 3.1.32 for fix CVE-2022-24439 and CVE-2023-40267
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org> - 3.1.14-1
- update to 3.1.14