summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm14
1 files changed, 4 insertions, 10 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d1902231b73..5ddb82ed47c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7388,14 +7388,14 @@ responses, rather than doing any computation.")
7388(define-public python-cryptography-vectors 7388(define-public python-cryptography-vectors
7389 (package 7389 (package
7390 (name "python-cryptography-vectors") 7390 (name "python-cryptography-vectors")
7391 (version "1.8.2") 7391 (version "1.9")
7392 (source 7392 (source
7393 (origin 7393 (origin
7394 (method url-fetch) 7394 (method url-fetch)
7395 (uri (pypi-uri "cryptography_vectors" version)) 7395 (uri (pypi-uri "cryptography_vectors" version))
7396 (sha256 7396 (sha256
7397 (base32 7397 (base32
7398 "0hzvq0bfy21bc35p8z7zdxpv3hbvi7adg4axc1b5yd3hk16a1nh0")))) 7398 "1wvq1p1viam1diz9x6d61x1bsy6cninv7cjgd35x9ffig9r6gxxv"))))
7399 (build-system python-build-system) 7399 (build-system python-build-system)
7400 (home-page "https://github.com/pyca/cryptography") 7400 (home-page "https://github.com/pyca/cryptography")
7401 (synopsis "Test vectors for the cryptography package") 7401 (synopsis "Test vectors for the cryptography package")
@@ -7410,14 +7410,14 @@ responses, rather than doing any computation.")
7410(define-public python-cryptography 7410(define-public python-cryptography
7411 (package 7411 (package
7412 (name "python-cryptography") 7412 (name "python-cryptography")
7413 (version "1.8.2") 7413 (version "1.9")
7414 (source 7414 (source
7415 (origin 7415 (origin
7416 (method url-fetch) 7416 (method url-fetch)
7417 (uri (pypi-uri "cryptography" version)) 7417 (uri (pypi-uri "cryptography" version))
7418 (sha256 7418 (sha256
7419 (base32 7419 (base32
7420 "1nmy4fw3zy7rlvarkhn33g9905rwpy9z7k5kv8j80f0s6ynfp24f")))) 7420 "10j8r1s29f4h59kp3mla14g588rm7qpn90nrczijk03i49q3662m"))))
7421 (build-system python-build-system) 7421 (build-system python-build-system)
7422 (inputs 7422 (inputs
7423 `(("openssl" ,openssl))) 7423 `(("openssl" ,openssl)))
@@ -7426,12 +7426,6 @@ responses, rather than doing any computation.")
7426 ("python-cffi" ,python-cffi) 7426 ("python-cffi" ,python-cffi)
7427 ("python-six" ,python-six) 7427 ("python-six" ,python-six)
7428 ("python-idna" ,python-idna) 7428 ("python-idna" ,python-idna)
7429 ;; Packaging is used to check the version of python-cffi in
7430 ;; 'src/cryptography/hazmat/primitives/ciphers/base.py'. We should be
7431 ;; able to remove this dependency in the next release of cryptography:
7432 ;; python-cryptography:
7433 ;; https://github.com/pyca/cryptography/commit/0417d00d9ff1e19bc3ab67d39bdd18e1674768c1
7434 ("python-packaging" ,python-packaging)
7435 ("python-iso8601" ,python-iso8601))) 7429 ("python-iso8601" ,python-iso8601)))
7436 (native-inputs 7430 (native-inputs
7437 `(("python-cryptography-vectors" ,python-cryptography-vectors) 7431 `(("python-cryptography-vectors" ,python-cryptography-vectors)