diff --git a/certifi-2022.12.7.tar.gz b/certifi-2022.12.7.tar.gz deleted file mode 100644 index 4cd764a..0000000 Binary files a/certifi-2022.12.7.tar.gz and /dev/null differ diff --git a/certifi-2023.5.7.tar.gz b/certifi-2023.5.7.tar.gz new file mode 100644 index 0000000..22f9f9a Binary files /dev/null and b/certifi-2023.5.7.tar.gz differ diff --git a/python-certifi.spec b/python-certifi.spec index 0f501e0..3c705a1 100644 --- a/python-certifi.spec +++ b/python-certifi.spec @@ -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 - 2023.5.7-1 +- Update package to version 2023.5.7 + * Thu Dec 15 2022 liqiuyu - 2022.12.7-1 - Update package to version 2022.12.7