17
0

- The command replacement for kernelspec python3 was inactive since

v6.13. A plain python command is transformed correctly by the
  calling interpreter.
- Conflict with old Python 3.6 package on SLE/Leap for python3
  kernelspec

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=112
This commit is contained in:
2024-09-25 13:01:20 +00:00
committed by Git OBS Bridge
parent 7bfd8546f3
commit 94d211adaf
2 changed files with 11 additions and 3 deletions

View File

@@ -1,9 +1,11 @@
-------------------------------------------------------------------
Wed Sep 25 12:42:14 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Always install the python3 kernelspec. The command replacement
was inactive since v6.13. A plain python command is transformed
correctly by the calling interpreter.
- The command replacement for kernelspec python3 was inactive since
v6.13. A plain python command is transformed correctly by the
calling interpreter.
- Conflict with old Python 3.6 package on SLE/Leap for python3
kernelspec
-------------------------------------------------------------------
Fri Aug 30 09:27:37 UTC 2024 - Ben Greiner <code@bnavigator.de>