[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/21: gnu: python-zope-configuration: Update to 4.4.0.
From: |
guix-commits |
Subject: |
14/21: gnu: python-zope-configuration: Update to 4.4.0. |
Date: |
Mon, 20 Jul 2020 11:00:44 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 047c1f24de61b599ec83b76bdb18a82fdb7dce4b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 20 17:41:52 2020 +0300
gnu: python-zope-configuration: Update to 4.4.0.
* gnu/packages/python-web.scm (python-zope-configuration): Update to
4.4.0.
[arguments]: Don't skip tests.
[native-inputs]: Add python-manuel.
---
gnu/packages/python-web.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8abf6a7..1a33eba 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1277,18 +1277,17 @@ defining data schemas.")
(define-public python-zope-configuration
(package
(name "python-zope-configuration")
- (version "4.3.1")
+ (version "4.4.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "zope.configuration" version))
(sha256
(base32
- "1qb88764fd7nkkmqv7fl9bxd1jirynkg5vbqkpqdiffnkxzp85kf"))))
+ "0g6vrl7y27z9cj5xyrww9xlzk4npj55mgmlrcd9d2nj08jn2pw79"))))
(build-system python-build-system)
- (arguments
- '(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
(native-inputs
- `(("python-zope-testing" ,python-zope-testing)
+ `(("python-manuel" ,python-manuel)
+ ("python-zope-testing" ,python-zope-testing)
("python-zope-testrunner" ,python-zope-testrunner)))
(propagated-inputs
`(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
- 08/21: gnu: Add python-zope-security-bootstrap., (continued)
- 08/21: gnu: Add python-zope-security-bootstrap., guix-commits, 2020/07/20
- 07/21: gnu: Add python-zope-proxy-bootstrap., guix-commits, 2020/07/20
- 11/21: gnu: python-zope-interface: Update to 5.1.0., guix-commits, 2020/07/20
- 16/21: gnu: Add python-btrees., guix-commits, 2020/07/20
- 20/21: gnu: Adsd python-transaction., guix-commits, 2020/07/20
- 10/21: gnu: python-zope-proxy: Update to 4.3.5., guix-commits, 2020/07/20
- 15/21: gnu: Add python-persistent., guix-commits, 2020/07/20
- 18/21: gnu: Add python-zope-configuration-bootstrap., guix-commits, 2020/07/20
- 04/21: gnu: Add python-zope-exceptions-bootstrap., guix-commits, 2020/07/20
- 12/21: gnu: python-zope-schema: Update to 6.0.0., guix-commits, 2020/07/20
- 14/21: gnu: python-zope-configuration: Update to 4.4.0.,
guix-commits <=
- 19/21: gnu: Add python-zope-location-bootstrap., guix-commits, 2020/07/20
- 21/21: gnu: python-zope-security: Update to 5.1.1., guix-commits, 2020/07/20
- 09/21: gnu: python-zope-proxy: Run the tests., guix-commits, 2020/07/20
- 13/21: gnu: Add python-manuel., guix-commits, 2020/07/20
- 17/21: gnu: Add python-zope-component-bootstrap., guix-commits, 2020/07/20