guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit c0bd6a7a0272d528612b99d6f9bcfcab2bb26483
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Jan 18 19:56:28 2026 +0100
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 <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
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 3dbee898ef..65c62f3d0a 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