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

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

bug#44361: closed ([PATCH] gnu: python-canonicaljson: Update to 1.4.0.)


From: GNU bug Tracking System
Subject: bug#44361: closed ([PATCH] gnu: python-canonicaljson: Update to 1.4.0.)
Date: Tue, 10 Nov 2020 20:40:02 +0000

Your message dated Tue, 10 Nov 2020 21:39:35 +0100
with message-id <87zh3pc5fc.fsf@gnu.org>
and subject line Re: [bug#44361] [PATCH] gnu: python-canonicaljson: Update to 
1.4.0.
has caused the debbugs.gnu.org bug report #44361,
regarding [PATCH] gnu: python-canonicaljson: Update to 1.4.0.
to be marked as done.

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


-- 
44361: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44361
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-canonicaljson: Update to 1.4.0. Date: Sat, 31 Oct 2020 22:35:03 +0100
* gnu/packages/python-xyz.scm (python-canonicaljson): Update to 1.4.0.
---
synapse (at runtime, grml): Missing Requirements: 'canonicaljson>=1.3.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 a0779532a2..1234caa65b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21437,13 +21437,13 @@ information for your operating system.")
 (define-public python-canonicaljson
   (package
     (name "python-canonicaljson")
-    (version "1.1.4")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "canonicaljson" version))
        (sha256
-        (base32 "09cpacc8yvcc74i63pdmlfaahh77dnvbyw9zf29wml2zzwqfbg25"))))
+        (base32 "0c86g0vvzdcg3nrcsqnbzlfhpprc2i894p8i14hska56yl27d6w9"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-six" ,python-six)
-- 
2.29.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#44361] [PATCH] gnu: python-canonicaljson: Update to 1.4.0. Date: Tue, 10 Nov 2020 21:39:35 +0100
Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/python-xyz.scm (python-canonicaljson): Update to 1.4.0.

Applied, thanks!  (did you get a Savannah account yet?)

> ---
> synapse (at runtime, grml): Missing Requirements: 'canonicaljson>=1.3.0'

Perhaps we could create a dummy check phase for synapse that catches
such problems.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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