guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-tblib: Update to 1.6.0.


From: guix-commits
Subject: 01/02: gnu: python-tblib: Update to 1.6.0.
Date: Sun, 15 Mar 2020 10:54:02 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4fc26c659297b3ae3b4b00a979b2db1682d1d131
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Mar 15 15:47:17 2020 +0100

    gnu: python-tblib: Update to 1.6.0.
    
    * gnu/packages/python-xyz.scm (python-tblib): Update to 1.6.0.
---
 gnu/packages/python-xyz.scm | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1d99832..c3cf144 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10254,24 +10254,17 @@ own code, responding to click events and updating 
clock every second.")
 (define-public python-tblib
   (package
     (name "python-tblib")
-    (version "1.3.2")
+    (version "1.6.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "tblib" version))
-              (sha256 (base32
-                       
"1rsg8h069kqgncyv8fgzyj6qflk6j10cb78pa5jk34ixwq044vj3"))))
+              (sha256
+               (base32
+                "0i136n5pydmd202254wzrdbspkw0br0c9mbxhfs9hpfbahvyx6r2"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         (add-before 'check 'adjust-tests
-           (lambda _
-             (when (which "python3")
-               ;; Adjust the example output to match that of Python 3.7:
-               ;; <https://github.com/ionelmc/python-tblib/issues/36>.
-               (substitute* "README.rst"
-                 (("Exception\\('fail',") "Exception('fail'"))
-               #t)))
          (replace 'check
            (lambda _
              ;; Upstream runs tests after installation and the package itself



reply via email to

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