summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-autobahn_21.3.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-autobahn: upgrade 21.3.1 -> 21.11.1wangmy2021-11-291-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: fix: autobahn installation in docker (https://github.com/crossbario/crossbar/issues/1503) new: refactor SigningKey class for reusability (https://github.com/crossbario/crossbar/issues/1500, https://github.com/crossbario/crossbar/issues/1501) new: expand XBR node pairing helpers fix: build with nvx by default and don't publish universal wheel. (https://github.com/crossbario/crossbar/issues/1493) fix: update wamp flatbuffer schema for r2r links fix: don't clobber factory (https://github.com/crossbario/crossbar/issues/1480) fix: explicitly require setuptools new: expand wamp auth scram and xbr argon2/hkdf (https://github.com/crossbario/crossbar/issues/1479) fix: WebSocket compression, window size (zlib wbits) == 8 is illegal nowerdays (https://github.com/crossbario/crossbar/issues/1477) fix: XBR IDL code generator - all 4 WAMP actions working now new: add automated build of xbrnetwork CLI (single-file EXE) in CI Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-autobahn: Upgrade 21.2.2 -> 21.3.1Leon Anavi2021-03-171-0/+23
Upgrade to release 21.3.1: - fix: Twisted v21.2.0 breaks Crossbar.io Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>