[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
212/217: gnu: python-pymodbus: Update to 2.5.3.
From: |
guix-commits |
Subject: |
212/217: gnu: python-pymodbus: Update to 2.5.3. |
Date: |
Sun, 14 Nov 2021 19:21:30 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit f3875628407f0e407696dcfad20832ea1ab5e3d0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Nov 4 22:43:10 2021 -0400
gnu: python-pymodbus: Update to 2.5.3.
* gnu/packages/python-xyz.scm (python-pymodbus): Update to 2.5.3.
[phases]{disable-problematic-tests}: Delete an extra test module.
[native-inputs]: Remove python-asynctest.
---
gnu/packages/python-xyz.scm | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e2dfbd8..0565152 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16298,7 +16298,7 @@ support.")
(define-public python-pymodbus
(package
(name "python-pymodbus")
- (version "2.5.2")
+ (version "2.5.3")
(source
(origin
(method git-fetch)
@@ -16308,24 +16308,28 @@ support.")
(file-name (git-file-name name version))
(sha256
(base32
- "009blvzi56434f0qfjdg3r8q1flb1jcx2786wi0i0xf81025z9cf"))))
+ "0kjjrx7xrlx0pf3y67hhr4xvqrly3xzmvf6ic5as61m6z19m7zd5"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
(add-after 'unpack 'disable-problematic-tests
(lambda _
- ;; The following test module rely on Python's own 'test'
- ;; module, which is not distributed in the Python
+ ;; The following test modules rely on Python's own
+ ;; 'test' module, which is not distributed in the Python
;; package of Guix.
(delete-file "test/test_client_async_asyncio.py")
- (delete-file "test/test_client_sync_diag.py")))
+ (delete-file "test/test_client_sync_diag.py")
+ ;; The following test module requires the asynctest
+ ;; library, abandoned without support for Python 3.9+
+ ;; (see:
+ ;; https://github.com/riptideio/pymodbus/issues/681).
+ (delete-file "test/test_server_asyncio.py")))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "python" "-m" "pytest")))))))
(native-inputs
- `(("python-asynctest" ,python-asynctest)
- ("python-mock" ,python-mock)
+ `(("python-mock" ,python-mock)
("python-pytest" ,python-pytest)
("python-redis" ,python-redis)
("python-sqlalchemy" ,python-sqlalchemy)
- 216/217: gnu: conan: Update to 1.42.0., (continued)
- 216/217: gnu: conan: Update to 1.42.0., guix-commits, 2021/11/14
- 140/217: gnu: gtk: Replace gdk-pixbuf+svg by librsvg., guix-commits, 2021/11/14
- 155/217: gnu: python-pytest: Update to 6.2.5., guix-commits, 2021/11/14
- 177/217: gnu: xorg-server, xorg-server-for-tests: Update to 21.1.0., guix-commits, 2021/11/14
- 175/217: gnu: xorgproto: Update to 2021.5., guix-commits, 2021/11/14
- 184/217: gnu: emacs-elpy: Update to 1.35.0-0.8d0de31., guix-commits, 2021/11/14
- 205/217: gnu: icecat: Enable geckodriver., guix-commits, 2021/11/14
- 206/217: gnu: Add python-pypika-tortoise., guix-commits, 2021/11/14
- 204/217: gnu: osinfo-db-tools: Update to 1.9.0., guix-commits, 2021/11/14
- 209/217: gnu: Add python-asyncmy., guix-commits, 2021/11/14
- 212/217: gnu: python-pymodbus: Update to 2.5.3.,
guix-commits <=
- 105/217: gnu: at-spi2-core: Reverse inheritance relationship with minimal variant., guix-commits, 2021/11/14
- 114/217: gnu: rest: Use libsoup-minimal., guix-commits, 2021/11/14
- 115/217: gnu: inkscape: Remove the legacy 0.92 version., guix-commits, 2021/11/14
- 119/217: gnu: openssl: Absorb 1.1.1l graft., guix-commits, 2021/11/14
- 122/217: gnu: heimdal: Fix build., guix-commits, 2021/11/14
- 123/217: gnu: pango: Update to 1.48.10., guix-commits, 2021/11/14
- 34/217: gnu: gnupg: Don't explicitly return #t from phases., guix-commits, 2021/11/14
- 39/217: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/11/14
- 56/217: gnu: mozjs-78: Update to 78.15.0., guix-commits, 2021/11/14
- 51/217: gnu: pulseaudio: Update to 15.0., guix-commits, 2021/11/14