summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-16 11:08:17 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:58 +0100
commitc6d14b9a7d7b147f5c056e47a6befd1a2c1480f1 (patch)
tree01aea85070be9df718e7cb80679e9c46fe4f6ef0 /gnu/packages/python-xyz.scm
parent222ba4ac2df03d0a7d2bf4350da7ef3e2f587140 (diff)
gnu: python-astroid: Update to 3.3.11.
* gnu/packages/python-xyz.scm (python-astroid): Update to 3.3.11. [native-inputs]: Add python-mypy-minimal. Change-Id: Ic0bbe5bb59260fe1445aceb09f5cea6bfb2c82fd
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm14
1 files changed, 11 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index af947ef04c..91ef145776 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26154,7 +26154,7 @@ instead of servers and network commands.")
(define-public python-astroid
(package
(name "python-astroid")
- (version "3.3.4")
+ (version "3.3.11")
(source
(origin
(method git-fetch)
@@ -26163,10 +26163,18 @@ instead of servers and network commands.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "16cnfis2d0cyqxxx7iqi3n7ljhd55yv9v9yl1kl59k4a5jg4cnpx"))))
+ (base32 "1x5903kmi47pc87r949lym2cwl0xg885xyy730adxv0g6r083zwn"))))
(build-system pyproject-build-system)
+ (arguments
+ ;; UserWarning: pkg_resources is deprecated as an API. See
+ ;; https://setuptools.pypa.io/en/latest/pkg_resources.html. The
+ ;; pkg_resources package is slated for removal as early as
+ ;; 2025-11-30. Refrain from using this package or pin to Setuptools<81.
+ (list #:test-flags
+ #~(list "-k" "not test_identify_old_namespace_package_protocol")))
(native-inputs
- (list python-pytest
+ (list python-mypy-minimal
+ python-pytest
python-setuptools
python-wheel))
(propagated-inputs