- Adjust metadata for skip-networked-test.patch and refer to the proper

upstream ticket gh#pyca/pyopenssl#68.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=78
This commit is contained in:
Matej Cepl 2020-12-22 22:29:19 +00:00 committed by Git OBS Bridge
parent 2c6e44f6af
commit 027e381015
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 22 22:28:30 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Adjust metadata for skip-networked-test.patch and refer to the proper
upstream ticket gh#pyca/pyopenssl#68.
-------------------------------------------------------------------
Fri Dec 11 13:21:19 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@ -25,7 +25,9 @@ Summary: Python wrapper module around the OpenSSL library
License: Apache-2.0
URL: https://github.com/pyca/pyopenssl
Source: https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
Patch1: skip-networked-test.patch
# PATCH-FIX-UPSTREAM skip-networked-test.patch gh#pyca/pyopenssl#68 mcepl@suse.com
# Mark tests requiring network access
Patch0: skip-networked-test.patch
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module cryptography >= 2.8}
BuildRequires: %{python_module flaky}