mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
1e490f2eb1
commit
5580976333
1 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue