GNU bug report logs - #77700
[PATCH] gnu: python-iso8601: Update to 2.1.0.

Previous Next

Package: guix-patches;

Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>

Date: Thu, 10 Apr 2025 12:53:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 77700 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77700; Package guix-patches. (Thu, 10 Apr 2025 12:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Daniel Ziltener <dziltener <at> lyrion.ch>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 10 Apr 2025 12:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Daniel Ziltener <dziltener <at> lyrion.ch>
To: guix-patches <at> gnu.org
Cc: Daniel Ziltener <dziltener <at> lyrion.ch>
Subject: [PATCH] gnu: python-iso8601: Update to 2.1.0.
Date: Thu, 10 Apr 2025 14:52:14 +0200
---
 gnu/packages/time.scm | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 56053da501..74fd4dba6a 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -515,28 +515,26 @@ (define-public python-isodate
 (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)
+        (base32 "1px83gnklx1dmwb3n3dcplyfvaczhbvhkjcq34qc88c9xqlkh7bb"))))
+    (build-system pyproject-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
                   (replace 'check
                     (lambda _
                       (invoke "pytest" "-vv" "iso8601"))))))
-    (native-inputs
-     (list python-pytest python-pytz))
+    (native-inputs (list python-pytest
+                         python-poetry-core
+                         python-pytz))
     (home-page "https://github.com/micktwomey/pyiso8601")
-    (synopsis "Module to parse ISO 8601 dates")
-    (description
-     "This module parses the most common forms of ISO 8601 date strings (e.g.
-@code{2007-01-14T20:34:22+00:00}) into @code{datetime} objects.")
-    (license expat)))
+    (synopsis "Simple module to parse ISO 8601 dates")
+    (description "Simple module to parse ISO 8601 dates.")
+    (license license:expat)))
 
 (define-public python-monotonic
   (package
-- 
2.49.0





This bug report was last modified 2 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.