guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

32/37: gnu: python-zope-schema: Update to 5.0.1.


From: guix-commits
Subject: 32/37: gnu: python-zope-schema: Update to 5.0.1.
Date: Mon, 16 Mar 2020 10:46:29 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a1e9c929fa7e0b8b79f86c32830dad8ca3263b85
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Mar 16 14:11:59 2020 +0100

    gnu: python-zope-schema: Update to 5.0.1.
    
    * gnu/packages/python-web.scm (python-zope-schema): Update to 5.0.1.
    [propagated-inputs]: Remove PYTHON-ZOPE-EXCEPTIONS.
    [native-inputs]: Remove PYTHON-NOSE and PYTHON-COVERAGE.  Add
    PYTHON-ZOPE-TESTRUNNER and PYTHON-ZOPE-I18NMESSAGEID.
---
 gnu/packages/python-web.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 848d585..82185cd 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1118,25 +1118,24 @@ internationalized messages within program source text.")
 (define-public python-zope-schema
   (package
     (name "python-zope-schema")
-    (version "4.4.2")
+    (version "5.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "zope.schema" version))
        (sha256
         (base32
-         "1p943jdxb587dh7php4vx04qvn7b2877hr4qs5zyckvp5afhhank"))))
+         "0q93j0x52a42khw12al90jw2bk0wly3jwghql3a25zpwwxvn24ya"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f)) ; FIXME: Tests can't find zope.event.
     (propagated-inputs
      `(("python-zope-event" ,python-zope-event)
-       ("python-zope-exceptions" ,python-zope-exceptions)
        ("python-zope-interface" ,python-zope-interface)))
     (native-inputs
-     `(("python-zope-testing" ,python-zope-testing)
-       ("python-coverage" ,python-coverage)
-       ("python-nose" ,python-nose)))
+     `(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
+       ("python-zope-testing" ,python-zope-testing)
+       ("python-zope-testrunner" ,python-zope-testrunner)))
     (home-page "https://pypi.org/project/zope.schema/";)
     (synopsis "Zope data schemas")
     (description "Zope.scheme provides extensions to zope.interface for



reply via email to

[Prev in Thread] Current Thread [Next in Thread]