[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: python-cryptography: Update to 1.9.
From: |
Marius Bakke |
Subject: |
05/08: gnu: python-cryptography: Update to 1.9. |
Date: |
Mon, 3 Jul 2017 20:53:02 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 89fc5b82d46ff5bede7ef4b1e7f5d95dabb92ed6
Author: Marius Bakke <address@hidden>
Date: Sat Jul 1 22:28:01 2017 +0200
gnu: python-cryptography: Update to 1.9.
* gnu/packages/python.scm (python-cryptography-vectors): Update to 1.9.
(python-cryptography): Update to 1.9.
[propagated-inputs]: Remove PYTHON-PACKAGING.
---
gnu/packages/python.scm | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d190223..5ddb82e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7388,14 +7388,14 @@ responses, rather than doing any computation.")
(define-public python-cryptography-vectors
(package
(name "python-cryptography-vectors")
- (version "1.8.2")
+ (version "1.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cryptography_vectors" version))
(sha256
(base32
- "0hzvq0bfy21bc35p8z7zdxpv3hbvi7adg4axc1b5yd3hk16a1nh0"))))
+ "1wvq1p1viam1diz9x6d61x1bsy6cninv7cjgd35x9ffig9r6gxxv"))))
(build-system python-build-system)
(home-page "https://github.com/pyca/cryptography")
(synopsis "Test vectors for the cryptography package")
@@ -7410,14 +7410,14 @@ responses, rather than doing any computation.")
(define-public python-cryptography
(package
(name "python-cryptography")
- (version "1.8.2")
+ (version "1.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cryptography" version))
(sha256
(base32
- "1nmy4fw3zy7rlvarkhn33g9905rwpy9z7k5kv8j80f0s6ynfp24f"))))
+ "10j8r1s29f4h59kp3mla14g588rm7qpn90nrczijk03i49q3662m"))))
(build-system python-build-system)
(inputs
`(("openssl" ,openssl)))
@@ -7426,12 +7426,6 @@ responses, rather than doing any computation.")
("python-cffi" ,python-cffi)
("python-six" ,python-six)
("python-idna" ,python-idna)
- ;; Packaging is used to check the version of python-cffi in
- ;; 'src/cryptography/hazmat/primitives/ciphers/base.py'. We should be
- ;; able to remove this dependency in the next release of cryptography:
- ;; python-cryptography:
- ;;
https://github.com/pyca/cryptography/commit/0417d00d9ff1e19bc3ab67d39bdd18e1674768c1
- ("python-packaging" ,python-packaging)
("python-iso8601" ,python-iso8601)))
(native-inputs
`(("python-cryptography-vectors" ,python-cryptography-vectors)
- branch master updated (f88eacc -> a8a964d), Marius Bakke, 2017/07/03
- 02/08: gnu: re2: Update to 2017-07-01., Marius Bakke, 2017/07/03
- 01/08: install: Drop redundant package after c0f5eee4b2cc737be222c4ba331d0., Marius Bakke, 2017/07/03
- 03/08: gnu: python-cffi: Really enable tests., Marius Bakke, 2017/07/03
- 04/08: gnu: python-cffi: Update to 1.10.0., Marius Bakke, 2017/07/03
- 05/08: gnu: python-cryptography: Update to 1.9.,
Marius Bakke <=
- 08/08: gnu: python-pylint: Update to 1.7.2., Marius Bakke, 2017/07/03
- 06/08: gnu: python-pyopenssl: Update to 17.1.0., Marius Bakke, 2017/07/03
- 07/08: gnu: python-astroid: Update to 1.5.3., Marius Bakke, 2017/07/03