1
0

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

- Update to 4.9.2
  * set proper sys.argv[0] for subcommand by @bnavigator in #248
  * Add explicit encoding in open calls by @dlukes in #249
  * jupyter_config_dir - reorder home_dir initialization by
    @dharmaquark in #251 
- Drop argv0_subcommand.patch merged upstream

OBS-URL: https://build.opensuse.org/request/show/961397
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-core?expand=0&rev=22
This commit is contained in:
2022-03-13 07:09:50 +00:00
committed by Git OBS Bridge
parent 6ab56870ec
commit c9c4bc60a8
5 changed files with 16 additions and 51 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Mar 13 06:59:34 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 4.9.2
* set proper sys.argv[0] for subcommand by @bnavigator in #248
* Add explicit encoding in open calls by @dlukes in #249
* jupyter_config_dir - reorder home_dir initialization by
@dharmaquark in #251
- Drop argv0_subcommand.patch merged upstream
-------------------------------------------------------------------
Fri Nov 12 21:09:24 UTC 2021 - Ben Greiner <code@bnavigator.de>