Compare commits
No commits in common. "d865ed6a06bffa065c29cd764106b30b3a22e4aa" and "22ceb3d5cc9b22afbe5ae25db01bc35733786569" have entirely different histories.
d865ed6a06
...
22ceb3d5cc
BIN
certifi-2021.10.8.tar.gz
Normal file
BIN
certifi-2021.10.8.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,13 +1,12 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-certifi
|
Name: python-certifi
|
||||||
Version: 2024.2.2
|
Version: 2021.10.8
|
||||||
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://github.com/certifi/python-certifi
|
URL: https://certifiio.readthedocs.io/en/latest/
|
||||||
Source0: https://files.pythonhosted.org/packages/71/da/e94e26401b62acd6d91df2b52954aceb7f561743aa5ccc32152886c76c96/certifi-2024.2.2.tar.gz
|
Source0: https://files.pythonhosted.org/packages/6c/ae/d26450834f0acc9e3d1f74508da6df1551ceab6c2ce0766a593362d6d57f/certifi-2021.10.8.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
|
||||||
@ -15,9 +14,13 @@ 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 = %{version}-%{release}
|
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
|
||||||
@ -32,13 +35,14 @@ 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-%{version} -p1
|
%autosetup -n certifi-2021.10.8
|
||||||
|
|
||||||
%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
|
||||||
@ -65,28 +69,15 @@ 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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user