!12 Update package to version 2023.5.7

From: @jxy_git 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2023-06-01 06:54:23 +00:00 committed by Gitee
commit e83b578f27
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 6 deletions

Binary file not shown.

BIN
certifi-2023.5.7.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: 2022.12.7 Version: 2023.5.7
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://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 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,7 +15,7 @@ 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}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-certifi %description -n python3-certifi
@ -38,7 +39,6 @@ extracted from the Requests project.
%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,15 +65,16 @@ 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
* 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 * Thu Dec 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 2022.12.7-1
- Update package to version 2022.12.7 - Update package to version 2022.12.7