!12 Update package to version 2023.5.7
From: @jxy_git Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
e83b578f27
Binary file not shown.
BIN
certifi-2023.5.7.tar.gz
Normal file
BIN
certifi-2023.5.7.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,13 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-certifi
|
||||
Version: 2022.12.7
|
||||
Version: 2023.5.7
|
||||
Release: 1
|
||||
Summary: Python package for providing Mozilla's CA Bundle.
|
||||
License: MPL-2.0
|
||||
URL: https://github.com/certifi/python-certifi
|
||||
Source0: https://files.pythonhosted.org/packages/37/f7/2b1b0ec44fdc30a3d31dfebe52226be9ddc40cd6c0f34ffc8923ba423b69/certifi-2022.12.7.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/93/71/752f7a4dd4c20d6b12341ed1732368546bc0ca9866139fe812f6009d9ac7/certifi-2023.5.7.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,7 +15,7 @@ extracted from the Requests project.
|
||||
|
||||
%package -n python3-certifi
|
||||
Summary: Python package for providing Mozilla's CA Bundle.
|
||||
Provides: python-certifi
|
||||
Provides: python-certifi = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%description -n python3-certifi
|
||||
@ -38,7 +39,6 @@ extracted from the Requests project.
|
||||
|
||||
%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
|
||||
@ -65,15 +65,16 @@ 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
|
||||
* 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user