[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/38: gnu: python-zope-testing: Update to 4.6.2.
From: |
Tobias Geerinckx-Rice |
Subject: |
38/38: gnu: python-zope-testing: Update to 4.6.2. |
Date: |
Mon, 25 Jun 2018 22:24:27 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9d98101916209b6bbd2b3e24499a088d2abf1599
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Jun 23 00:20:01 2018 +0200
gnu: python-zope-testing: Update to 4.6.2.
* gnu/packages/python-web.scm (python-zope-testing): Update to 4.6.2.
[native-inputs]: Remove python-zope-exceptions.
[propagated-inputs]: Remove python-zope-interface.
---
gnu/packages/python-web.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9523ff3..4e130fa 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -783,14 +783,14 @@ that have uses outside of the Zope framework.")
(define-public python-zope-testing
(package
(name "python-zope-testing")
- (version "4.6.1")
+ (version "4.6.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "zope.testing" version))
(sha256
(base32
- "1vvxhjmzl7vw2i1akfj1xbggwn36270ym7f2ic9xwbaswfw1ap56"))
+ "0iiq54hjhkk2gpvzfjac70vyn4r0kw0ngvicshxbdwrkgf2gjq3g"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -798,10 +798,6 @@ that have uses outside of the Zope framework.")
(for-each delete-file (find-files "." "(\\.pyc|~)$"))
#t))))
(build-system python-build-system)
- (native-inputs
- `(("python-zope-exceptions" ,python-zope-exceptions)))
- (propagated-inputs
- `(("python-zope-interface" ,python-zope-interface)))
(home-page "https://pypi.python.org/pypi/zope.testing")
(synopsis "Zope testing helpers")
(description "Zope.testing provides a number of testing utilities for HTML
- 24/38: gnu: address@hidden: Return #t from all phases., (continued)
- 24/38: gnu: address@hidden: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 19/38: gnu: unbound: Use INVOKE., Tobias Geerinckx-Rice, 2018/06/25
- 28/38: gnu: irssi: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 23/38: gnu: address@hidden: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 30/38: gnu: glog: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 32/38: gnu: transfig: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 33/38: gnu: newsboat: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 29/38: gnu: epic5: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 37/38: gnu: python-pynacl: Update to 1.2.1., Tobias Geerinckx-Rice, 2018/06/25
- 34/38: gnu: newsboat: Update to 2.12., Tobias Geerinckx-Rice, 2018/06/25
- 38/38: gnu: python-zope-testing: Update to 4.6.2.,
Tobias Geerinckx-Rice <=
- 35/38: gnu: stunnel: Update to 5.47., Tobias Geerinckx-Rice, 2018/06/25
- 36/38: gnu: python-pathpy: Update to 11.0.1., Tobias Geerinckx-Rice, 2018/06/25