From 7487fcb4bb2cdfea82ae996677a11eed5c89aac4eb7fa3b0414864d2c73e4fb4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 28 Sep 2022 16:56:10 +0000 Subject: [PATCH] Accepting request 1006709 from home:yarunachalam:branches:devel:languages:python - Update to 0.8.4: There are small typos in: - docs/guide/widget_basics.rst - flexx/app/_session.py - flexx/app/tests/test_asset.py - flexx/event/_js.py - flexx/event/_reaction.py - flexx/ui/_widget.py - flexx/util/tests/test_config.py - flexxamples/howtos/echarts_example.py - flexxamples/testers/tricky_events.py Fixes: - Should read `precedence` rather than `precedense`. - Should read `assets` rather than `assests`. - Should read `simultaneously` rather than `simultenously`. - Should read `service` rather than `survice`. - Should read `occurrence` rather than `occurance`. - Should read `eliminate` rather than `elliminate`. - Should read `declarative` rather than `declerative`. - Should read `children` rather than `childen`. - Should read `capturing` rather than `caputuring`. - Should read `aggregated` rather than `agregated`. Some measures against memory leakage (#725) * fix memleak * help prevent rise in memory * quick check to see if this causes the ci test error * nope, error was already there * fix ci? Fix introducion of faulty JS (#710) Fix CI glitch properly (#706) OBS-URL: https://build.opensuse.org/request/show/1006709 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=20 --- flexx-0.8.3.tar.gz | 3 --- flexx-0.8.4.tar.gz | 3 +++ python-flexx.changes | 35 +++++++++++++++++++++++++++++++++++ python-flexx.spec | 2 +- 4 files changed, 39 insertions(+), 4 deletions(-) delete mode 100644 flexx-0.8.3.tar.gz create mode 100644 flexx-0.8.4.tar.gz diff --git a/flexx-0.8.3.tar.gz b/flexx-0.8.3.tar.gz deleted file mode 100644 index 5cb89cd..0000000 --- a/flexx-0.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f55f1c7e438073a4fcf03f11c5de12767c30564eb9bb51b0c5df2ba6d0b31f37 -size 385135 diff --git a/flexx-0.8.4.tar.gz b/flexx-0.8.4.tar.gz new file mode 100644 index 0000000..9df9ec0 --- /dev/null +++ b/flexx-0.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08763c61514625082302bd9e196721be0040c83000481f433c6872345ce4a7e3 +size 386533 diff --git a/python-flexx.changes b/python-flexx.changes index 7fb0b40..85318ed 100644 --- a/python-flexx.changes +++ b/python-flexx.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Wed Sep 28 14:33:05 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.8.4: + There are small typos in: + - docs/guide/widget_basics.rst + - flexx/app/_session.py + - flexx/app/tests/test_asset.py + - flexx/event/_js.py + - flexx/event/_reaction.py + - flexx/ui/_widget.py + - flexx/util/tests/test_config.py + - flexxamples/howtos/echarts_example.py + - flexxamples/testers/tricky_events.py + Fixes: + - Should read `precedence` rather than `precedense`. + - Should read `assets` rather than `assests`. + - Should read `simultaneously` rather than `simultenously`. + - Should read `service` rather than `survice`. + - Should read `occurrence` rather than `occurance`. + - Should read `eliminate` rather than `elliminate`. + - Should read `declarative` rather than `declerative`. + - Should read `children` rather than `childen`. + - Should read `capturing` rather than `caputuring`. + - Should read `aggregated` rather than `agregated`. + Some measures against memory leakage (#725) + * fix memleak + * help prevent rise in memory + * quick check to see if this causes the ci test error + * nope, error was already there + * fix ci? + Fix introducion of faulty JS (#710) + Fix CI glitch properly (#706) + Fix CI glitches (#705) + ------------------------------------------------------------------- Sat Jan 15 15:58:42 UTC 2022 - Dirk Müller diff --git a/python-flexx.spec b/python-flexx.spec index b41976b..8124a5d 100644 --- a/python-flexx.spec +++ b/python-flexx.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-flexx -Version: 0.8.3 +Version: 0.8.4 Release: 0 Summary: Python toolkit for creating graphical user interfaces License: BSD-2-Clause