Update to 2023.7.22 for fix CVE-2023-37920 and CVE-2022-23491

(cherry picked from commit f80f4176d7dbaad44b6ed99889177be6f15c6a66)
This commit is contained in:
starlet-dx 2023-07-31 14:15:09 +08:00 committed by openeuler-sync-bot
parent 14822ff29b
commit e578df44df
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
certifi-2023.7.22.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-certifi
Version: 2020.6.20
Version: 2023.7.22
Release: 1
Summary: Python package for providing Mozilla's CA Bundle.
License: MPL-2.0
URL: https://certifiio.readthedocs.io/en/latest/
Source0: https://files.pythonhosted.org/packages/40/a7/ded59fa294b85ca206082306bba75469a38ea1c7d44ea7e1d64f5443d67a/certifi-2020.6.20.tar.gz
Source0: https://files.pythonhosted.org/packages/source/c/certifi/certifi-%{version}.tar.gz
BuildArch: noarch
@ -32,7 +32,7 @@ validating the trustworthiness of SSL certificates while verifying the identity
of TLS hosts. It has been extracted from the `Requests`_ project.
%prep
%autosetup -n certifi-2020.6.20
%autosetup -n certifi-%{version} -p1
%build
%py3_build
@ -72,5 +72,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Jul 31 2023 yaoxin <yao_xin001@hoperun.com> - 2023.7.22-1
- Update to 2023.7.22 for fix CVE-2023-37920 and CVE-2022-23491
* Tue Aug 4 2020 wangxiao <wangxiao65@huawei.com> - 2020.6.20-1
- package init