[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/46: gnu: python-openapi-schema-validator: Update to 0.6.2.
From: |
guix-commits |
Subject: |
39/46: gnu: python-openapi-schema-validator: Update to 0.6.2. |
Date: |
Tue, 7 May 2024 18:34:04 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit 502aee1c9678c2da43af471af5f82b2b6df2cf3e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 23:28:27 2024 +0200
gnu: python-openapi-schema-validator: Update to 0.6.2.
* gnu/packages/python-web.scm (python-openapi-schema-validator): Update to
0.6.2.
[arguments]: Disable one test.
Change-Id: I72190fa157e8c80fdbaf94514f6fb5c4bd8d22bb
---
gnu/packages/python-web.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 395b3c4a96..010fa1f984 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2184,7 +2184,7 @@ OpenAI API.")
(define-public python-openapi-schema-validator
(package
(name "python-openapi-schema-validator")
- (version "0.2.3")
+ (version "0.6.2")
(source
(origin
(method git-fetch) ;no tests in pypi release
@@ -2194,10 +2194,13 @@ OpenAI API.")
(file-name (git-file-name name version))
(sha256
(base32
- "1swm8h74nhg63nxk347blwq9f1qn6iiq3zisndcvm7axkq3pc2df"))))
+ "0pgsm1x7lhc5ryj4l45ik8m5x9gqyi50dkflaiqqr4fnl0bsbx09"))))
(build-system pyproject-build-system)
(arguments
(list
+ #:test-flags
+ ;; This one returns 5 instead of 4 elements
+ '(list "-k" "not test_array_prefixitems_invalid")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'remove-coverage-pytest-options
- 17/46: gnu: python-argon2-cffi: Update to 21.1.0., (continued)
- 17/46: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/05/07
- 18/46: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/05/07
- 19/46: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/05/07
- 20/46: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/05/07
- 21/46: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/05/07
- 23/46: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/05/07
- 24/46: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/05/07
- 26/46: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/05/07
- 28/46: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/05/07
- 31/46: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/05/07
- 39/46: gnu: python-openapi-schema-validator: Update to 0.6.2.,
guix-commits <=
- 45/46: gnu: Add python-jsonschema-path., guix-commits, 2024/05/07
- 22/46: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/05/07
- 12/46: gnu: Add python-notebook-shim., guix-commits, 2024/05/07
- 37/46: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/05/07
- 40/46: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/05/07
- 42/46: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/05/07
- 41/46: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/05/07
- 43/46: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/05/07
- 27/46: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/05/07
- 36/46: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/05/07