[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
97/397: gnu: python-openapi-core: Update to 0.19.4.
From: |
guix-commits |
Subject: |
97/397: gnu: python-openapi-core: Update to 0.19.4. |
Date: |
Thu, 16 Jan 2025 04:30:06 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 35bebdce71137846138ff1a48ac7a3237fba2a39
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 1 07:32:15 2025 +0100
gnu: python-openapi-core: Update to 0.19.4.
* gnu/packages/python-web.scm (python-openapi-core): Update to 0.19.4.
[arguments]: Disable only one test.
[native-inputs]: Remove python-pypa-build.
Change-Id: I0660bcd129fb182dd7559c04fc65513ff846eedc
---
gnu/packages/python-web.scm | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1deaa2af13..36d2d65e32 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2616,7 +2616,7 @@ compliance with the specification.")
(define-public python-openapi-core
(package
(name "python-openapi-core")
- (version "0.19.1")
+ (version "0.19.4")
(source
(origin
(method git-fetch)
@@ -2626,7 +2626,7 @@ compliance with the specification.")
(file-name (git-file-name name version))
(sha256
(base32
- "1fdz01wssgqh9dzc7qddl0fms2zivhalghzk63ynblss2r91yc8s"))))
+ "092sj2933jmvq5r76khr0vphih490vls1ga3s43gz8i47aqaxx96"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -2635,16 +2635,12 @@ compliance with the specification.")
;; Ignore Pytest configuration in setup.cfg that adds
;; unwanted flake8 and coverage options.
"-c" "/dev/null"
- "-k" (string-append
- ;; Type mismatches
- "not TestFlaskOpenAPIRequest"
- " and not TestFlaskOpenAPIResponse"))))
+ "-k" "not test_chars_valid")))
(native-inputs (list python-django
python-falcon
python-flask
python-mock
python-poetry-core
- python-pypa-build
python-pytest
python-responses))
(propagated-inputs
- 34/397: gnu: python-typing-extensions: Update to 4.12.2., (continued)
- 34/397: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2025/01/16
- 36/397: gnu: python-waitress: Update to 3.0.2., guix-commits, 2025/01/16
- 37/397: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2025/01/16
- 41/397: gnu: python-tox: Simplify., guix-commits, 2025/01/16
- 74/397: gnu: fava: Update to 1.27., guix-commits, 2025/01/16
- 80/397: gnu: python-cwl-utils: Add missing inputs., guix-commits, 2025/01/16
- 84/397: gnu: cwltool: Use test-flags., guix-commits, 2025/01/16
- 43/397: gnu: python-starlette: Update to 0.42.0., guix-commits, 2025/01/16
- 93/397: gnu: python-ipydatawidgets: Disable more tests and add inputs., guix-commits, 2025/01/16
- 95/397: gnu: python-falcon: Update to 4.0.2., guix-commits, 2025/01/16
- 97/397: gnu: python-openapi-core: Update to 0.19.4.,
guix-commits <=
- 98/397: gnu: python-openapi-spec-validator: Restore sanity check., guix-commits, 2025/01/16
- 90/397: gnu: python-trio: Update to 0.28.0., guix-commits, 2025/01/16
- 100/397: gnu: python-scikit-opt: Add missing input., guix-commits, 2025/01/16
- 99/397: gnu: python-tables: Fix reference to library., guix-commits, 2025/01/16
- 107/397: gnu: Add python-tiny-proxy., guix-commits, 2025/01/16
- 105/397: gnu: Add python-aiohappyeyeballs., guix-commits, 2025/01/16
- 108/397: gnu: python-socks: Update to 2.6.1., guix-commits, 2025/01/16
- 113/397: gnu: python-cattrs: Disable additional failing tests., guix-commits, 2025/01/16
- 118/397: gnu: python-astral: Remove old version of dataclasses., guix-commits, 2025/01/16
- 122/397: gnu: python-aws-xray-sdk: Update to 2.14.0., guix-commits, 2025/01/16