diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-17 15:02:35 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:07:03 +0000 |
| commit | 4502f79b4c831cc98f393521cd11bb58e372889d (patch) | |
| tree | 8ddd3c1d0e70f90231b8272b0e7983e9a6481657 /gnu/packages | |
| parent | 38d1971524d1ceae94232721e8fee6ec0cbd3763 (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-web.scm | 16 |
1 files changed, 6 insertions, 10 deletions
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 |
