From 4502f79b4c831cc98f393521cd11bb58e372889d Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 17 Feb 2026 15:02:35 +0000 Subject: gnu: python-globus-sdk: Update to 4.4.0. * gnu/packages/python-web.scm (python-globus-sdk): Update to 4.4.0. [arguments] : Run tests in a single thread. [native-inputs]: Remove python-pytest-xdist and python-wheel. Change-Id: Iae5d4f8b62f208af660e612d3676d4481fda310a --- gnu/packages/python-web.scm | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'gnu/packages/python-web.scm') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 94d744b9fef..e183e66e937 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1189,21 +1189,19 @@ formats (PDF/XML/CSV).") (define-public python-globus-sdk (package (name "python-globus-sdk") - (version "3.56.0") + (version "4.4.0") (source (origin - (method git-fetch) ;no tests in PyPI archive + (method git-fetch) (uri (git-reference - (url "https://github.com/globus/globus-sdk-python") - (commit version))) + (url "https://github.com/globus/globus-sdk-python") + (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "11nljda2ir4gna4xa5vkj5nzxnjwadkh97qplkk9nrj44szphnzw")))) + (base32 "1d0zw9dkpdhsf9zdg3nk6b55gqwzc3v2rj76nj7999hjmq8350vh")))) (build-system pyproject-build-system) (arguments (list - #:test-flags - #~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))) #:phases #~(modify-phases %standard-phases (add-before 'check 'pre-check @@ -1212,10 +1210,8 @@ formats (PDF/XML/CSV).") (list python-flaky python-pytest python-pytest-randomly - python-pytest-xdist python-responses - python-setuptools - python-wheel)) + python-setuptools)) (propagated-inputs (list python-cryptography python-importlib-resources -- cgit v1.3