15
0
forked from pool/python-flexx

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
This commit is contained in:
2022-09-28 16:56:10 +00:00
committed by Git OBS Bridge
parent 76873bfd97
commit 7487fcb4bb
4 changed files with 39 additions and 4 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Wed Sep 28 14:33:05 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <dmueller@suse.com>