15
0

Commit Graph

  • 7a73085293 Accepting request 1294925 from devel:languages:python main Ana Guerrero 2025-07-22 10:20:46 +00:00
  • a1856def15 - Add patch use-plain-twisted.patch: * Support pytest-asyncio 1.0 changes. Steve Kowalik 2025-07-22 04:50:05 +00:00
  • 6c51ad6146 Accepting request 1229680 from devel:languages:python Ana Guerrero 2024-12-10 22:43:54 +00:00
  • 687faaee9b - Update to 24.6.2: * unit test fixes (#1634) * bump minimum twisted to 24.3.0 (#1635) * a couple of packaging fixes (#1632) * update license file to include contributors (#1628) * Random ID should beginning with 1 (#1637) - Drop patch fix-wamp-tests.patch, included upstream. - Add patch support-new-pytest-asyncio.patch: * Support even more pytest-asyncio. Steve Kowalik 2024-12-10 06:11:32 +00:00
  • c59f19b42b Accepting request 1170112 from devel:languages:python Ana Guerrero 2024-04-25 18:50:22 +00:00
  • 32d6f63838 - Add upstream patch fix-wamp-tests.patch to make it work with modern python-pytest-asyncio package gh#crossbario/autobahn-python#1631 Daniel Garcia 2024-04-25 08:20:46 +00:00
  • 686b2f0011 Accepting request 1148956 from devel:languages:python Ana Guerrero 2024-02-22 19:58:32 +00:00
  • 61064bb186 - Switch to autosetup and pyproject macros. - No more greedy globs in %files. Steve Kowalik 2024-02-22 03:59:00 +00:00
  • 38974e1606 Accepting request 1095236 from devel:languages:python Dominique Leuenberger 2023-06-26 16:15:42 +00:00
  • 96f16a2686 Accepting request 1094863 from home:mcalabkova:branches:devel:languages:python Matej Cepl 2023-06-25 19:13:18 +00:00
  • 7a10261393 Accepting request 993142 from devel:languages:python Dominique Leuenberger 2022-08-05 17:51:06 +00:00
  • 8ef1c02481 Accepting request 992745 from home:ohollmann:branches:devel:languages:python Dirk Mueller 2022-08-04 20:54:36 +00:00
  • acc2e91711 Accepting request 965827 from devel:languages:python Dominique Leuenberger 2022-03-30 18:35:48 +00:00
  • 4378ae59b3 - 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 Dirk Mueller 2022-03-30 07:53:21 +00:00
  • 89baf04a2c Accepting request 965198 from devel:languages:python Dominique Leuenberger 2022-03-28 15:00:50 +00:00
  • f8bfffed3b - update to 22.3.1: * fix generate_token * reduce twisted log noise for wamp clients * add GitHub URL for PyPi Dirk Mueller 2022-03-27 13:53:52 +00:00
  • af76e52062 Accepting request 961037 from devel:languages:python Dominique Leuenberger 2022-03-11 20:41:26 +00:00
  • 5d5d01a81f Accepting request 961030 from home:Guillaume_G:branches:devel:languages:python Matej Cepl 2022-03-11 09:27:01 +00:00
  • f71d9da3bc Accepting request 960358 from devel:languages:python Dominique Leuenberger 2022-03-09 17:47:46 +00:00
  • 67da95edb3 - 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 Steve Kowalik 2022-03-09 06:00:09 +00:00
  • 268b4e78a4 Accepting request 952246 from devel:languages:python Dominique Leuenberger 2022-02-07 22:38:26 +00:00
  • d6948a83b7 Accepting request 952140 from openSUSE:Factory:RISCV Dirk Mueller 2022-02-07 21:05:00 +00:00
  • 9c9db85a78 Accepting request 894061 from devel:languages:python Dominique Leuenberger 2021-05-19 15:49:07 +00:00
  • b5c0b80196 - 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 Dirk Mueller 2021-05-18 12:36:12 +00:00
  • af7eddb693 Accepting request 872023 from devel:languages:python Dominique Leuenberger 2021-02-15 22:18:59 +00:00
  • 9379e3c3eb - 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 Dirk Mueller 2021-02-13 20:08:17 +00:00
  • d47ecf3401 Accepting request 862473 from devel:languages:python Dominique Leuenberger 2021-01-13 17:20:01 +00:00
  • 7df16c9ce1 - Add missing BuildRequires/Requires on python-hyperlink Steve Kowalik 2021-01-12 05:14:30 +00:00
  • 16d0d539a8 Accepting request 860566 from devel:languages:python Dominique Leuenberger 2021-01-06 18:56:19 +00:00
  • 37ff6639f8 Add bug and CVE (bsc#1180570, CVE-2020-35678) Steve Kowalik 2021-01-06 04:02:12 +00:00
  • d8bc8cf6a6 Accepting request 860363 from devel:languages:python Dominique Leuenberger 2021-01-05 17:14:56 +00:00
  • a7950713af - 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) Steve Kowalik 2021-01-05 04:06:46 +00:00
  • 076cc09bf6 Accepting request 858113 from devel:languages:python Dominique Leuenberger 2020-12-23 13:21:40 +00:00
  • ee8f87b862 Accepting request 857933 from home:bnavigator:branches:devel:languages:python Matej Cepl 2020-12-22 10:12:26 +00:00
  • 72e51d762f Accepting request 830724 from devel:languages:python Dominique Leuenberger 2020-08-31 14:53:19 +00:00
  • 0ce8a30751 Accepting request 830720 from home:Guillaume_G:branches:openSUSE:Factory:ARM Tomáš Chvátal 2020-08-31 10:14:39 +00:00
  • a27858c416 Accepting request 828104 from devel:languages:python Dominique Leuenberger 2020-08-20 20:31:26 +00:00
  • 0e22335550 Accepting request 828099 from home:Guillaume_G:branches:openSUSE:Factory:ARM Tomáš Chvátal 2020-08-20 09:41:13 +00:00
  • 138b57a1c1 Accepting request 822557 from devel:languages:python Dominique Leuenberger 2020-07-24 10:10:27 +00:00
  • dc18f38f8e mention patch by name Tomáš Chvátal 2020-07-24 06:27:56 +00:00
  • 069be53a63 Accepting request 822555 from openSUSE:Factory:zSystems Tomáš Chvátal 2020-07-24 06:24:39 +00:00
  • 306e8a2d41 Accepting request 821997 from devel:languages:python Dominique Leuenberger 2020-07-21 13:48:49 +00:00
  • fb17e1252d - Update to 20.7.1: * new: add market login eip. expose helpers Steve Kowalik 2020-07-21 05:51:56 +00:00
  • 006d83b17e Accepting request 819310 from devel:languages:python Dominique Leuenberger 2020-07-08 17:13:28 +00:00
  • 5b5a0ef44f - 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 Steve Kowalik 2020-07-08 02:20:53 +00:00
  • de6305749f Accepting request 814607 from devel:languages:python Dominique Leuenberger 2020-06-24 13:47:56 +00:00
  • 628dd21584 - Update to 20.6.1: * new: massive expansion of XBR CLI and EIP712 helpers * new: more (exhaustive) serializer cross-tripping tests * fix: some code quality and bug-risk issues (#1379) * fix: removed externalPort assignment when not set (#1378) * fix: docs link in README (#1381) * fix: docs typo frameword -> framework (#1380) * fix: improve logging; track results on observable mixin * new: add environmental variable that strips xbr. (#1374) * fix: trollius is gone (#1373) * new: added ability to disable TLS channel binding (#1368) * new: XBR CLI (#1367) * fix: add missing XBR dependency py-multihash - Correct BuildRequires/Requires (boo#1172126) Steve Kowalik 2020-06-15 04:53:45 +00:00
  • 12fed83c93 - update to 20.4.3: * new: XBR CLI (#1367) * fix: add missing XBR dependency py-multihash Dirk Mueller 2020-06-14 08:50:07 +00:00
  • 14444775df Accepting request 809561 from home:pgajdos:python Tomáš Chvátal 2020-05-28 07:32:33 +00:00
  • 5e8dfa36b9 Accepting request 795683 from devel:languages:python Dominique Leuenberger 2020-04-21 11:07:03 +00:00
  • 70f0e814f2 - Update to 20.4.2: * new: XBR - adjust eip712 signature for channel close * new: XBR - adjustments after xbr refactoring (#1357) * new: XBR - add channel open/close eip712 types to AB (#1358) * new: WAMP-cryptosign - make channel_id_type optional in transport_channel_id() * new: expose new XBR top-level contracts * fix: bump dependencies versions for attrs and identity (#1346) * fix: FrontendProxyProtocol object has no attribute 'write' (#1339) * fix: WAMP-cryptosign authid is not mandatory; reduce log noise (#1340) * fix: confusion between paying and payment channel (#1337) * new: forward explicitly set app level errors from ApplicationRunner.run() (#1336) * fix: simple typo: hookinh -> hooking (#1333) * new: update for xbr v20.3.1 * fix: for #1327 - cancel Auto Ping Timeout (#1328) * new: helper function to create a configured Web3 blockchain connection (#1329) * fix: add AuthAnonymous to __all__ (#1303) * fix: CI building (caching?) issue "corrupt ZIP file" * fix: update docker image build scripts and add ARM64/PyPy * fix: use :func:txaio.time_ns and drop deprecated :func:autobahn.util.time_ns * fix: update project README and docs for supported python versions (#1296) * fix: WebSocket protocol instances now raise autobahn.exception.Disconnected when sending on a closed connection (#1002) * fix: version conflict in xbr downstream application dependency (crossbarfx) (#1295) * fix: add python_requires>=3.5 to prevent installation on python 2 (#1293) * fix: first part of cleaning up code, dropping Python 2 support (#1282). * fix: add docs for parameters to component.py (#1276) * new: statistics tracking on WAMP serializers :class:autobahn.wamp.serializer.Serializer * new: helper :func:autobahn.util.time_ns - No longer build for Python 2 - Update BuildRequires. Steve Kowalik 2020-04-20 07:46:33 +00:00
  • 52170fd6d9 - Skip rng tests as they randomly fail in obs Tomáš Chvátal 2019-12-11 11:53:30 +00:00
  • 711e7c3d30 - Update to 19.11.1: * packaging fixes Tomáš Chvátal 2019-12-03 14:34:33 +00:00
  • b583a56f6a - Update to 19.10.1: * various minor bugfixes mostly Tomáš Chvátal 2019-10-09 08:48:14 +00:00
  • 9c3d0954b3 Accepting request 732185 from devel:languages:python Dominique Leuenberger 2019-09-26 18:38:58 +00:00
  • e57b09a7ae - Update to 19.9.2: * Various bugfixes mostly, not many features Tomáš Chvátal 2019-09-13 12:44:23 +00:00
  • cce18d9f19 Accepting request 703027 from devel:languages:python Dominique Leuenberger 2019-05-22 13:39:27 +00:00
  • 41fae6a950 Accepting request 703026 from home:jesusaur:branches:devel:languages:python Tomáš Chvátal 2019-05-14 22:57:37 +00:00
  • 3ac6728666 Accepting request 692232 from devel:languages:python Dominique Leuenberger 2019-05-06 11:21:23 +00:00
  • 98ddf51a46 - Rename reproducible.patch to respect-cflags.patch and really make sure we respect all the cflags Tomáš Chvátal 2019-04-08 08:45:21 +00:00
  • c2e7d9080d Accepting request 692210 from home:bmwiedemann:branches:devel:languages:python Tomáš Chvátal 2019-04-08 08:39:26 +00:00
  • 75fdcedaf3 Accepting request 691726 from devel:languages:python Dominique Leuenberger 2019-04-05 10:06:38 +00:00
  • 39c4829c50 - Fix the %pytest_arch call to pass properly Tomáš Chvátal 2019-04-05 08:12:51 +00:00
  • a445d940ec OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=14 Tomáš Chvátal 2019-04-01 11:05:29 +00:00
  • 2f97b3bf19 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=13 Tomáš Chvátal 2019-04-01 10:54:57 +00:00
  • 799d505f4a - Update to 19.3.3: * No upstream changelog Tomáš Chvátal 2019-03-26 13:19:21 +00:00
  • bea9b0a4bb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=11 Tomáš Chvátal 2019-03-26 12:25:08 +00:00
  • fd113ffbcc - Update to 19.3.2: * no upstream changelog - List all the missing requirements based on setup.py Tomáš Chvátal 2019-03-19 14:51:16 +00:00
  • e00b932517 Accepting request 642831 from devel:languages:python Dominique Leuenberger 2018-10-25 06:13:42 +00:00
  • 97745b29fa - Update to 18.9.2: * Various fixes all around * Support python 3.7 - remove-unittest2.patch was merged upstream Tomáš Chvátal 2018-10-18 09:30:43 +00:00
  • 48dda0a1f6 Accepting request 628599 from devel:languages:python Dominique Leuenberger 2018-08-12 18:54:09 +00:00
  • 25323c7e8c - Add remove-unittest2.patch which remove dependency on unittest2 (filed upstream https://github.com/crossbario/autobahn-python/issues/1036) Matej Cepl 2018-08-10 11:23:53 +00:00
  • 09e8b1805e Accepting request 590759 from devel:languages:python Dominique Leuenberger 2018-03-26 11:10:09 +00:00
  • a7f9160e50 - Fix python2 pulling of trollius Tomáš Chvátal 2018-03-12 09:11:23 +00:00
  • e50394f095 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=3 Tomáš Chvátal 2018-03-11 08:47:34 +00:00
  • fc483af3d8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=2 Tomáš Chvátal 2018-03-10 10:18:27 +00:00
  • f8d31d5a12 Accepting request 585099 from home:awissu Tomáš Chvátal 2018-03-10 10:16:42 +00:00