[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
97/299: gnu: python-openapi-core: Update to 0.19.4.
From: |
guix-commits |
Subject: |
97/299: gnu: python-openapi-core: Update to 0.19.4. |
Date: |
Mon, 13 Jan 2025 07:30:22 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 964ceb1ae35c7caa4b94e02dc916f4ba53acef53
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 918832c2da..7945b72ea3 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
- 31/299: gnu: python-chardet: Update to 5.2.0., (continued)
- 31/299: gnu: python-chardet: Update to 5.2.0., guix-commits, 2025/01/13
- 33/299: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2025/01/13
- 44/299: gnu: python-joblib: Disable one additional test., guix-commits, 2025/01/13
- 41/299: gnu: python-tox: Simplify., guix-commits, 2025/01/13
- 42/299: gnu: python-pydantic: Fix build., guix-commits, 2025/01/13
- 38/299: gnu: python-httpx: Update to 0.28.1., guix-commits, 2025/01/13
- 47/299: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2025/01/13
- 59/299: gnu: python-httpretty: Enable tests., guix-commits, 2025/01/13
- 92/299: gnu: python-dnspython: Disable ECDSA tests., guix-commits, 2025/01/13
- 93/299: gnu: python-ipydatawidgets: Disable more tests and add inputs., guix-commits, 2025/01/13
- 97/299: gnu: python-openapi-core: Update to 0.19.4.,
guix-commits <=
- 112/299: gnu: python-black: Limit number of test processes., guix-commits, 2025/01/13
- 111/299: gnu: python-black: Update to 24.10.0., guix-commits, 2025/01/13
- 117/299: gnu: python-nr-date: Remove old version of dataclasses., guix-commits, 2025/01/13
- 118/299: gnu: python-astral: Remove old version of dataclasses., guix-commits, 2025/01/13
- 120/299: gnu: python-botocore: Update to 1.35.90., guix-commits, 2025/01/13
- 121/299: gnu: python-pyvisa: Update to 1.14.1., guix-commits, 2025/01/13
- 69/299: gnu: python-flask-babel: Update to 4.0.0., guix-commits, 2025/01/13
- 71/299: gnu: python-pdfminer-six: Update to 20240706., guix-commits, 2025/01/13
- 73/299: gnu: beancount: Fix build., guix-commits, 2025/01/13
- 75/299: gnu: python-rdflib-6: Update to 6.3.2., guix-commits, 2025/01/13