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)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=31
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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=30
2020-06-14 08:50:07 +00:00
Tomáš Chvátal
14444775df
Accepting request 809561 from home:pgajdos:python
...
submit
OBS-URL: https://build.opensuse.org/request/show/809561
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=29
2020-05-28 07:32:33 +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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=27
2020-04-20 07:46:33 +00:00
Tomáš Chvátal
52170fd6d9
- Skip rng tests as they randomly fail in obs
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=26
2019-12-11 11:53:30 +00:00
Tomáš Chvátal
711e7c3d30
- Update to 19.11.1:
...
* packaging fixes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=25
2019-12-03 14:34:33 +00:00
Tomáš Chvátal
b583a56f6a
- Update to 19.10.1:
...
* various minor bugfixes mostly
- Update to 19.9.3:
* packaging fixes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=24
2019-10-09 08:48:14 +00:00
Tomáš Chvátal
e57b09a7ae
- Update to 19.9.2:
...
* Various bugfixes mostly, not many features
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=22
2019-09-13 12:44:23 +00:00
Tomáš Chvátal
41fae6a950
Accepting request 703026 from home:jesusaur:branches:devel:languages:python
...
-Update to 19.5.1
* fix: authextra merging (#1191 )
* fix: set default retry_delay_jitter (#1190 )
* new: add rawsocket + twisted example (#1189 )
* new: WebSocket testing support, via Agent-style interface (#1186 )
* new: decorator for on_connectfailure
* fix: delayed call leakage (#1152 )
* new: CLI client (#1150 )
* fix: set up TLS over proxy properly (#1149 )
* new: expose ser modules (#1148 )
* fix: base64 encodings, add hex encoding (#1146 )
* new: onConnecting callback (with TransportDetails and ConnectingRequest).
Note: if you've implemented a pure IWebSocketChannel without inheriting
from Autobahn base classes, you'll need to add an onConnecting() method
that just does return None.
OBS-URL: https://build.opensuse.org/request/show/703026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=20
2019-05-14 22:57:37 +00:00
Tomáš Chvátal
98ddf51a46
- Rename reproducible.patch to respect-cflags.patch and really make
...
sure we respect all the cflags
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=18
2019-04-08 08:45:21 +00:00
Tomáš Chvátal
c2e7d9080d
Accepting request 692210 from home:bmwiedemann:branches:devel:languages:python
...
Drop compile-time CPU detection.
Add reproducible.patch to make package build reproducible (boo#1100677) and to not use SSE4.1 instructions
OBS-URL: https://build.opensuse.org/request/show/692210
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=17
2019-04-08 08:39:26 +00:00
Tomáš Chvátal
39c4829c50
- Fix the %pytest_arch call to pass properly
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=15
2019-04-05 08:12:51 +00:00
Tomáš Chvátal
799d505f4a
- Update to 19.3.3:
...
* No upstream changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=12
2019-03-26 13:19:21 +00:00
Tomáš Chvátal
fd113ffbcc
- Update to 19.3.2:
...
* no upstream changelog
- List all the missing requirements based on setup.py
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=10
2019-03-19 14:51:16 +00:00
Tomáš Chvátal
97745b29fa
- Update to 18.9.2:
...
* Various fixes all around
* Support python 3.7
- remove-unittest2.patch was merged upstream
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=8
2018-10-18 09:30:43 +00:00
25323c7e8c
- Add remove-unittest2.patch which remove dependency on unittest2
...
(filed upstream https://github.com/crossbario/autobahn-python/issues/1036 )
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=6
2018-08-10 11:23:53 +00:00
Tomáš Chvátal
a7f9160e50
- Fix python2 pulling of trollius
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=4
2018-03-12 09:11:23 +00:00
Tomáš Chvátal
f8d31d5a12
Accepting request 585099 from home:awissu
...
- Initial package
OBS-URL: https://build.opensuse.org/request/show/585099
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=1
2018-03-10 10:16:42 +00:00