[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
318/474: gnu: python-jedi: Update to 0.19.2.
From: |
guix-commits |
Subject: |
318/474: gnu: python-jedi: Update to 0.19.2. |
Date: |
Sat, 30 Nov 2024 18:20:45 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 98adc9425c929aa461b3f86e3dd0c04804a964ba
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 11 08:06:02 2024 +0000
gnu: python-jedi: Update to 0.19.2.
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.19.2.
[native-inputs]: Remove python-colorama.
Change-Id: If56218b5045cddb9aea2f7b8c41cdac933861e76
---
gnu/packages/python-xyz.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 760cfdb8af..ab021349d6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22681,7 +22681,7 @@ scans through a file and detects issues.")
(define-public python-jedi
(package
(name "python-jedi")
- (version "0.19.1")
+ (version "0.19.2")
(source
(origin
(method git-fetch)
@@ -22692,7 +22692,7 @@ scans through a file and detects issues.")
(file-name (git-file-name name version))
(sha256
(base32
- "1lpvxa16zyhg95s8ji3sm19qz3bawal172xwlzcl5h80mhhfagih"))))
+ "0w8rrw6s4bzr5csds8bhasrmzh9q77zh5dzisjysl8cb5qjx0w6s"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -22701,8 +22701,7 @@ scans through a file and detects issues.")
(add-before 'check 'set-HOME
(lambda _ (setenv "HOME" "/tmp"))))))
(native-inputs
- (list python-colorama
- python-docopt
+ (list python-docopt
python-pytest
python-setuptools
python-wheel))
- 306/474: gnu: python-pytest-forked: Disable tests., (continued)
- 306/474: gnu: python-pytest-forked: Disable tests., guix-commits, 2024/11/30
- 307/474: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/30
- 308/474: gnu: python-filelock: Update to 3.16.1., guix-commits, 2024/11/30
- 309/474: gnu: python-pytest-xdist: Update to 3.6.1., guix-commits, 2024/11/30
- 310/474: gnu: python-coverage: Update to 7.6.7., guix-commits, 2024/11/30
- 312/474: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/30
- 313/474: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/30
- 314/474: gnu: python-cffi: Update to 1.17.1., guix-commits, 2024/11/30
- 315/474: gnu: python-cffi: Improve package style., guix-commits, 2024/11/30
- 316/474: gnu: python-curio: Update to 1.6., guix-commits, 2024/11/30
- 318/474: gnu: python-jedi: Update to 0.19.2.,
guix-commits <=
- 323/474: gnu: python-tomli: Update to 2.1.0., guix-commits, 2024/11/30
- 322/474: gnu: python-flaky: Update to 3.8.1., guix-commits, 2024/11/30
- 328/474: gnu: python-cython-3: Update to 3.0.11., guix-commits, 2024/11/30
- 330/474: gnu: python-attrs: Update to 24.2.0., guix-commits, 2024/11/30
- 336/474: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/30
- 333/474: gnu: python-pytest-mypy: Update to 0.10.3., guix-commits, 2024/11/30
- 326/474: gnu: python-editables: Update to 0.5., guix-commits, 2024/11/30
- 364/474: gnu: Remove python-pytest-catchlog., guix-commits, 2024/11/30
- 337/474: gnu: python-watchdog: Update to 6.0.0., guix-commits, 2024/11/30
- 334/474: gnu: python-numpy: Update to 1.24.4., guix-commits, 2024/11/30