~ruther/guix-local

55809763338cb9e95e06fd8dc50e5410b57be02a — Ricardo Wurmus 1 year, 2 months ago 1e490f2
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
1 files changed, 9 insertions(+), 6 deletions(-)

M gnu/packages/engineering.scm
M gnu/packages/engineering.scm => gnu/packages/engineering.scm +9 -6
@@ 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