[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
305/361: gnu: python-pexpect: Update to 4.9.0.
From: |
guix-commits |
Subject: |
305/361: gnu: python-pexpect: Update to 4.9.0. |
Date: |
Fri, 22 Nov 2024 06:01:03 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 44ae909c6c51f131a1dddfdd84fd9860c29cfcd0
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 16 21:10:33 2024 +0000
gnu: python-pexpect: Update to 4.9.0.
* gnu/packages/python-xyz.scm (python-pexpect): Update to 4.9.0.
Change-Id: Ie4e9fa2a6187cba16cf8ccb7395f34fd8fb0845a
---
gnu/packages/python-xyz.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 97e618aaa9..0e65359afd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11800,13 +11800,13 @@ wraps Python's standard library threading and
multiprocessing objects.")
(define-public python-pexpect
(package
(name "python-pexpect")
- (version "4.8.0")
+ (version "4.9.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pexpect" version))
(sha256
- (base32 "032cg337h8awydgypz6f4wx848lw8dyrj4zy988x0lyib4ws8rgw"))))
+ (base32 "03ykxacc64ijldbpa31v5lxw93an0z0xmhm21q2i369w7w942zgf"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -11825,7 +11825,9 @@ wraps Python's standard library threading and
multiprocessing objects.")
"test_run_uses_env_path_over_path"
"test_spawn_uses_env"
;; Fails with assertion error: assert 0 == 500
- "test_before_across_chunks")
+ "test_before_across_chunks"
+ ;; Bash is enough for tests.
+ "test_zsh")
" and not "))
#:phases
#~(modify-phases %standard-phases
- 354/361: gnu: python-flasgger: Update to 0.9.7.1., (continued)
- 354/361: gnu: python-flasgger: Update to 0.9.7.1., guix-commits, 2024/11/22
- 135/361: gnu: python-ipywidgets: Update to 8.1.2., guix-commits, 2024/11/22
- 220/361: gnu: build-system/pyproject: Add missing native-inputs., guix-commits, 2024/11/22
- 226/361: gnu: python-assay: Add missing inputs., guix-commits, 2024/11/22
- 262/361: gnu: python-pandera: Adjust inputs., guix-commits, 2024/11/22
- 264/361: gnu: hangups: Fix build., guix-commits, 2024/11/22
- 263/361: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/22
- 283/361: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/22
- 359/361: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/22
- 122/361: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/22
- 305/361: gnu: python-pexpect: Update to 4.9.0.,
guix-commits <=
- 196/361: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/11/22
- 245/361: gnu: nikola: Fix build., guix-commits, 2024/11/22
- 251/361: gnu: behave: Update to 1.2.7.dev5., guix-commits, 2024/11/22
- 317/361: gnu: python-curio: Update to 1.6., guix-commits, 2024/11/22
- 320/361: gnu: python-pickleshare: Improve package style., guix-commits, 2024/11/22
- 324/361: gnu: python-tomli: Update to 2.1.0., guix-commits, 2024/11/22
- 330/361: gnu: meson-python: Update to 0.17.1., guix-commits, 2024/11/22
- 337/361: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/22
- 348/361: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/22
- 353/361: gnu: python-flask-restful: Update to 0.3.10., guix-commits, 2024/11/22