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
This commit is contained in:
commit
c7ff49c290
@ -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
3
flexx-0.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ee7de225aac13ea1a03c4bc7460dde89b39b8c3ca71d1e024926ef9f02b872dd
|
||||||
|
size 363810
|
@ -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>
|
Fri Mar 22 14:22:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-flexx
|
Name: python-flexx
|
||||||
Version: 0.7.1
|
Version: 0.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python toolkit for creating graphical user interfaces
|
Summary: Python toolkit for creating graphical user interfaces
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user