[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
122/299: gnu: python-aws-xray-sdk: Update to 2.14.0.
From: |
guix-commits |
Subject: |
122/299: gnu: python-aws-xray-sdk: Update to 2.14.0. |
Date: |
Mon, 13 Jan 2025 07:30:27 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 73c7c7470be829ce6e353df6ab7cedacabb506e9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 2 19:05:01 2025 +0100
gnu: python-aws-xray-sdk: Update to 2.14.0.
* gnu/packages/python-web.scm (python-aws-xray-sdk): Update to 2.14.0.
[arguments]: Disable some additional tests.
Change-Id: I8b594c4c75c91b7e0c8264e17c160f03fab2f4ce
---
gnu/packages/python-web.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1c9f37db16..860cb2fa94 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1209,7 +1209,7 @@ Model} (SAM) templates into AWS CloudFormation
templates.")
(define-public python-aws-xray-sdk
(package
(name "python-aws-xray-sdk")
- (version "2.12.0")
+ (version "2.14.0")
(home-page "https://github.com/aws/aws-xray-sdk-python")
(source (origin
(method git-fetch)
@@ -1217,7 +1217,7 @@ Model} (SAM) templates into AWS CloudFormation
templates.")
(file-name (git-file-name name version))
(sha256
(base32
- "0082q89dq5ww0a7q7rnyhywqvy4i8h3c0mnj7ilv3b0indhkasl8"))))
+ "0khm86218rfjmgfw0azk7gnq6y9gkj95i0i30wa5v2li1z4z8qxd"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -1234,9 +1234,14 @@ Model} (SAM) templates into AWS CloudFormation
templates.")
"--ignore=tests/ext/pymysql/test_pymysql.py"
"--ignore=tests/ext/pynamodb/test_pynamodb.py"
"--ignore=tests/ext/sqlalchemy_core/test_postgres.py"
+ "--ignore=tests/ext/sqlalchemy_core/test_dburl.py"
"--ignore=tests/test_async_recorder.py"
+ ;; FIXME: module 'sqlalchemy.orm' has no attribute
'DeclarativeBase'.
+ "--ignore-glob=tests/ext/sqlalchemy*"
+ "--ignore=tests/ext/flask_sqlalchemy/test_query.py"
;; FIXME: Why is this failing?
"--ignore=tests/test_patcher.py"
+ "--ignore=tests/test_lambda_context.py"
;; These tests want to access httpbin.org.
"--ignore=tests/ext/requests/test_requests.py"
"--ignore=tests/ext/httplib/test_httplib.py"
- 103/299: gnu: Add python-propcache., (continued)
- 103/299: gnu: Add python-propcache., guix-commits, 2025/01/13
- 106/299: gnu: python-aiohttp: Update to 3.11.11., guix-commits, 2025/01/13
- 107/299: gnu: Add python-tiny-proxy., guix-commits, 2025/01/13
- 108/299: gnu: python-socks: Update to 2.6.1., guix-commits, 2025/01/13
- 114/299: gnu: python-anyio: Remove old version of dataclasses., guix-commits, 2025/01/13
- 110/299: gnu: python-matrix-nio: Update to 0.25.2., guix-commits, 2025/01/13
- 109/299: gnu: python-aiohttp-socks: Update to 0.10.1., guix-commits, 2025/01/13
- 115/299: gnu: python-jsonargparse: Remove old version of dataclasses., guix-commits, 2025/01/13
- 116/299: gnu: python-apprise: Update to 1.9.1., guix-commits, 2025/01/13
- 119/299: gnu: python-botocore: Limit number of parallel test workers., guix-commits, 2025/01/13
- 122/299: gnu: python-aws-xray-sdk: Update to 2.14.0.,
guix-commits <=
- 129/299: gnu: python-thinc: Remove old version of dataclasses., guix-commits, 2025/01/13
- 128/299: gnu: python-google-auth: Update to 2.37.0., guix-commits, 2025/01/13
- 130/299: gnu: python-pathy: Remove old version of dataclasses., guix-commits, 2025/01/13
- 126/299: gnu: Add python-joserfc., guix-commits, 2025/01/13
- 131/299: gnu: Remove python-dataclasses., guix-commits, 2025/01/13
- 135/299: gnu: awscli: Update to 1.36.32., guix-commits, 2025/01/13
- 138/299: gnu: awscli-2: Run tests., guix-commits, 2025/01/13
- 141/299: gnu: python-pillow: Use pyproject-build-system., guix-commits, 2025/01/13
- 137/299: gnu: python-flask-wtf: Update to 1.2.2., guix-commits, 2025/01/13
- 149/299: gnu: rust-codspeed-bencher-compat-2: Update to 2.7.2., guix-commits, 2025/01/13