15
0
forked from pool/python-flexx

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
This commit is contained in:
Tomáš Chvátal
2019-05-07 10:54:49 +00:00
committed by Git OBS Bridge
parent a7322d5af9
commit dc7e596ed8
4 changed files with 17 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-flexx
Version: 0.7.1
Version: 0.8.0
Release: 0
Summary: Python toolkit for creating graphical user interfaces
License: BSD-2-Clause