gnu: python-asyncua: Update to 1.1.5.

* gnu/packages/engineering.scm (python-asyncua): Update to 1.1.5.
[native-inputs]: Replace python-pytest-asyncio with
python-pytest-asyncio-0.21.
[propagated-inputs]: Add python-pyopenssl and python-typing-extensions.

Change-Id: Ic28b84b420d46f4e38c5f1713a7d295355d224a0
This commit is contained in:
Ricardo Wurmus 2025-01-17 20:39:55 +01:00
parent 1e490f2eb1
commit 5580976333
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4793,7 +4793,7 @@ (define-public rizin
(define-public python-asyncua
(package
(name "python-asyncua")
(version "1.0.3")
(version "1.1.5")
(source (origin
(method git-fetch)
(uri (git-reference
@ -4803,11 +4803,11 @@ (define-public python-asyncua
(file-name (git-file-name name version))
(sha256
(base32
"0bazk3k2dyzlrh7yxs4pc76m5ysm7riia3ncg7as3xr4y9dy29bx"))))
"0aisj8cpfhq50h4pv2p0c9iw5cqy3hxhn5adp8wd01c46dhg6y2x"))))
(build-system pyproject-build-system)
(native-inputs
(list python-asynctest
python-pytest-asyncio
python-pytest-asyncio-0.21
python-pytest-mock
python-pytest-runner
python-setuptools
@ -4816,13 +4816,16 @@ (define-public python-asyncua
(list python-aiofiles
python-aiosqlite
python-cryptography
python-dateutil python-pytz
python-dateutil
python-pyopenssl
python-pytz
python-importlib-metadata
python-sortedcontainers))
python-sortedcontainers
python-typing-extensions))
(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
server for Python and pypy3.")
(home-page "https://freeopcua.github.io/")
(license license:lgpl3+)))
(define-public modglue