forked from pool/python-certifi
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user