Compare commits
11 Commits
22ceb3d5cc
...
d865ed6a06
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d865ed6a06 | ||
|
|
5f6469aa0b | ||
|
|
59f4a632a6 | ||
|
|
118d539b3c | ||
|
|
89102011f9 | ||
|
|
e83b578f27 | ||
|
|
c70d3bfa10 | ||
|
|
d29fdb8e1a | ||
|
|
d14928985d | ||
|
|
577484fbbd | ||
|
|
adf9ac9aaf |
Binary file not shown.
BIN
certifi-2024.2.2.tar.gz
Normal file
BIN
certifi-2024.2.2.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,13 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-certifi
|
||||
Version: 2021.10.8
|
||||
Version: 2024.2.2
|
||||
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/6c/ae/d26450834f0acc9e3d1f74508da6df1551ceab6c2ce0766a593362d6d57f/certifi-2021.10.8.tar.gz
|
||||
URL: https://github.com/certifi/python-certifi
|
||||
Source0: https://files.pythonhosted.org/packages/71/da/e94e26401b62acd6d91df2b52954aceb7f561743aa5ccc32152886c76c96/certifi-2024.2.2.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
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
|
||||
@ -14,13 +15,9 @@ extracted from the Requests project.
|
||||
|
||||
%package -n python3-certifi
|
||||
Summary: Python package for providing Mozilla's CA Bundle.
|
||||
Provides: python-certifi
|
||||
# Base build requires
|
||||
Provides: python-certifi = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pbr
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
%description -n python3-certifi
|
||||
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
|
||||
@ -35,14 +32,13 @@ trustworthiness of SSL certificates while verifying the identity of TLS hosts. I
|
||||
extracted from the Requests project.
|
||||
|
||||
%prep
|
||||
%autosetup -n certifi-2021.10.8
|
||||
%autosetup -n certifi-%{version} -p1
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||
@ -69,15 +65,28 @@ popd
|
||||
mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
|
||||
%files -n python3-certifi -f filelist.lst
|
||||
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
%files help -f doclist.lst
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Upgrade to version 2021.10.8
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user