15
0
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:
2021-10-16 09:29:30 +00:00
committed by Git OBS Bridge
parent 095bf9776d
commit 9e130a7e15
4 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee7de225aac13ea1a03c4bc7460dde89b39b8c3ca71d1e024926ef9f02b872dd
size 363810

3
flexx-0.8.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79015c44e86e2b8f786fc726c527b987109215e1ea7134b65fe2a22721d80f8a
size 384773

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Sep 1 09:06:12 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Tue Feb 23 10:06:21 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -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