forked from pool/python-flexx
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user