1
0

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

- Update requirement to python >= 3.7, which is officially the case
  since ipython > 7.15
- remove python3_only macro override not compatible with rpm 4.16
  * provide ipython3 its manpage and iptest3 through alternatives
    for possible multiple python3 flavors

OBS-URL: https://build.opensuse.org/request/show/854655
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=60
This commit is contained in:
2020-12-10 21:11:39 +00:00
committed by Git OBS Bridge
parent 5556a864b5
commit 2e395e4404
2 changed files with 26 additions and 26 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Dec 10 20:14:51 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update requirement to python >= 3.7, which is officially the case
since ipython > 7.15
- remove python3_only macro override not compatible with rpm 4.16
* provide ipython3 its manpage and iptest3 through alternatives
for possible multiple python3 flavors
-------------------------------------------------------------------
Wed Dec 2 21:38:05 UTC 2020 - Benjamin Greiner <code@bnavigator.de>