[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/213: gnu: python-extension-helpers: Update to 1.2.0.
From: |
guix-commits |
Subject: |
29/213: gnu: python-extension-helpers: Update to 1.2.0. |
Date: |
Fri, 10 Jan 2025 10:42:48 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 0e880fd28d3cbc779a3711444e81081a36afcecb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 17 11:32:15 2024 +0100
gnu: python-extension-helpers: Update to 1.2.0.
* gnu/packages/python-xyz.scm (python-extension-helpers): Update to 1.2.0.
[arguments]: Disable broken test.
Change-Id: I3a99240c52fc8114b6eb4d7c3e6642530cf7d756
---
gnu/packages/python-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1c373abc59..f42d12f6db 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5423,7 +5423,7 @@ and is not compatible with JSON.")
(define-public python-extension-helpers
(package
(name "python-extension-helpers")
- (version "1.1.1")
+ (version "1.2.0")
(source
(origin
(method git-fetch) ; no tests in the PyPI tarball
@@ -5432,17 +5432,17 @@ and is not compatible with JSON.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1lkhypg21ydx03z03dppbf05zff40dyl0kn6nichzfdfpqnr5055"))))
+ (base32 "1cfzh3ijjp18as2qnmm1nnw6a3daqd7a2q17i0c6h1wq2jbawxxa"))))
(build-system pyproject-build-system)
(arguments
(list
;; It tries to install it via pip: E ModuleNotFoundError: No module named
;; 'helpers_test_package_fd9cc3a9_11fa_4a1a_b80e_c5b043949604'
- #:test-flags #~(list "-k" "not test_only_pyproject[True]")
+ #:test-flags #~(list "-k" "not test_only_pyproject and not
test_no_setup_py")
#:phases
#~(modify-phases %standard-phases
;; LookupError: setuptools-scm was unable to detect version for
- ;; /tmp/guix-build-python-extension-helpers-1.1.1.drv-0/source.
+ ;; /tmp/guix-build-python-extension-helpers-1.2.0.drv-0/source.
(add-before 'build 'set-version
(lambda _
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))
- 25/213: gnu: python-tox: Update to 4.23.2., (continued)
- 25/213: gnu: python-tox: Update to 4.23.2., guix-commits, 2025/01/10
- 27/213: gnu: python-biom-format: Use pyproject-build-system., guix-commits, 2025/01/10
- 15/213: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2025/01/10
- 18/213: gnu: Add python-packaging-legacy., guix-commits, 2025/01/10
- 17/213: gnu: Add python-legacy-cgi., guix-commits, 2025/01/10
- 20/213: gnu: Add python-pypitoken., guix-commits, 2025/01/10
- 23/213: gnu: Add python-devpi-client., guix-commits, 2025/01/10
- 24/213: gnu: Add python-devpi-process., guix-commits, 2025/01/10
- 26/213: gnu: python-webcolors: Update to 24.11.1., guix-commits, 2025/01/10
- 30/213: gnu: python-colorama: Update to 0.4.6., guix-commits, 2025/01/10
- 29/213: gnu: python-extension-helpers: Update to 1.2.0.,
guix-commits <=
- 40/213: gnu: python-a2wsgi: Disable one test., guix-commits, 2025/01/10
- 50/213: gnu: python-beniget: Update to 0.4.2.post1., guix-commits, 2025/01/10
- 51/213: gnu: python-pythran: Update to 0.17.0., guix-commits, 2025/01/10
- 03/213: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2025/01/10
- 08/213: gnu: python-pyproject-api: Update to 1.8.0., guix-commits, 2025/01/10
- 19/213: gnu: Add python-lazy., guix-commits, 2025/01/10
- 34/213: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2025/01/10
- 38/213: gnu: python-httpx: Update to 0.28.1., guix-commits, 2025/01/10
- 43/213: gnu: python-starlette: Update to 0.42.0., guix-commits, 2025/01/10
- 48/213: gnu: linkchecker: Update to 10.5.0., guix-commits, 2025/01/10