Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
d865ed6a06
!22 Update to 2024.2.2 for fix CVE-2023-40104
From: @xieyl_guoke 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
2024-03-15 03:02:18 +00:00
openeuler-ci-bot
5f6469aa0b
!21 Update to 2024.2.2 for fix CVE-2023-40104
From: @xieyl_guoke 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
2024-03-14 09:25:48 +00:00
xieyanlong
59f4a632a6 Update to 2024.2.2 for fix CVE-2023-40104 2024-03-08 11:30:23 +08:00
openeuler-ci-bot
118d539b3c
!13 Update to 2023.7.22 for fix CVE-2023-37920 and CVE-2022-23491
From: @starlet-dx 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
2023-08-01 06:44:51 +00:00
starlet-dx
89102011f9 Update to 2023.7.22 for fix CVE-2023-37920 and CVE-2022-23491 2023-07-31 14:10:18 +08:00
openeuler-ci-bot
e83b578f27
!12 Update package to version 2023.5.7
From: @jxy_git 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
2023-06-01 06:54:23 +00:00
jxy_git
c70d3bfa10 Update package to version 2023.5.7 2023-05-18 17:03:26 +08:00
openeuler-ci-bot
d29fdb8e1a
!10 Update package
From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-12-15 09:23:01 +00:00
liqiuyu123
d14928985d update version to 2022.12.7 2022-12-15 16:22:19 +08:00
openeuler-ci-bot
577484fbbd
!9 Update package
From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-09-26 07:41:42 +00:00
liqiuyu123
adf9ac9aaf update package 2022-09-26 15:08:08 +08:00
3 changed files with 21 additions and 12 deletions

Binary file not shown.

BIN
certifi-2024.2.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,13 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-certifi Name: python-certifi
Version: 2021.10.8 Version: 2024.2.2
Release: 1 Release: 1
Summary: Python package for providing Mozilla's CA Bundle. Summary: Python package for providing Mozilla's CA Bundle.
License: MPL-2.0 License: MPL-2.0
URL: https://certifiio.readthedocs.io/en/latest/ URL: https://github.com/certifi/python-certifi
Source0: https://files.pythonhosted.org/packages/6c/ae/d26450834f0acc9e3d1f74508da6df1551ceab6c2ce0766a593362d6d57f/certifi-2021.10.8.tar.gz Source0: https://files.pythonhosted.org/packages/71/da/e94e26401b62acd6d91df2b52954aceb7f561743aa5ccc32152886c76c96/certifi-2024.2.2.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
Certifi provides Mozilla carefully curated collection of Root Certificates for validating the Certifi provides Mozilla carefully curated collection of Root Certificates for validating the
trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been
@ -14,13 +15,9 @@ extracted from the Requests project.
%package -n python3-certifi %package -n python3-certifi
Summary: Python package for providing Mozilla's CA Bundle. Summary: Python package for providing Mozilla's CA Bundle.
Provides: python-certifi Provides: python-certifi = %{version}-%{release}
# Base build requires
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
%description -n python3-certifi %description -n python3-certifi
Certifi provides Mozilla carefully curated collection of Root Certificates for validating the Certifi provides Mozilla carefully curated collection of Root Certificates for validating the
trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been
@ -35,14 +32,13 @@ trustworthiness of SSL certificates while verifying the identity of TLS hosts. I
extracted from the Requests project. extracted from the Requests project.
%prep %prep
%autosetup -n certifi-2021.10.8 %autosetup -n certifi-%{version} -p1
%build %build
%py3_build %py3_build
%install %install
%py3_install %py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir} install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -69,15 +65,28 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%files -n python3-certifi -f filelist.lst %files -n python3-certifi -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Mar 8 2024 xieyanlong <xieyanlong@kylinos.cn> - 2024.2.2-1
- Update to 2024.2.2 for fix CVE-2023-40104
* 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
* Thu May 18 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2023.5.7-1
- Update package to version 2023.5.7
* Thu Dec 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 2022.12.7-1
- Update package to version 2022.12.7
* Mon Sep 26 2022 liqiuyu <liqiuyu@kylinos.cn> - 2022.9.24-1
- Upgrade package to version 2022.9.24
* Wed Jan 19 2022 SimpleUpdate Robot <tc@openeuler.org> - 2021.10.8-1 * Wed Jan 19 2022 SimpleUpdate Robot <tc@openeuler.org> - 2021.10.8-1
- Upgrade to version 2021.10.8 - Upgrade to version 2021.10.8