guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-json-spec: Update to 0.11.0.


From: guix-commits
Subject: 02/03: gnu: python-json-spec: Update to 0.11.0.
Date: Sat, 25 Feb 2023 10:22:52 -0500 (EST)

andreas pushed a commit to branch core-updates
in repository guix.

commit 970d89b9faaf1e9705134c71fa895861dd83463b
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sat Feb 25 16:04:30 2023 +0100

    gnu: python-json-spec: Update to 0.11.0.
    
    * gnu/packages/python-xyz.scm (python-json-spec): Update to 0.11.0.
    [propagated-inputs]: Remove python-pathlib and python-six; add
    python-importlib-metadata and python-termcolor.
---
 gnu/packages/python-xyz.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b43453a726..1c4dcd50fe 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13608,20 +13608,21 @@ Debian-related files, such as:
 (define-public python-json-spec
   (package
     (name "python-json-spec")
-    (version "0.10.1")
+    (version "0.11.0")
     (source
       (origin
         (method url-fetch)
-        (uri (pypi-uri "json-spec" version))
+        (uri (pypi-uri "json_spec" version))
         (sha256
           (base32
-            "06dpbsq61ja9r89wpa2pzdii47qh3xri9ajdrgn1awfl102znchb"))))
+            "0fwxirzxx5s9l0lwnjl6ki39xw1fsjm0vr6cm67ws27fkmcxcry7"))))
     (build-system python-build-system)
     (propagated-inputs
-      (list python-pathlib python-six))
+      (list python-importlib-metadata
+            python-termcolor))
     (native-inputs
       (list python-pytest))
-    (home-page "http://py.errorist.io/json-spec";)
+    (home-page "https://json-spec.readthedocs.io/";)
     (synopsis
       "JSON Schema, JSON Pointer and JSON Reference for Python")
     (description



reply via email to

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