# HG changeset patch # User Goffi # Date 1619706986 -7200 # Node ID 326730dc35dae03e6b1a10dff6c96b4fe602ba57 # Parent 6fdef01f6671b9979e249a9c4a0e143d4e50bdc2 install: update minimal Brython version to 3.9.2 to have fixed elements's `children` implementation: Before 3.9.2, Brython had an implementation of `children` hidding the DOM method, and which was returning all elements (like childNodes). 3.9.2 fixes it. diff -r 6fdef01f6671 -r 326730dc35da setup.py --- a/setup.py Thu Apr 22 21:37:50 2021 +0200 +++ b/setup.py Thu Apr 29 16:36:26 2021 +0200 @@ -31,7 +31,7 @@ "jinja2>=2.9", "shortuuid", "autobahn", - "brython>=3.8.10", + "brython>=3.9.2", ] long_description = """\ Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client.