diff --git a/flexx-0.7.1.tar.gz b/flexx-0.7.1.tar.gz deleted file mode 100644 index ddb2db4..0000000 --- a/flexx-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a47056b0bd4ecd39a0cecd1c49840814651a5c7c0dc84b594d35fa063242c3d6 -size 356694 diff --git a/flexx-0.8.0.tar.gz b/flexx-0.8.0.tar.gz new file mode 100644 index 0000000..386c454 --- /dev/null +++ b/flexx-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7de225aac13ea1a03c4bc7460dde89b39b8c3ca71d1e024926ef9f02b872dd +size 363810 diff --git a/python-flexx.changes b/python-flexx.changes index dddf760..b943d84 100644 --- a/python-flexx.changes +++ b/python-flexx.changes @@ -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 ````. + * 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 diff --git a/python-flexx.spec b/python-flexx.spec index c2fa7e7..43d85b8 100644 --- a/python-flexx.spec +++ b/python-flexx.spec @@ -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