Hello community, here is the log from the commit of package python-flexx for openSUSE:Factory checked in at 2018-11-10 16:57:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-flexx (Old) and /work/SRC/openSUSE:Factory/.python-flexx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flexx" Sat Nov 10 16:57:31 2018 rev:2 rq:645325 version:0.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-flexx/python-flexx.changes 2018-03-09 10:44:16.019711392 +0100 +++ /work/SRC/openSUSE:Factory/.python-flexx.new/python-flexx.changes 2018-11-10 16:57:55.563860100 +0100 @@ -1,0 +2,22 @@ +Mon Oct 29 15:58:48 UTC 2018 - Todd R <toddrme2...@gmail.com> + +- 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. + +------------------------------------------------------------------- Old: ---- flexx-0.4.1.zip New: ---- flexx-0.6.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-flexx.spec ++++++ --- /var/tmp/diff_new_pack.T7PE2U/_old 2018-11-10 16:57:55.943859635 +0100 +++ /var/tmp/diff_new_pack.T7PE2U/_new 2018-11-10 16:57:55.947859629 +0100 @@ -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: 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