GNU bug report logs -
#77700
[PATCH] gnu: python-iso8601: Update to 2.1.0.
Previous Next
Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>
Date: Thu, 10 Apr 2025 12:53:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 17 Jun 2025 15:43:08 +0100
with message-id <87frfy1lab.fsf <at> gmail.com>
and subject line [PATCH] gnu: python-iso8601: Update to 2.1.0.
has caused the debbugs.gnu.org bug report #77700,
regarding [PATCH] gnu: python-iso8601: Update to 2.1.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77700: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77700
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
---
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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Hi,
Pushed on python-team, thanks.
--
Oleg
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 26 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.