gnu: python-zope-proxy: Update to 4.3.4.
authorMarius Bakke <mbakke@fastmail.com>
Mon, 16 Mar 2020 13:18:04 +0000 (14:18 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Mon, 16 Mar 2020 14:45:37 +0000 (15:45 +0100)
* gnu/packages/python-web.scm (python-zope-proxy): Update to 4.3.4.
[native-inputs]: Add PYTHON-ZOPE-TESTRUNNER.

gnu/packages/python-web.scm

index b1e60bc..43f6288 100644 (file)
@@ -1177,17 +1177,19 @@ Markup Language.")
 (define-public python-zope-proxy
   (package
     (name "python-zope-proxy")
-    (version "4.1.6")
+    (version "4.3.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "zope.proxy" version))
        (sha256
         (base32
-         "0pqwwmvm1prhwv1ziv9lp8iirz7xkwb6n2kyj36p2h0ppyyhjnm4"))))
+         "1g0rcfnbchpvqhm76aixqlz544dawrgmy8gw9zwmijhk6wfl9f26"))))
     (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-interface" ,python-zope-interface)))
     (home-page "https://pypi.org/project/zope.proxy/")