forked from pool/python-flexx
Accepting request 915436 from home:glaubitz:branches:devel:languages:python
- Update to 0.8.2 * Support for Python 3.9. * More symmetry between Py and Js widgets (#698) * A Flask server backend. * CI uses GH Actions instead of Travis. - from version 0.8.1 * Support for Python 3.8. * Support for latest Tornado (includes a workaround for py38+win). * Several fixes to various widgets. * Various fixes to the docs. * A few new examples. - Update BuildRequires and Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/915436 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=18
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-flexx
|
||||
Version: 0.8.0
|
||||
Version: 0.8.2
|
||||
Release: 0
|
||||
Summary: Python toolkit for creating graphical user interfaces
|
||||
License: BSD-2-Clause
|
||||
@@ -31,7 +31,7 @@ BuildRequires: %{python_module certifi}
|
||||
BuildRequires: %{python_module dialite >= 0.5.2}
|
||||
BuildRequires: %{python_module imageio}
|
||||
BuildRequires: %{python_module numpy}
|
||||
BuildRequires: %{python_module pscript >= 0.7.0}
|
||||
BuildRequires: %{python_module pscript >= 0.7.3}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module selenium}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -41,11 +41,11 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
Requires: python-dialite >= 0.5.2
|
||||
Requires: python-pscript >= 0.7.0
|
||||
Requires: python-pscript >= 0.7.3
|
||||
Requires: python-tornado
|
||||
Requires: python-webruntime >= 0.5.6
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Recommends: python-imageio
|
||||
Recommends: python-numpy
|
||||
Recommends: python-vispy
|
||||
|
||||
Reference in New Issue
Block a user