summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-16 16:15:54 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:45 +0100
commit5f2941041cff74db43c07689856c276719e4f2a4 (patch)
tree1ba55b2a4d04d0889411fbb5cbe0d784b08b037f /gnu/packages/python-xyz.scm
parent89f17f04db20d679ca2339c07298002e7e28f3ba (diff)
gnu: python-jaraco-classes: Update to 3.4.0.
* gnu/packages/python-xyz.scm (python-jaraco-classes): Update to 3.4.0. [native-inputs]: Remove python-pytest-black, python-pytest-checkdocs, python-pytest-cov, python-pytest-flake8, python-pytest-mypy, python-setuptools-scm, and python-wheel. Change-Id: I5e07e1a9308139f091da1daad7f216dba36b0040
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm16
1 files changed, 5 insertions, 11 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6ce822ef41..c682d78b80 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13920,28 +13920,22 @@ enforced method signatures and consistent documentation.")
(define-public python-jaraco-classes
(package
(name "python-jaraco-classes")
- (version "3.2.1")
+ (version "3.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jaraco.classes" version))
(sha256
- (base32 "0d6g7qvfv1jlzbzh6asprqdblqd59grvlvr3nwbdqdqrmwlbfm7d"))))
+ (base32 "1k9s7wxhsy15730qab8bry7kpgl4yk3wch45ikfw0f823nsj9827"))))
(build-system pyproject-build-system)
(arguments
(list ; Do not test the myproject.toml build as it pulls dependencies.
#:test-flags '(list "-k" "not project")))
(native-inputs
(list python-pytest
- python-pytest-black
- python-pytest-checkdocs
- python-pytest-cov
- python-pytest-flake8
- python-pytest-mypy
- python-setuptools
- python-setuptools-scm
- python-wheel))
- (propagated-inputs (list python-more-itertools))
+ python-setuptools))
+ (propagated-inputs
+ (list python-more-itertools))
(home-page "https://github.com/jaraco/jaraco.classes")
(synopsis "Utility functions for Python class constructs")
(description "This Python library contains utility functions for Python