15
0

Accepting request 827088 from home:bnavigator:branches:devel:languages:python

- Update package description
- Fix the butchered python-certifi-shipped-requests-cabundle.patch
  broken by last update.
- Add comment about missing tests gh#certifi/python-certifi#136

OBS-URL: https://build.opensuse.org/request/show/827088
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=48
This commit is contained in:
2020-08-16 21:59:25 +00:00
committed by Git OBS Bridge
parent 69f6369ee5
commit 3746aa922f
3 changed files with 77 additions and 13 deletions

View File

@@ -37,11 +37,11 @@ BuildArch: noarch
%python_subpackages
%description
This installable Python package contains a CA Bundle that you can reference
in your Python code. This is useful for verifying HTTP requests, for example.
Certifi provides Mozilla's carefully curated collection of Root Certificates
for validating the trustworthiness of SSL certificates while verifying the
identity of TLS hosts. It has been extracted from the Requests project.
This is the same CA Bundle which ships with the Requests codebase, and is
derived from Mozilla Firefox's canonical set.
Note that on SUSE packages the used CA bundle is actually the system bundle
%prep
%setup -q -n certifi-%{version}
@@ -68,7 +68,8 @@ derived from Mozilla Firefox's canonical set.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# no upstream tests found
# There are no upstream unit tests https://github.com/certifi/python-certifi/issues/136
# Please check that downstream packages like python-requests still build after an update of certifi
%files %{python_files}
%license LICENSE