17
0

Accepting request 721906 from home:jayvdb:jupyter

Update, add testing and remove unnecessary separate docs package which only contained the changelog

OBS-URL: https://build.opensuse.org/request/show/721906
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=8
This commit is contained in:
Todd R
2019-08-09 19:53:11 +00:00
committed by Git OBS Bridge
parent 3abddf02d4
commit d6e068cbfb
6 changed files with 44 additions and 72 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Aug 9 05:20:15 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Replace HTML and PDF version of changelog with the single
changelog.rst they contained, obsoleting jupyter-ipykernel-doc
- Activated test suite
- Update to 5.1.2
* Fix socket-binding race conditions
* Add a no-op flush method to DummySocket and comply with stream API
* Update kernel version to indicate kernel v5.3 support
* Add testing for upcoming Python 3.8 and PEP 570 positional parameters
-------------------------------------------------------------------
Thu May 16 19:12:11 UTC 2019 - Todd R <toddrme2178@gmail.com>