[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
112/222: gnu: python-json5: Update to 0.9.25.
From: |
guix-commits |
Subject: |
112/222: gnu: python-json5: Update to 0.9.25. |
Date: |
Fri, 1 Nov 2024 10:56:34 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 10e264a1ca9b3dc24541410ed64105a0c1081d81
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 dbfbc37523..968b7f5db8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31817,7 +31817,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
@@ -31827,11 +31827,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
- 182/222: gnu: python-docspec-python: Move to pyproject-build-system., (continued)
- 182/222: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/11/01
- 188/222: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/11/01
- 191/222: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/11/01
- 172/222: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/11/01
- 49/222: gnu: python-box: Add missing input., guix-commits, 2024/11/01
- 64/222: gnu: Add python-pep440., guix-commits, 2024/11/01
- 65/222: gnu: Add python-referencing., guix-commits, 2024/11/01
- 70/222: gnu: Add python-fqdn., guix-commits, 2024/11/01
- 74/222: gnu: Add python-notebook-shim., guix-commits, 2024/11/01
- 104/222: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/11/01
- 112/222: gnu: python-json5: Update to 0.9.25.,
guix-commits <=
- 115/222: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/11/01
- 107/222: gnu: Add python-jsonschema-path., guix-commits, 2024/11/01
- 116/222: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/01
- 118/222: gnu: Add python-pytoolconfig., guix-commits, 2024/11/01
- 124/222: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/11/01
- 136/222: gnu: python-seaborn: Correct dependencies., guix-commits, 2024/11/01
- 140/222: gnu: python-codespell: Improve package style., guix-commits, 2024/11/01
- 148/222: gnu: Add xcffibgen., guix-commits, 2024/11/01
- 155/222: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/11/01
- 156/222: gnu: conda: Reindent., guix-commits, 2024/11/01