guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-iso8601: Update to 2.1.0.


From: guix-commits
Subject: 02/03: gnu: python-iso8601: Update to 2.1.0.
Date: Tue, 17 Jun 2025 10:42:38 -0400 (EDT)

guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit c65441cacc010a2317cdb81f2d7c108f2cdaf02f
Author: Daniel Ziltener <dziltener@lyrion.ch>
AuthorDate: Thu Apr 24 01:04:03 2025 +0200

    gnu: python-iso8601: Update to 2.1.0.
    
    * gnu/packages/time.scm (python-iso8601): Update to 2.1.0.
    [build-system]: Use pyproject.
    [arguments] <phases>: Use 'default check.
    
    Change-Id: Id97a06813c108b7392c1843c5f6d449046a17886
    Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
 gnu/packages/time.scm | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 70a5a9a651..e2989ffd66 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -555,22 +555,17 @@ ISO 8601 dates, time and duration.")
 (define-public python-iso8601
   (package
     (name "python-iso8601")
-    (version "1.0.2")
+    (version "2.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "iso8601" version))
        (sha256
         (base32
-         "1ccl6plks706hxm35cn1wsvxhqh3bfwi5cjgjpdxjib81qi07x97"))))
-    (build-system python-build-system)
-    (arguments
-     '(#:phases (modify-phases %standard-phases
-                  (replace 'check
-                    (lambda _
-                      (invoke "pytest" "-vv" "iso8601"))))))
+         "1px83gnklx1dmwb3n3dcplyfvaczhbvhkjcq34qc88c9xqlkh7bb"))))
+    (build-system pyproject-build-system)
     (native-inputs
-     (list python-pytest python-pytz))
+     (list python-pytest python-poetry-core python-pytz))
     (home-page "https://github.com/micktwomey/pyiso8601";)
     (synopsis "Module to parse ISO 8601 dates")
     (description



reply via email to

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