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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a47056b0bd4ecd39a0cecd1c49840814651a5c7c0dc84b594d35fa063242c3d6
size 356694

3
flexx-0.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee7de225aac13ea1a03c4bc7460dde89b39b8c3ca71d1e024926ef9f02b872dd
size 363810

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 7 10:39:18 UTC 2019 - pgajdos@suse.com
- 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).
-------------------------------------------------------------------
Fri Mar 22 14:22:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

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