1
0

Accepting request 924563 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to version 7.28.0:
  * async with doesn’t allow newlines PR #13090
  * Dynamically changing to vi mode via %config magic) PR #13091
  * init_virtualenv now uses Pathlib PR #12548
  * Fix Improper path comparison of virtualenv directories
    PR #13140
  * Fix virtual environment user warning for lower case pathes
    PR #13094
  * Adapt to all sorts of drive names for cygwin PR #13153
  * enable autoplay in embed YouTube player PR #13133

OBS-URL: https://build.opensuse.org/request/show/924563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=72
This commit is contained in:
2021-10-10 19:49:50 +00:00
committed by Git OBS Bridge
parent 0686c7f7e0
commit 48aabe653d
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Oct 10 19:39:47 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 7.28.0:
* async with doesnt allow newlines PR #13090
* Dynamically changing to vi mode via %config magic) PR #13091
* init_virtualenv now uses Pathlib PR #12548
* Fix Improper path comparison of virtualenv directories
PR #13140
* Fix virtual environment user warning for lower case pathes
PR #13094
* Adapt to all sorts of drive names for cygwin PR #13153
* enable autoplay in embed YouTube player PR #13133
-------------------------------------------------------------------
Mon Oct 4 08:59:34 UTC 2021 - Stefan Schubert <schubi@suse.de>