23 Commits

Author SHA256 Message Date
Richard Brown
06999e478b Accepting request 1006746 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1006746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flexx?expand=0&rev=10
2022-09-29 16:13:25 +00:00
7487fcb4bb 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
2022-09-28 16:56:10 +00:00
Dominique Leuenberger
1a5a9df1d4 Accepting request 946652 from devel:languages:python
- update to 0.8.3:
  * Fixed a bug where with the latest PScript (0.7.6) 
    Flexx wont start in the browser

OBS-URL: https://build.opensuse.org/request/show/946652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flexx?expand=0&rev=9
2022-01-15 19:05:19 +00:00
76873bfd97 - update to 0.8.3:
* Fixed a bug where with the latest PScript (0.7.6) 
    Flexx wont start in the browser

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=19
2022-01-15 15:59:39 +00:00
Dominique Leuenberger
58892f0c7f Accepting request 925624 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/925624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flexx?expand=0&rev=8
2021-10-16 20:47:12 +00:00
9e130a7e15 Accepting request 915436 from home:glaubitz:branches:devel:languages:python
- Update to 0.8.2
  * Support for Python 3.9.
  * More symmetry between Py and Js widgets (#698)
  * A Flask server backend.
  * CI uses GH Actions instead of Travis.
- from version 0.8.1
  * Support for Python 3.8.
  * Support for latest Tornado (includes a workaround for py38+win).
  * Several fixes to various widgets.
  * Various fixes to the docs.
  * A few new examples.
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/915436
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=18
2021-10-16 09:29:30 +00:00
Richard Brown
6948a71385 Accepting request 876211 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/876211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flexx?expand=0&rev=7
2021-03-03 17:34:09 +00:00
095bf9776d - skip python 3.6 build (no numpy)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=16
2021-02-23 10:07:01 +00:00
Yuchen Lin
3f9f84d736 Accepting request 809378 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/809378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flexx?expand=0&rev=6
2020-05-28 07:17:12 +00:00
Tomáš Chvátal
ab558f2332 Accepting request 809256 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/809256
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=14
2020-05-27 10:08:44 +00:00
Dominique Leuenberger
c7ff49c290 Accepting request 701286 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/701286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flexx?expand=0&rev=5
2019-05-07 21:19:55 +00:00
Tomáš Chvátal
dc7e596ed8 Accepting request 701284 from home:pgajdos
- version update to 0.8.0
  * Adds a `PyWidget` class that can be used as a base class for your high-level
    widgets. Because it is a PyComponent, this makes it much easier to write apps
    that fully work in Python (desktop-like apps).
  * The ``FormLayout`` uses CSS ``grid`` instead of ``<table>``.
  * A new ``GridLayout`` widget.
  * A new ``MultiLineEdit`` widget.
  * Improvements to docs and guide.
  * Support for freezing Flexx apps to standalone executables (via PyInstaller).

OBS-URL: https://build.opensuse.org/request/show/701284
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=12
2019-05-07 10:54:49 +00:00
Dominique Leuenberger
42d0a94a38 Accepting request 689801 from devel:languages:python
- Fix the URL

- Update to 0.7.1:
  * Improved shutdown behavior (#533).
  * Small fix in App.export (#532).
  * Fix bahevior when navigating back to a Flexx app (#536).
  * New examples for Openlayers and including local assets (by @ocobacho).
  * Tests, demos and readme are included in the sdist, helping packaging on Linux (by @toddrme2178).
  * Some performance tweaks which should help in larger applications.
  * Add outernode attribute in TreeItem` widget, enabling more powerful subclasses.
  * The Combobox is smarter about the placement of the "dropdown".
  * A new RangeSlider widget.

OBS-URL: https://build.opensuse.org/request/show/689801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flexx?expand=0&rev=4
2019-03-29 19:43:34 +00:00
Tomáš Chvátal
a7322d5af9 - Fix the URL
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=10
2019-03-29 10:42:53 +00:00
Tomáš Chvátal
8ada6afb6f - Update to 0.7.1:
* Improved shutdown behavior (#533).
  * Small fix in App.export (#532).
  * Fix bahevior when navigating back to a Flexx app (#536).
  * New examples for Openlayers and including local assets (by @ocobacho).
  * Tests, demos and readme are included in the sdist, helping packaging on Linux (by @toddrme2178).
  * Some performance tweaks which should help in larger applications.
  * Add outernode attribute in TreeItem` widget, enabling more powerful subclasses.
  * The Combobox is smarter about the placement of the "dropdown".
  * A new RangeSlider widget.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=9
2019-03-19 16:03:42 +00:00
Dominique Leuenberger
39b04694e0 Accepting request 654060 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/654060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flexx?expand=0&rev=3
2018-12-13 18:44:46 +00:00
8f4c715945 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=7
2018-12-04 13:28:11 +00:00
Dominique Leuenberger
32df42c3cd Accepting request 645325 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/645325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flexx?expand=0&rev=2
2018-11-10 15:57:31 +00:00
Todd R
5c6ca9c857 Accepting request 645324 from home:TheBlackCat:branches:devel:languages:python
- Update to version 0.6.2
  * Bugfix in combobox.
  * BSDF check dtype in JS.
- Update to version 0.6.0
  * Add ``Widget.minsize_from_children`` property (#497).
  * Update BSDF (data serialization).
  * Widgets van be orphaned upon initialization by setting parent to None (#493)
  * Some internal improvements on the dropdown widget.
- Update to version 0.5.0
  * A major refactoring of the event system.
  * We spun out the PyScript transpiler into the PScript project, as well
    as the webruntime and dialite project. This means that Flexx itself
    is focussed on the GUI aspect alone.
  * Added touch support.
  * Dropped the depency on Phosphor.js.
  * A new combined namespace: ``from flexx import flx``.
  * A proper guide in the docs.
  * More examples.

OBS-URL: https://build.opensuse.org/request/show/645324
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=5
2018-10-29 16:00:07 +00:00
Dominique Leuenberger
8810e3e3f1 Accepting request 583693 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/583693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flexx?expand=0&rev=1
2018-03-09 09:44:12 +00:00
Tomáš Chvátal
0b0705ef00 Accepting request 582222 from home:jengelh:branches:devel:languages:python
- Summary and description improvements.

OBS-URL: https://build.opensuse.org/request/show/582222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=3
2018-03-03 17:31:58 +00:00
Todd R
909ca8f1ac OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=2 2018-01-11 20:11:45 +00:00
Todd R
c6d12dab44 Accepting request 563427 from home:TheBlackCat:branches:devel:languages:python
- intial version

OBS-URL: https://build.opensuse.org/request/show/563427
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=1
2018-01-10 20:26:14 +00:00