From 5c6ca9c857b47234c58086a9b2e09e9aad902ba8eba18ce68f36605b220fb64a Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 29 Oct 2018 16:00:07 +0000 Subject: [PATCH] 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 --- flexx-0.4.1.zip | 3 --- flexx-0.6.2.tar.gz | 3 +++ python-flexx.changes | 22 ++++++++++++++++++++++ python-flexx.spec | 15 +++++++++++---- 4 files changed, 36 insertions(+), 7 deletions(-) delete mode 100644 flexx-0.4.1.zip create mode 100644 flexx-0.6.2.tar.gz diff --git a/flexx-0.4.1.zip b/flexx-0.4.1.zip deleted file mode 100644 index 982f2be..0000000 --- a/flexx-0.4.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54be868f01d943018d0907821f2562f6eb31c568b3932abfd8518f75c29b8be1 -size 510805 diff --git a/flexx-0.6.2.tar.gz b/flexx-0.6.2.tar.gz new file mode 100644 index 0000000..3782e68 --- /dev/null +++ b/flexx-0.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032c5b13ea318053d34fd6475db5f0eb7c3864e74d43cb0bd21e9d894795c92d +size 306123 diff --git a/python-flexx.changes b/python-flexx.changes index f901749..c7d95a5 100644 --- a/python-flexx.changes +++ b/python-flexx.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Oct 29 15:58:48 UTC 2018 - Todd R + +- 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. + ------------------------------------------------------------------- Sat Mar 3 16:15:44 UTC 2018 - jengelh@inai.de diff --git a/python-flexx.spec b/python-flexx.spec index d3d3ebf..2d5ce4f 100644 --- a/python-flexx.spec +++ b/python-flexx.spec @@ -17,16 +17,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -# Tests require a web browser +# Test files missing. See https://github.com/flexxui/flexx/pull/508 %bcond_with test +%define skip_python2 1 Name: python-flexx -Version: 0.4.1 +Version: 0.6.2 Release: 0 Summary: Python toolkit for creating graphical user interfaces License: BSD-2-Clause Group: Development/Languages/Python Url: http://flexx.readthedocs.io -Source: https://files.pythonhosted.org/packages/source/f/flexx/flexx-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/f/flexx/flexx-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -34,12 +35,18 @@ BuildRequires: python-rpm-macros BuildRequires: unzip %if %{with test} BuildRequires: %{python_module certifi} +BuildRequires: %{python_module dialite} BuildRequires: %{python_module imageio} BuildRequires: %{python_module numpy} +BuildRequires: %{python_module pscript >= 0.6.1} BuildRequires: %{python_module pytest} BuildRequires: %{python_module tornado >= 4} +BuildRequires: %{python_module webruntime >= 0.5.4} %endif -Requires: python-tornado >= 4 +Requires: python-dialite +Requires: python-tornado +Requires: python-pscript >= 0.6.1 +Requires: python-webruntime >= 0.5.4 Recommends: python-imageio Recommends: python-numpy Recommends: python-vispy