mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
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 <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
431dd4a288
commit
e439d6b26a
1 changed files with 10 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue