[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
113/231: gnu: python-json5: Update to 0.9.25.
From: |
guix-commits |
Subject: |
113/231: gnu: python-json5: Update to 0.9.25. |
Date: |
Tue, 15 Oct 2024 17:11:10 -0400 (EDT) |
sharlatan pushed a commit to branch python-team-old
in repository guix.
commit 14c39fe87cc0428819917c1b88a2200f1280b44f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 8 10:06:06 2024 +0200
gnu: python-json5: Update to 0.9.25.
* gnu/packages/python-xyz.scm (python-json5): Update to 0.9.25.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.
Change-Id: Idcfaa1af9b233fe59d7abf43c13fc96b6bad1cff
---
gnu/packages/python-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ad921316a7..a10066d57c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31096,7 +31096,7 @@ HTML-containing files.")
(define-public python-json5
(package
(name "python-json5")
- (version "0.8.5")
+ (version "0.9.25")
(source
(origin
;; sample.json5 is missing from PyPi source tarball
@@ -31106,11 +31106,11 @@ HTML-containing files.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0nyngj18jlkgvm1177lc3cj47wm4yh3dqigygvcvw7xkyryafsqn"))))
- (build-system python-build-system)
+ (base32 "1c96dqc8hn8c82q89rr7ix8d4da07ls3iac64f8jvjlgmhfik46q"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/dpranke/pyjson5")
- (synopsis
- "Python implementation of the JSON5 data format")
+ (synopsis "Python implementation of the JSON5 data format")
(description
"JSON5 extends the JSON data interchange format to make it slightly more
usable as a configuration language. This Python package implements parsing and
- 76/231: gnu: Add python-nbclassic., (continued)
- 76/231: gnu: Add python-nbclassic., guix-commits, 2024/10/15
- 73/231: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/10/15
- 85/231: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/10/15
- 90/231: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/10/15
- 79/231: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/10/15
- 106/231: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/10/15
- 105/231: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/10/15
- 100/231: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/10/15
- 97/231: gnu: Add python-jupyter-events., guix-commits, 2024/10/15
- 109/231: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/10/15
- 113/231: gnu: python-json5: Update to 0.9.25.,
guix-commits <=
- 116/231: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/10/15
- 127/231: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/10/15
- 136/231: gnu: python-ipykernel: Update to 6.29.4., guix-commits, 2024/10/15
- 117/231: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/10/15
- 141/231: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/10/15
- 143/231: gnu: python-codespell: Improve package style., guix-commits, 2024/10/15
- 145/231: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/10/15
- 156/231: gnu: sshuttle: Move to pyproject-build-system., guix-commits, 2024/10/15
- 174/231: gnu: python-cbor2: Move to pyproject-build-system., guix-commits, 2024/10/15
- 177/231: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system., guix-commits, 2024/10/15