1
0

Accepting request 709552 from home:TheBlackCat:branches:devel:languages:python:jupyter

- Update to version 4.5.1
  * Only use setuptools in setup.py to fix uploading tarballs to PyPI.
- Update to version 4.5
  + Additions
    * Add Comms to qtconsole.
    * Add kernel language name as an attribute of JupyterWidget.
  + Changes
    * Use new traitlets API with decorators.

OBS-URL: https://build.opensuse.org/request/show/709552
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=5
This commit is contained in:
Todd R
2019-06-12 19:59:50 +00:00
committed by Git OBS Bridge
parent f1f614f499
commit 2c500fe0d5
6 changed files with 22 additions and 10 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jun 12 19:55:58 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to version 4.5.1
* Only use setuptools in setup.py to fix uploading tarballs to PyPI.
- Update to version 4.5
+ Additions
* Add Comms to qtconsole.
* Add kernel language name as an attribute of JupyterWidget.
+ Changes
* Use new traitlets API with decorators.
-------------------------------------------------------------------
Thu Apr 25 01:59:57 UTC 2019 - Todd R <toddrme2178@gmail.com>