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

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

bug#61591: closed ([PATCH] gnu: python-jupytext: Update to 1.14.4.)


From: GNU bug Tracking System
Subject: bug#61591: closed ([PATCH] gnu: python-jupytext: Update to 1.14.4.)
Date: Tue, 21 Feb 2023 13:53:02 +0000

Your message dated Tue, 21 Feb 2023 13:51:46 +0000
with message-id <87pma3dt2z.fsf@cbaines.net>
and subject line Re: [bug#61591] [PATCH] gnu: python-jupytext: Update to 1.14.4.
has caused the debbugs.gnu.org bug report #61591,
regarding [PATCH] gnu: python-jupytext: Update to 1.14.4.
to be marked as done.

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


-- 
61591: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61591
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-jupytext: Update to 1.14.4. Date: Sat, 18 Feb 2023 01:35:42 +0000
Fixes test failure in test_multiple_pairing in 1.14.1.

* gnu/packages/python-xyz.scm (python-jupytext): Update to 1.14.4.

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f97faefc65..a88d590c46 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -319,7 +319,7 @@ (define-public python-janus
 (define-public python-jupytext
   (package
     (name "python-jupytext")
-    (version "1.14.1")
+    (version "1.14.4")
     (source
      (origin
        (method git-fetch)
@@ -328,7 +328,7 @@ (define-public python-jupytext
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gqpvphrp2ja9ggadx0rrk0sqbpz6kqqg62qqmw4k17469lphc8c"))))
+        (base32 "19d443vx597zzxna09qpync9iic3mris80bwm3kd8xaxaq0zq9w4"))))
     (build-system python-build-system)
     (arguments
      (list
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61591] [PATCH] gnu: python-jupytext: Update to 1.14.4. Date: Tue, 21 Feb 2023 13:51:46 +0000 User-agent: mu4e 1.8.13; emacs 28.2
Greg Hogan <code@greghogan.com> writes:

> Fixes test failure in test_multiple_pairing in 1.14.1.
>
> * gnu/packages/python-xyz.scm (python-jupytext): Update to 1.14.4.

Thanks! I've pushed this to master as
e1e74336a2b5f39653520b731bdc3696390a1f18.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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