From e439d6b26a5e9f465f0eb50b3f68f21dc2fa4366 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 18 Jan 2026 19:56:28 +0100 Subject: [PATCH] gnu: python-asyncua: Update to 1.1.8. * gnu/packages/engineering.scm (python-asyncua): Update to 1.1.8. [native-inputs]: Remove python-pytest-asyncio-0.21, python-setuptools, and python-wheel; add python-pytest-asyncio, and python-hatchling. [propagated-inputs]: Add python-wait-for2. Change-Id: I27b71ce7c976892b8c77a290d3468ea9c72f18e7 Modified-by: Sharlatan Hellseher Signed-off-by: Sharlatan Hellseher --- gnu/packages/engineering.scm | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 6aa9bd6ddd3..04ef9eba70d 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -5098,7 +5098,7 @@ more.") (define-public python-asyncua (package (name "python-asyncua") - (version "1.1.5") + (version "1.1.8") (source (origin (method git-fetch) @@ -5110,24 +5110,25 @@ more.") (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 "0aisj8cpfhq50h4pv2p0c9iw5cqy3hxhn5adp8wd01c46dhg6y2x")))) + (base32 "1ngh3m45mnqxlvyhhz66bkgk5ppxzmclw7sxl0v457snv7yb5rni")))) (build-system pyproject-build-system) + ;; tests: 709 passed, 5 skipped, 3 warnings (native-inputs - (list python-pytest - python-pytest-asyncio-0.21 - python-pytest-mock - python-setuptools - python-wheel)) + (list python-hatchling + python-pytest + python-pytest-asyncio + python-pytest-mock)) (propagated-inputs (list python-aiofiles python-aiosqlite python-cryptography python-dateutil + python-importlib-metadata python-pyopenssl python-pytz - python-importlib-metadata python-sortedcontainers - python-typing-extensions)) + python-typing-extensions + python-wait-for2)) ;for Python version < 3.12 (home-page "https://freeopcua.github.io/") (synopsis "OPC UA / IEC 62541 client and server library") (description "This package provides an OPC UA / IEC 62541 client and