guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 4d6665963bca809045737754f2642e9417dc619b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 15:02:35 2026 +0000
gnu: python-globus-sdk: Update to 4.4.0.
* gnu/packages/python-web.scm (python-globus-sdk): Update to 4.4.0.
[arguments] <test-flags>: 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(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d16bef0d7d..a60a3775dd 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1146,21 +1146,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
@@ -1169,10 +1167,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