diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-07 22:19:23 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:34 +0100 |
| commit | e79122bdd226cd9a272b3cc7977a595963b663c7 (patch) | |
| tree | 17a834f84de3bfb4f021407279d867dfa91d7fa4 | |
| parent | cd835b47fbe9048288baff70be4a49d7cbe71a2e (diff) | |
gnu: python-asyncua: Update to 2.0.1.
* gnu/packages/engineering.scm (python-asyncua): Update to 2.0.1.
[arguments] <#:test-flags>: Skip one test.
[propagated-inputs]: Remove python-aiofiles; add python-anyio.
| -rw-r--r-- | gnu/packages/engineering.scm | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 81ba12b0b84..a4c6c519543 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm | |||
| @@ -5319,29 +5319,34 @@ more.") | |||
| 5319 | (define-public python-asyncua | 5319 | (define-public python-asyncua |
| 5320 | (package | 5320 | (package |
| 5321 | (name "python-asyncua") | 5321 | (name "python-asyncua") |
| 5322 | (version "1.1.8") | 5322 | (version "2.0.1") |
| 5323 | (source | 5323 | (source |
| 5324 | (origin | 5324 | (origin |
| 5325 | (method git-fetch) | 5325 | (method git-fetch) |
| 5326 | (uri (git-reference | 5326 | (uri (git-reference |
| 5327 | (url "https://github.com/FreeOpcUa/opcua-asyncio.git") | 5327 | (url "https://github.com/FreeOpcUa/opcua-asyncio") |
| 5328 | (commit (string-append "v" version)) | 5328 | (commit (string-append "v" version)) |
| 5329 | ;; XXX: It clones <https://github.com/OPCFoundation/UA-Nodeset> | 5329 | ;; XXX: It clones <https://github.com/OPCFoundation/UA-Nodeset> |
| 5330 | ;; submodule, check if it may be unbundled. | 5330 | ;; submodule, check if it may be unbundled. |
| 5331 | (recursive? #t))) | 5331 | (recursive? #t))) |
| 5332 | (file-name (git-file-name name version)) | 5332 | (file-name (git-file-name name version)) |
| 5333 | (sha256 | 5333 | (sha256 |
| 5334 | (base32 "1ngh3m45mnqxlvyhhz66bkgk5ppxzmclw7sxl0v457snv7yb5rni")))) | 5334 | (base32 "1qrsrgj7x6l010s9msvfc1a23lzlygi2sis6xw1jj4mw1glxick5")))) |
| 5335 | (build-system pyproject-build-system) | 5335 | (build-system pyproject-build-system) |
| 5336 | ;; tests: 709 passed, 5 skipped, 3 warnings | 5336 | (arguments |
| 5337 | (list | ||
| 5338 | ;; tests: 774 passed, 6 skipped, 1 deselected, 2479 warnings | ||
| 5339 | #:test-flags | ||
| 5340 | ;; KeyError: 'Simple' | ||
| 5341 | #~(list "--deselect=tests/test_pubsub.py::test_full_simple"))) | ||
| 5337 | (native-inputs | 5342 | (native-inputs |
| 5338 | (list python-hatchling | 5343 | (list python-hatchling |
| 5339 | python-pytest | 5344 | python-pytest |
| 5340 | python-pytest-asyncio | 5345 | python-pytest-asyncio |
| 5341 | python-pytest-mock)) | 5346 | python-pytest-mock)) |
| 5342 | (propagated-inputs | 5347 | (propagated-inputs |
| 5343 | (list python-aiofiles | 5348 | (list python-aiosqlite |
| 5344 | python-aiosqlite | 5349 | python-anyio |
| 5345 | python-cryptography | 5350 | python-cryptography |
| 5346 | python-dateutil | 5351 | python-dateutil |
| 5347 | python-pyopenssl | 5352 | python-pyopenssl |
