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