]> git.pld-linux.org Git - packages/python-cryptography.git/commitdiff
- updated to 1.7.2 (since 1.5.x contains fix for CVE-2016-9243) auto/th/python-cryptography-1.7.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 3 Mar 2017 21:45:07 +0000 (22:45 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 3 Mar 2017 21:45:07 +0000 (22:45 +0100)
python-cryptography.spec

index c0849e9fdf5de63ed643f5eb20c3782cebcfc754..54eeea9279185f7588bbde2e679f76140c2bd0b6 100644 (file)
@@ -7,15 +7,15 @@
 Summary:       Crypthography library for Python 2
 Summary(pl.UTF-8):     Biblioteka Cryptography dla Pythona 2
 Name:          python-cryptography
-Version:       1.3.1
-Release:       2
+Version:       1.7.2
+Release:       1
 License:       Apache v2.0 or BSD
 Group:         Libraries/Python
 #Source0Download: https://pypi.python.org/simple/cryptography/
-Source0:       https://pypi.python.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz
-# Source0-md5: bc8148d2ff2d80fef8ef2d2e856b3a7f
+Source0:       https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz
+# Source0-md5: fade66de437392ed1ba6980768626204
 URL:           https://cryptography.io/
-BuildRequires: openssl-devel >= 0.9.8
+BuildRequires: openssl-devel >= 1.0.1
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with python2}
@@ -57,6 +57,7 @@ BuildRequires:        python3-pyasn1_modules
 BuildRequires: python3-pytest
 %endif
 %endif
+Requires:      openssl >= 1.0.1
 Requires:      python-cffi >= 1.4.1
 Requires:      python-six >= 1.4.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -90,9 +91,10 @@ Ten pakiet zawiera moduĊ‚y Pythona 2.
 Summary:       Crypthography library for Python 3
 Summary(pl.UTF-8):     Biblioteka Cryptography dla Pythona 3
 Group:         Libraries/Python
+Requires:      openssl >= 1.0.1
 Requires:      python3-cffi >= 1.4.1
 %if "%{py3_ver}" < "3.4"
-BuildRequires: python3-enum34
+Requires:      python3-enum34
 %endif
 Requires:      python3-six >= 1.4.1
 
This page took 0.053759 seconds and 4 git commands to generate.