emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#62408: closed ([PATCH] gnu: python-isodate: Update to 0.6.1.)


From: GNU bug Tracking System
Subject: bug#62408: closed ([PATCH] gnu: python-isodate: Update to 0.6.1.)
Date: Mon, 27 Mar 2023 16:05:03 +0000

Your message dated Mon, 27 Mar 2023 17:03:45 +0100
with message-id <87wn32npu3.fsf@cbaines.net>
and subject line Re: [bug#62408] [PATCH] gnu: python-isodate: Update to 0.6.1.
has caused the debbugs.gnu.org bug report #62408,
regarding [PATCH] gnu: python-isodate: Update to 0.6.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62408: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62408
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-isodate: Update to 0.6.1. Date: Thu, 23 Mar 2023 17:23:11 +0000
This release adds support for Python 3.10.

There are only 44 dependent packages, but the current version fails to
build on core-updates due to the Python upgrade to version 3.10.

* gnu/packages/time.scm (python-isodate): Update to 0.6.1.
---
 gnu/packages/time.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 9128056f78..c0bcb848b3 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -319,14 +319,14 @@ (define-public python-tzlocal
 (define-public python-isodate
   (package
     (name "python-isodate")
-    (version "0.6.0")
+    (version "0.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "isodate" version))
        (sha256
         (base32
-         "1n7jkz68kk5pwni540pr5zdh99bf6ywydk1p5pdrqisrawylldif"))))
+         "1sdx4z0x6kv1qxjfi0gd82wfg16wca04q0nb93ba1c78wwfqiia8"))))
     (build-system python-build-system)
     (native-inputs
      (list python-six))
-- 
2.40.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62408] [PATCH] gnu: python-isodate: Update to 0.6.1. Date: Mon, 27 Mar 2023 17:03:45 +0100 User-agent: mu4e 1.8.13; emacs 28.2
Greg Hogan <code@greghogan.com> writes:

> This release adds support for Python 3.10.
>
> There are only 44 dependent packages, but the current version fails to
> build on core-updates due to the Python upgrade to version 3.10.
>
> * gnu/packages/time.scm (python-isodate): Update to 0.6.1.
> ---
>  gnu/packages/time.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks Greg, I've pushed this to the master branch as
3547ecc3fa478d076faea79112758154c8bb8c9b.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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