GNU bug report logs - #62965
[PATCH 1/2] gnu: python-ujson: Update to 5.7.0.

Previous Next

Package: guix-patches;

Reported by: Raphaël Mélotte <raphael.melotte <at> mind.be>

Date: Thu, 20 Apr 2023 11:15:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Raphaël Mélotte
 <raphael.melotte <at> mind.be>
Subject: bug#62965: closed (Re: bug#62965: [PATCH 1/2] gnu: python-ujson:
 Update to 5.7.0.)
Date: Sat, 06 May 2023 16:05:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62965: [PATCH 1/2] gnu: python-ujson: Update to 5.7.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62965 <at> debbugs.gnu.org.

-- 
62965: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62965
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Raphaël Mélotte <raphael.melotte <at> mind.be>
Cc: 62965-done <at> debbugs.gnu.org
Subject: Re: bug#62965: [PATCH 1/2] gnu: python-ujson: Update to 5.7.0.
Date: Sat, 06 May 2023 18:04:02 +0200
Hi,

Raphaël Mélotte <raphael.melotte <at> mind.be> skribis:

> * gnu/packages/python-xyz.scm (python-ujson): Update to 5.7.0

[...]

> * gnu/packages/python-xyz.scm (glances): Update to 3.3.1.1
> [propagated-inputs]: Add python-ujson, which is a new dependency since release
> v3.3.1 (replacing the builtin json module).

We got a green light prior to the ‘core-updates’ merge:

  https://qa.guix.gnu.org/issue/62965

I went ahead and applied it after checking that both packages build
fine, but you’re welcome to check other things are still looking fine.

Thanks,
Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Raphaël Mélotte <raphael.melotte <at> mind.be>
To: guix-patches <at> gnu.org
Cc: Raphaël Mélotte <raphael.melotte <at> mind.be>
Subject: [PATCH 1/2] gnu: python-ujson: Update to 5.7.0.
Date: Thu, 20 Apr 2023 13:14:29 +0200
* gnu/packages/python-xyz.scm (python-ujson): Update to 5.7.0
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6ea91a2719..c8615f7188 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25633,14 +25633,14 @@ (define-public python-jsonplus
 (define-public python-ujson
   (package
     (name "python-ujson")
-    (version "4.0.2")
+    (version "5.7.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "ujson" version))
         (sha256
          (base32
-          "0k9w0kypy7vlskzzp2vsjswaw8lbqdrplzkbflxki9vqwglsj5f6"))
+          "08vvyfyg4qvjy2vxrvc0qix5zmd0j6wd0icvmhc633xfvkayb277"))
         (modules '((guix build utils)))
         (snippet
          '(begin (delete-file-recursively "deps") #t))))
-- 
2.39.1




This bug report was last modified 2 years and 94 days ago.

Previous Next


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