guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: python-humanize: Update to 4.0.0.


From: guix-commits
Subject: 08/12: gnu: python-humanize: Update to 4.0.0.
Date: Sun, 18 Feb 2024 07:23:17 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 18240ae446e313f1f167d5a1b32004edf3f4d04c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Feb 17 22:30:10 2024 +0000

    gnu: python-humanize: Update to 4.0.0.
    
    * gnu/packages/python-xyz.scm (python-humanize): Update to 4.0.0.
    [build-system]: Swap to pyproject-build-system.
    [native-inputs]: Add python-freezegun and python-pytest.
    
    Change-Id: I46d06824eb9b43a3540f7b3880ec06f895c290d5
---
 gnu/packages/python-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8f3612a0d8..60a1a9a80b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27864,17 +27864,17 @@ the Trio framework}.")
 (define-public python-humanize
   (package
     (name "python-humanize")
-    (version "0.5.1")
+    (version "4.0.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "humanize" version))
         (sha256
          (base32
-          "06dvhm3k8lf2rayn1gxbd46y0fy1db26m3h9vrq7rb1ib08mfgx4"))))
-    (arguments
-     '(#:tests? #f)) ; tests not in pypi archive
-    (build-system python-build-system)
+          "006vpl19bffy9fn0sssxbfakcvgrx7fhvy6l515fzln7vwpqf7zf"))))
+    (build-system pyproject-build-system)
+    (native-inputs
+     (list python-freezegun python-pytest))
     (home-page "https://github.com/jmoiron/humanize";)
     (synopsis "Print numerical information in a human-readable form")
     (description "This package provides a Python module that displays numbers



reply via email to

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