gnu: python-zope-testing: Update to 4.7.
authorMarius Bakke <mbakke@fastmail.com>
Mon, 16 Mar 2020 12:36:42 +0000 (13:36 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Mon, 16 Mar 2020 14:45:36 +0000 (15:45 +0100)
* gnu/packages/python-web.scm (python-zope-testing): Update to 4.7.
[source](modules, snippet): Remove.

gnu/packages/python-web.scm

index 72377f1..51e246f 100644 (file)
@@ -1042,20 +1042,14 @@ that have uses outside of the Zope framework.")
 (define-public python-zope-testing
   (package
     (name "python-zope-testing")
-    (version "4.6.2")
+    (version "4.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "zope.testing" version))
        (sha256
         (base32
-         "0iiq54hjhkk2gpvzfjac70vyn4r0kw0ngvicshxbdwrkgf2gjq3g"))
-       (modules '((guix build utils)))
-       (snippet
-        '(begin
-           ;; Remove pre-compiled .pyc files backup files from source.
-           (for-each delete-file (find-files "." "(\\.pyc|~)$"))
-           #t))))
+         "1sh3c3i0m8n8fnhqiry0bk3rr356i56ry7calmn57s1pvv8yhsyn"))))
     (build-system python-build-system)
     (home-page "https://pypi.org/project/zope.testing/")
     (synopsis "Zope testing helpers")