diff --git a/certifi-2021.10.8.tar.gz b/certifi-2021.10.8.tar.gz deleted file mode 100644 index 9e1581b..0000000 Binary files a/certifi-2021.10.8.tar.gz and /dev/null differ diff --git a/certifi-2022.9.24.tar.gz b/certifi-2022.9.24.tar.gz new file mode 100644 index 0000000..6ea5084 Binary files /dev/null and b/certifi-2022.9.24.tar.gz differ diff --git a/python-certifi.spec b/python-certifi.spec index 7149065..0511847 100644 --- a/python-certifi.spec +++ b/python-certifi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-certifi -Version: 2021.10.8 +Version: 2022.9.24 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/cb/a4/7de7cd59e429bd0ee6521ba58a75adaec136d32f91a761b28a11d8088d44/certifi-2022.9.24.tar.gz BuildArch: noarch %description Certifi provides Mozilla carefully curated collection of Root Certificates for validating the @@ -15,12 +15,8 @@ extracted from the Requests project. %package -n python3-certifi Summary: Python package for providing Mozilla's CA Bundle. Provides: python-certifi -# Base build requires 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,7 +31,7 @@ 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} %build %py3_build @@ -78,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Sep 26 2022 liqiuyu - 2022.9.24-1 +- Upgrade package to version 2022.9.24 + * Wed Jan 19 2022 SimpleUpdate Robot - 2021.10.8-1 - Upgrade to version 2021.10.8