14
0

Accepting request 616242 from home:mimi_vx:branches:devel:languages:python

- update to 2.2.2
  * fix build on some systems with openssl 1.1.0h

OBS-URL: https://build.opensuse.org/request/show/616242
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=98
This commit is contained in:
Tomáš Chvátal
2018-06-12 08:00:09 +00:00
committed by Git OBS Bridge
parent fb93670dd3
commit e832d4dbf8
9 changed files with 26 additions and 32 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-cryptography
Version: 2.2.1
Version: 2.2.2
Release: 0
Summary: Python library which exposes cryptographic recipes and primitives
License: Apache-2.0 OR BSD-3-Clause
@@ -29,8 +29,7 @@ Source0: https://files.pythonhosted.org/packages/source/c/cryptography/cr
Source1: https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz.asc
Source2: %{name}.keyring
# found on pypi but not on pythonhosted :/
Source3: cryptography_vectors-%{version}.tar.gz
Source4: cryptography_vectors-%{version}.tar.gz.asc
Source3: https://files.pythonhosted.org/packages/source/c/cryptography_vectors/cryptography_vectors-%{version}.tar.gz
# PATCH-FIX-SLE disable-uneven-sizes-tests.patch bnc#944204
Patch1: disable-uneven-sizes-tests.patch
Patch2: skip_openssl_memleak_test.patch
@@ -82,7 +81,7 @@ Requires: python3
cryptography is a package designed to expose cryptographic
recipes and primitives to Python developers. Our goal is
for it to be your "cryptographic standard library". It
supports Python 2.6-2.7, Python 3.2+, and PyPy.
supports Python 2.7, Python 3.4+, and PyPy-5.3+.
cryptography includes both high level recipes, and low
level interfaces to common cryptographic algorithms such as