[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/15: gnu: python-acme, certbot: Update to 0.32.0.
From: |
guix-commits |
Subject: |
14/15: gnu: python-acme, certbot: Update to 0.32.0. |
Date: |
Sun, 10 Mar 2019 21:28:22 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d05c14dfc9f41d7aa07a64b22ad7bf0ecf5a1725
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Mar 11 02:04:36 2019 +0100
gnu: python-acme, certbot: Update to 0.32.0.
* gnu/packages/tls.scm (python-acme): Update to 0.32.0.
(certbot)[source]: Update hash.
[native-inputs]: Replace python-nose with python-pytest.
[propagated-inputs]: Add python-cryptography.
---
gnu/packages/tls.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 26a2eaa..bdfbc00 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -533,13 +533,13 @@ netcat implementation that supports TLS.")
(package
(name "python-acme")
;; Remember to update the hash of certbot when updating python-acme.
- (version "0.31.0")
+ (version "0.32.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "acme" version))
(sha256
(base32
- "1gxjv09c695lj8swspa390nch117i60qkrgy135383vfk00jsp3y"))))
+ "1v0skyrjnbxq0lfmia5k6jy29iig4sxbi9j9q367xsw0g25wxvqf"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -590,7 +590,7 @@ netcat implementation that supports TLS.")
(uri (pypi-uri name version))
(sha256
(base32
- "0wq4jgyzli684h154w26xplp0fzyks2vlrnmhafhyb0h1bw9cc8c"))))
+ "1j63i0j019q0d3l5rx14fv4nxy01nplhk7q2k2fq10vxl0jlxff0"))))
(build-system python-build-system)
(arguments
`(,@(substitute-keyword-arguments (package-arguments python-acme)
@@ -608,8 +608,8 @@ netcat implementation that supports TLS.")
#t))))))))
;; TODO: Add optional inputs for testing.
(native-inputs
- `(("python-nose" ,python-nose)
- ("python-mock" ,python-mock)
+ `(("python-mock" ,python-mock)
+ ("python-pytest" ,python-pytest)
;; For documentation
("python-sphinx" ,python-sphinx)
("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)
@@ -618,6 +618,7 @@ netcat implementation that supports TLS.")
("texinfo" ,texinfo)))
(propagated-inputs
`(("python-acme" ,python-acme)
+ ("python-cryptography" ,python-cryptography)
("python-zope-interface" ,python-zope-interface)
("python-pyrfc3339" ,python-pyrfc3339)
("python-pyopenssl" ,python-pyopenssl)
- branch master updated (8b3ad45 -> 93a72fa), guix-commits, 2019/03/10
- 14/15: gnu: python-acme, certbot: Update to 0.32.0.,
guix-commits <=
- 13/15: gnu: avidemux: Update to 2.7.2., guix-commits, 2019/03/10
- 15/15: gnu: xvid: Update to 1.3.5., guix-commits, 2019/03/10
- 09/15: gnu: texmaker: Update to 5.0.3., guix-commits, 2019/03/10
- 12/15: gnu: avidemux: Factorise ffmpeg version., guix-commits, 2019/03/10
- 11/15: gnu: avidemux: Don't use NAME in source URI., guix-commits, 2019/03/10
- 10/15: gnu: youtube-dl: Update to 2019.03.09., guix-commits, 2019/03/10
- 06/15: gnu: nginx-documentation: Update to 2019-03-01-2345-7ef11708457e., guix-commits, 2019/03/10
- 08/15: gnu: stunnel: Update to 5.50., guix-commits, 2019/03/10
- 01/15: gnu: snd: Update to 19.2., guix-commits, 2019/03/10
- 07/15: gnu: you-get: Update to 0.4.1270., guix-commits, 2019/03/10