[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/21: gnu: python-zope-security: Update to 5.1.1.
From: |
guix-commits |
Subject: |
21/21: gnu: python-zope-security: Update to 5.1.1. |
Date: |
Mon, 20 Jul 2020 11:00:46 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 4874cae680b725fbd292c3c626ad1c5182282a80
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 20 17:56:09 2020 +0300
gnu: python-zope-security: Update to 5.1.1.
* gnu/packages/python-web.scm (python-zope-security): Update to 5.1.1.
[arguments]: Don't skip tests.
[native-inputs]: Add python-btrees, python-zope-component-bootstrap,
python-zope-location-bootstrap. Replace python-zope-configuration with
python-zope-configuration-bootstrap.
---
gnu/packages/python-web.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f23467b..319638e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1384,17 +1384,15 @@ Zope3, which are are special objects that have a
structural location.")
(define-public python-zope-security
(package
(name "python-zope-security")
- (version "5.1.0")
+ (version "5.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "zope.security" version))
(sha256
(base32
- "1npfrgnm202v48wavpwn3450dsn7az12lfww95vbhxyjl11f14yb"))))
+ "11lfw67cigscfax9c5j63xcvz2qcj724zx5fcdqyc94am2glim0h"))))
(build-system python-build-system)
- (arguments
- '(#:tests? #f)) ; FIXME: Tests can't find zope.testrunner.
(propagated-inputs
`(("python-zope-component" ,python-zope-component)
("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
@@ -1403,9 +1401,12 @@ Zope3, which are are special objects that have a
structural location.")
("python-zope-proxy" ,python-zope-proxy)
("python-zope-schema" ,python-zope-schema)))
(native-inputs
- `(("python-zope-configuration" ,python-zope-configuration)
- ("python-zope-testrunner" ,python-zope-testrunner)
- ("python-zope-testing" ,python-zope-testing)))
+ `(("python-btrees" ,python-btrees)
+ ("python-zope-component" ,python-zope-component-bootstrap)
+ ("python-zope-configuration" ,python-zope-configuration-bootstrap)
+ ("python-zope-location" ,python-zope-location-bootstrap)
+ ("python-zope-testing" ,python-zope-testing)
+ ("python-zope-testrunner" ,python-zope-testrunner)))
(home-page "https://pypi.org/project/zope.security/")
(synopsis "Zope security framework")
(description "Zope.security provides a generic mechanism to implement
- 11/21: gnu: python-zope-interface: Update to 5.1.0., (continued)
- 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, 2020/07/20
- 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 <=
- 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