update package

This commit is contained in:
liqiuyu123 2022-09-26 15:08:08 +08:00
parent 22ceb3d5cc
commit adf9ac9aaf
3 changed files with 7 additions and 8 deletions

Binary file not shown.

BIN
certifi-2022.9.24.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-certifi Name: python-certifi
Version: 2021.10.8 Version: 2022.9.24
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/cb/a4/7de7cd59e429bd0ee6521ba58a75adaec136d32f91a761b28a11d8088d44/certifi-2022.9.24.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
@ -15,12 +15,8 @@ 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
# 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,7 +31,7 @@ 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}
%build %build
%py3_build %py3_build
@ -78,6 +74,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* 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