1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-autobahn: Update to 25.11.1.

* gnu/packages/python-web.scm (python-autobahn): Update to 25.11.1.

Change-Id: I81dc716cbaa000b7ca718126e5cf48e7ce065951
This commit is contained in:
Brendan Tildesley
2025-12-02 23:45:35 +11:00
committed by Ian Eure
parent ea8053d510
commit 6b33a0c885

View File

@@ -8861,14 +8861,14 @@ high level API for making HTTP requests when using Twisted.")
(define-public python-autobahn
(package
(name "python-autobahn")
(version "24.4.2")
(version "25.11.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "autobahn" version))
(sha256
(base32
"1jcjxr16cy93v2kjwpvrcmg7cjbp5kyhbcpq25nhny6gn3qixmx2"))))
"1w9wyyqzg1dil8jsjm08n2pnk6jws87scli932drhghcr2f2prjj"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -8889,11 +8889,14 @@ high level API for making HTTP requests when using Twisted.")
;; Strip new XBR feature which isn't available in Guix.
(setenv "AUTOBAHN_STRIP_XBR" "1"))))))
(native-inputs (list python-setuptools python-wheel))
(propagated-inputs (list python-cffi
(propagated-inputs (list python-cbor2
python-cryptography
python-hyperlink
python-msgpack
python-py-ubjson
python-twisted
python-txaio))
python-txaio
python-ujson))
(home-page "https://github.com/crossbario/autobahn-python/")
(synopsis "Web Application Messaging Protocol implementation")
(description "This package provides an implementation of the @dfn{Web Application