!17 [sync] PR-14: Upgrade to 3.1.32 for fix CVE-2022-24439 and CVE-2023-40267

From: @openeuler-sync-bot 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-08-18 01:12:45 +00:00 committed by Gitee
commit 1adb6d32c0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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 %global _empty_manifest_terminate_build 0
Name: python-GitPython Name: python-GitPython
Version: 3.1.14 Version: 3.1.32
Release: 1 Release: 1
Summary: Python Git Library Summary: Python Git Library
License: BSD License: BSD
URL: https://github.com/gitpython-developers/GitPython 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 BuildArch: noarch
%description %description
GitPython is a python library used to interact with git repositories,\ 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 %prep
%autosetup -n GitPython-3.1.14 %autosetup -n GitPython-%{version} -p1
%build %build
%py3_build %py3_build
@ -72,6 +72,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Fri Jul 09 2021 openstack-sig <openstack@openeuler.org> - 3.1.14-1
- update to 3.1.14 - update to 3.1.14