Revisions of python-autobahn

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1170112 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 29)
- Add upstream patch fix-wamp-tests.patch to make it work with modern
  python-pytest-asyncio package gh#crossbario/autobahn-python#1631
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1148956 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 28)
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1095236 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 27)
Forwarded request #1094863 from mcalabkova

- Update to 23.6.2
    * fix: use regular PyPI bitarray>=2.7.5 rather than from GitHub master
    23.6.1
    * fix: updated bitarray to make eth-account work on pypy
    * fix: updated web3 and eth-abi to not use beta versions (#1616)
    23.1.2
    * fix: monkey patch web3/eth_abi for python 3.11
    23.1.1
    * fix: support for Python up to v3.11
    * fix: update GitHub CI
    * fix: copyright transferred to typedef int GmbH - no license change!
    * fix: remove coverage crap
    22.12.1
    * new: expand WAMP Flatbuffers schemata (session ID in each message for MUXing)
    * new: update flatc v22.12.06 and regenerate WAMP Flatbuffers type libraries
    * fix: Twisted 22.10.0 incompability (#1604)
    * fix: Rapid Cancelling Of Tasks Can Cause InvalidStateError (#1600)
    * fix: identify_realm_name_category (#1590)
    * fix: support Python 3.11 (#1599)
    * fix: building _nvx_utf8validator extension on non-x86 systems (#1596)
    * fix: asyncio rawsocket protocol transport details (#1592)
    * new: expand EIP712AuthorityCertificate; more tests
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 965827 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 25)
- update to 22.3.2:
  * fix: split out UI deps into separate dist flavor (#1532)
  * fix: deps for RTD builds (#1540)
  * fix: use and bundle dev deps from requirements file
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 965198 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 24)
- update to 22.3.1:
  * fix generate_token
  * reduce twisted log noise for wamp clients
  * add GitHub URL for PyPi
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 960358 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 22)
- Update to 22.2.2:
  * fix: auto ping/pong logs should be debug instead of info (#1524)
  * new: add auto-ping/pong configuration knob autoPingRestartOnAnyTraffic (see discussion here).
  * new: extended websocket auto-ping/pong ("heartbeating") with builtin RTT measurement
  * new: experimental support for transaction_hash in WAMP Publish/Call (see discussion here).
  * new: support decimal numbers WAMP serialization and round-tripping in both JSON and CBOR
  * fix: only depend on cbor2 (for WAMP CBOR serialization), not also cbor
  * fix: PyInstaller and Docker build / CI issues
  * new: support Python 3.10
  * new: allow optional keys in endpoint config validation
  * fix: reset transport retry status when connection succeeds
  * fix: update Docker/PyPy to pypy:3.8-slim
  * fix: autobahn installation in docker (#1503)
  * new: refactor SigningKey class for reusability (#1500, #1501)
  * new: expand XBR node pairing helpers
  * fix: build with nvx by default and don't publish universal wheel. (#1493)
  * fix: update wamp flatbuffer schema for r2r links
  * fix: don't clobber factory (#1480)
  * fix: explicitly require setuptools
  * new: expand wamp auth scram and xbr argon2/hkdf (#1479)
  * fix: WebSocket compression, window size (zlib wbits) == 8 is illegal nowerdays (#1477)
  * fix: XBR IDL code generator - all 4 WAMP actions working now
  * new: add automated build of xbrnetwork CLI (single-file EXE) in CI 
- Remove python-mock BuildRequires
- Rebase respect-cflags.patch
- Ship the xbrnetwork-ui cli tool
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 894061 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
- update to 21.3.1:
  * fix: Twisted v21.2.0 breaks Crossbar.io
  * new: use_binary_hex_encoding option for JSON object serializer
  * fix: correct some sphinx doc references
  * new: minimum supported Python (language) version is now 3.7 (on CPython and PyPy)
  * new: more XBR proxy/stub code generation capabilities (RPC call/invoation handlers)
  * fix: wamp-cryptosign loading of keys from SSH agent
  * fix: update Docker image building and build Docker multi-arch images
  * new: add more WAMP-cryptosign signature test vectors and unit tests
  * fix: include XBR code rendering templates in package manifest
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 872023 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 19)
- update to 21.2.1:
  * new: XBR ABI files now via separate package (“xbr”) - substantially reduce
    package size for non-XBR users
  * fix: circular dependency in “xbr” install flavor
  * fix: XBR package manifest and CLI user profile loading
  * fix: consider ‘wamp.close.goodbye_and_out’ a clean exit
  * fix: HASH import as well as improve diagnostics if things go wrong
  * fix: add missing jinja2 dependency for XBR CLI
  * fix: wamp.close.goodbye_and_out counts as a clean exit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 862473 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 18)
- Add missing BuildRequires/Requires on python-hyperlink
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 860566 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 17)
Add bug and CVE numbers (bsc#1180570, CVE-2020-35678)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 860363 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 16)
- Update to 20.12.3:
  * fix: URL must be re-encoded when doing redirect (#1439)
  * new: minimum supported Python (language) version is now 3.6
  * fix: derive_bip32childkey traceback (#1436)
  * fix: update and adjust docker files to upstream changes
  * new: CLI commands for WAMP IDL (xbrnetwork describe-schema / codegen-schema)
  * new: add eth address helpers (#1413)
  * new: cryptosign authextra allow arbitrary keys (#1411)
  * fix: adapt to planet api prefix change (#1408)
  * fix: Type check improve (#1405)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 822557 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 12)
- Add patch to include correct <arch>intrin.h for s390
  * intrin-arch.patch
- Minor patch refresh for respect-cflags.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 821997 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 11)
- Update to 20.7.1:
  * new: add market login eip. expose helpers
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 819310 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 10)
- Update to 20.6.2:
  * fix: xbr fixes (#1396)
  * fix: use cpy 3.8 for running flake in CI
  * new: Ticket1392 internal attrs (#1394)
  * new: internal-only router attributes and hook for router to add custom
    information
Displaying revisions 1 - 20 of 29
openSUSE Build Service is sponsored by