[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
96/187: gnu: python-openapi-schema-validator: Relax requirements.
From: |
guix-commits |
Subject: |
96/187: gnu: python-openapi-schema-validator: Relax requirements. |
Date: |
Wed, 8 Jan 2025 10:15:52 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 5d796c45eb9eeea9d0303fb55a34988ea0d0fadd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 1 07:30:13 2025 +0100
gnu: python-openapi-schema-validator: Relax requirements.
* gnu/packages/python-web.scm (python-openapi-schema-validator)[arguments]:
Add phase 'relax-requirements.
Change-Id: I57dcc2030bca914af730922f9c511fab286f9d7d
---
gnu/packages/python-web.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6995c9fc15..918832c2da 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2540,7 +2540,13 @@ OpenAI API.")
(add-after 'unpack 'remove-coverage-pytest-options
(lambda _
(substitute* "pyproject.toml"
- (("^--cov.*") "")))))))
+ (("^--cov.*") ""))))
+ ;; See
https://github.com/python-openapi/openapi-schema-validator/issues/204
+ (add-after 'unpack 'relax-requirements
+ (lambda _
+ (substitute* "pyproject.toml"
+ (("jsonschema-specifications.*")
+ "jsonschema-specifications = \">=2023.5.2\"\n")))))))
(native-inputs (list python-poetry-core python-pytest))
(propagated-inputs
(list python-isodate
- 143/187: gnu: python-pillow-simd: Inherit build system and native inputs., (continued)
- 143/187: gnu: python-pillow-simd: Inherit build system and native inputs., guix-commits, 2025/01/08
- 156/187: gnu: python-pdm-backend: Update to 2.4.3., guix-commits, 2025/01/08
- 161/187: gnu: python-pytorch-lightning: Update to 2.5.0.post0., guix-commits, 2025/01/08
- 164/187: gnu: Remove python-fastapi-for-pytorch-lightning., guix-commits, 2025/01/08
- 170/187: gnu: python-wrapt: Update to 1.17.0., guix-commits, 2025/01/08
- 20/187: gnu: Add python-pypitoken., guix-commits, 2025/01/08
- 84/187: gnu: cwltool: Use test-flags., guix-commits, 2025/01/08
- 93/187: gnu: python-ipydatawidgets: Disable more tests and add inputs., guix-commits, 2025/01/08
- 97/187: gnu: python-openapi-core: Update to 0.19.4., guix-commits, 2025/01/08
- 92/187: gnu: python-dnspython: Disable ECDSA tests., guix-commits, 2025/01/08
- 96/187: gnu: python-openapi-schema-validator: Relax requirements.,
guix-commits <=
- 126/187: gnu: Add python-joserfc., guix-commits, 2025/01/08
- 117/187: gnu: python-nr-date: Remove old version of dataclasses., guix-commits, 2025/01/08
- 149/187: gnu: rust-codspeed-2: Update to 2.7.2., guix-commits, 2025/01/08
- 11/187: gnu: Add python-time-machine., guix-commits, 2025/01/08
- 13/187: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2025/01/08
- 05/187: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2025/01/08
- 21/187: gnu: Add python-devpi-common., guix-commits, 2025/01/08
- 17/187: gnu: Add python-legacy-cgi., guix-commits, 2025/01/08
- 24/187: gnu: Add python-devpi-process., guix-commits, 2025/01/08
- 25/187: gnu: python-tox: Update to 4.23.2., guix-commits, 2025/01/08