[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
332/420: gnu: python-jsonschema: Update to 4.23.0.
From: |
guix-commits |
Subject: |
332/420: gnu: python-jsonschema: Update to 4.23.0. |
Date: |
Tue, 26 Nov 2024 16:29:28 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 22e10b92daee12d85c57416d1b7562563dc05576
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 11 23:11:09 2024 +0000
gnu: python-jsonschema: Update to 4.23.0.
* gnu/packages/python-xyz.scm (python-jsonschema): Update to 4.23.0.
[arguments]<phases>: Remove 'patch-pyproject phase.
[native-inputs]: Add python-pip.
Change-Id: I20b7b72ee66982c23a134caabe267cdccbdd5196
---
gnu/packages/python-xyz.scm | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1272b56d8a..6d1863f1e8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6018,30 +6018,28 @@ and convert DDL to BigQuery JSON schema.")
(define-public python-jsonschema
(package
(name "python-jsonschema")
- (version "4.22.0")
+ (version "4.23.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jsonschema" version))
(sha256
- (base32 "1dx2c7vgsqas61mj00b6ix75cvax5s32qmchz6d12darlhsd88jv"))))
+ (base32 "1i3b4sckkc3v8vckqa11xbrj695qzrzsfzrkclra6lb3ybz9f56p"))))
(build-system pyproject-build-system)
(arguments
(list
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'patch-pyproject
- (lambda _
- ;; The build system does not like this.
- (substitute* "pyproject.toml"
- ((" \"Topic :: File Formats.*") ""))))
(add-before 'check 'pre-check
(lambda _
(setenv "JSON_SCHEMA_TEST_SUITE" "json"))))))
- (native-inputs (list python-hatchling
- python-hatch-fancy-pypi-readme
- python-hatch-vcs
- python-pytest))
+ (native-inputs
+ (list python-hatchling
+ python-hatch-fancy-pypi-readme
+ python-hatch-vcs
+ ;; For <tests/test_cli.py::TestCLIIntegration::test_license>.
+ python-pip
+ python-pytest))
(propagated-inputs
(list python-attrs
python-fqdn
- 404/420: gnu: python-uvloop: Update to 0.21.0., (continued)
- 404/420: gnu: python-uvloop: Update to 0.21.0., guix-commits, 2024/11/26
- 410/420: gnu: Add python-installer., guix-commits, 2024/11/26
- 81/420: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/26
- 82/420: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/11/26
- 417/420: gnu: python-service-identity: Update to 24.2.0., guix-commits, 2024/11/26
- 263/420: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/26
- 264/420: gnu: hangups: Fix build., guix-commits, 2024/11/26
- 272/420: gnu: python-robotframework-datadriver: Update to 1.11.2., guix-commits, 2024/11/26
- 283/420: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/26
- 299/420: gnu: python-pytest: Update to 8.3.3., guix-commits, 2024/11/26
- 332/420: gnu: python-jsonschema: Update to 4.23.0.,
guix-commits <=
- 419/420: gnu: python-slotscheck: Update to 0.19.0., guix-commits, 2024/11/26
- 420/420: gnu: python-quart: Update to 0.19.9., guix-commits, 2024/11/26