rekado pushed a commit to branch master
in repository guix.
commit 55809763338cb9e95e06fd8dc50e5410b57be02a
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Jan 17 20:39:55 2025 +0100
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
---
gnu/packages/engineering.scm | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index fc92f5f070..b0c3b5787a 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -4793,7 +4793,7 @@ more.")
(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 @@ more.")
(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 @@ more.")
(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