diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-25 18:10:47 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:42 +0100 |
| commit | 774825a6cde3267196ea06065f51c571daba57b0 (patch) | |
| tree | 6e8a66e3a9f8ed04788e329f5b98fd4b305dde0d /gnu | |
| parent | 8e9cec519edeb48790529ec6753c77523d247f04 (diff) | |
gnu: python-platypush: Update to 1.3.17.
* gnu/packages/engineering.scm (python-platypush): Update to 1.3.17.
[propagated-inputs]: Add python-psutil.
[native-inputs]: Remove python-wheel.
Change-Id: I2288177de402ab3f70660235f4e4a8c3ea3bcf32
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/engineering.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 768c2942c47..cb755280104 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2048,7 +2048,7 @@ bindings for Python, Java, OCaml and more.") (define-public python-platypush (package (name "python-platypush") - (version "1.3.14") + (version "1.3.17") (source (origin (method git-fetch) @@ -2057,7 +2057,7 @@ bindings for Python, Java, OCaml and more.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1nmpdcjamc2nw1kq4m4kvypmilvrq59xh099cnlg0hlkrly0kigc")))) + (base32 "0b9374dcp6bqwq0mj273g0bjh5h9i8mzria3yby04d0i9zbf1wyl")))) (build-system pyproject-build-system) (arguments (list @@ -2066,19 +2066,20 @@ bindings for Python, Java, OCaml and more.") (add-before 'check 'pre-check (lambda _ (setenv "HOME" "/tmp")))))) - (native-inputs (list python-setuptools python-wheel python-pytest redis)) + (native-inputs (list python-setuptools python-pytest redis)) (propagated-inputs (list python-alembic python-croniter + python-dateutil python-docutils python-flask + python-magic ;; v4 is supported in upcomming release, see ;; <https://git.platypush.tech/platypush/platypush/issues/445>. python-marshmallow-3 python-pillow + python-psutil python-pygments python-pyotp - python-dateutil - python-magic python-pyyaml python-pyzbar python-qrcode |
