[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/37: gnu: python-zope-location: Update to 4.2.
From: |
guix-commits |
Subject: |
35/37: gnu: python-zope-location: Update to 4.2. |
Date: |
Mon, 16 Mar 2020 10:46:30 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 386d2fd130dd557a81620e8409e05e6be7c7507a
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Mar 16 14:20:16 2020 +0100
gnu: python-zope-location: Update to 4.2.
* gnu/packages/python-web.scm (python-zope-location): Update to 4.2.
[native-inputs]: Add PYTHON-ZOPE-TESTRUNNER.
[propagated-inputs]: Add PYTHON-ZOPE-INTERFACE.
---
gnu/packages/python-web.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 43f6288..6ff5482 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1207,19 +1207,22 @@ brokering, etc.) for which the proxy is responsible.")
(define-public python-zope-location
(package
(name "python-zope-location")
- (version "4.0.3")
+ (version "4.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "zope.location" version))
(sha256
(base32
- "1nj9da4ksiyv3h8n2vpzwd0pb03mdsh7zy87hfpx72b6p2zcwg74"))))
+ "1b40pzl8v00d583d3gsxv1qjdw2dhghlgkbgxl3m07d5r3izj857"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
+ (native-inputs
+ `(("python-zope-testrunner" ,python-zope-testrunner)))
(propagated-inputs
- `(("python-zope-proxy" ,python-zope-proxy)
+ `(("python-zope-interface" ,python-zope-interface)
+ ("python-zope-proxy" ,python-zope-proxy)
("python-zope-schema" ,python-zope-schema)))
(home-page "https://pypi.org/project/zope.location/")
(synopsis "Zope location library")
- 08/37: gnu: python-stdnum: Update to 1.13., (continued)
- 08/37: gnu: python-stdnum: Update to 1.13., guix-commits, 2020/03/16
- 16/37: gnu: Remove python2-swiftclient., guix-commits, 2020/03/16
- 21/37: gnu: Remove python2-oslo.config., guix-commits, 2020/03/16
- 26/37: gnu: python-gevent: Update to 1.4.0., guix-commits, 2020/03/16
- 33/37: gnu: python-zope-configuration: Update to 4.3.1., guix-commits, 2020/03/16
- 24/37: gnu: Remove python2-gitdb., guix-commits, 2020/03/16
- 27/37: gnu: python-zope-interface: Update to 4.7.2., guix-commits, 2020/03/16
- 28/37: gnu: python-zope-exceptions: Update to 4.3., guix-commits, 2020/03/16
- 30/37: gnu: python-zope-testrunner: Update to 5.1., guix-commits, 2020/03/16
- 31/37: gnu: python-zope-i18nmessageid: Update to 5.0.1., guix-commits, 2020/03/16
- 35/37: gnu: python-zope-location: Update to 4.2.,
guix-commits <=
- 36/37: gnu: python-zope-security: Update to 5.1.0., guix-commits, 2020/03/16
- 37/37: gnu: python-tqdm: Update to 4.43.0., guix-commits, 2020/03/16
- 19/37: gnu: Remove python2-oslo.serialization., guix-commits, 2020/03/16
- 34/37: gnu: python-zope-proxy: Update to 4.3.4., guix-commits, 2020/03/16
- 32/37: gnu: python-zope-schema: Update to 5.0.1., guix-commits, 2020/03/16
- 11/37: gnu: python2-flake8: Add missing propagated dependency., guix-commits, 2020/03/16
- 25/37: gnu: python-kivy: Remove unused input., guix-commits, 2020/03/16
- 29/37: gnu: python-zope-testing: Update to 4.7., guix-commits, 2020/03/16