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

(cherry picked from commit d7b6681ac247b9e3f6221faa4045c0e15c5c7221)
This commit is contained in:
starlet-dx 2023-08-17 15:58:26 +08:00 committed by openeuler-sync-bot
parent 035e6f4af0
commit 287dbb2d9d
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.27
Version: 3.1.32
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://files.pythonhosted.org/packages/d6/39/5b91b6c40570dc1c753359de7492404ba8fe7d71af40b618a780c7ad1fc7/GitPython-3.1.27.tar.gz
Source0: %{pypi_source GitPython}
BuildArch: noarch
%description
GitPython is a python library used to interact with git repositories,
@ -36,7 +36,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}
%autosetup -n GitPython-%{version} -p1
%build
%py3_build
@ -77,6 +77,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
* Thu Oct 13 2022 wulei <wulei80@h-partners.com> - 3.1.27-1
- Upgrade package python3-GitPython to version 3.1.27