Accepting request 1124287 from devel:languages:python:jupyter

- Any python flavor is okay
- Fix a bad Requires: with %{python_module construct.

OBS-URL: https://build.opensuse.org/request/show/1124287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server-terminals?expand=0&rev=3
This commit is contained in:
Ana Guerrero 2023-11-08 21:18:51 +00:00 committed by Git OBS Bridge
commit cf199440ff
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 8 20:26:11 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Any python flavor is okay
-------------------------------------------------------------------
Wed Nov 8 10:28:04 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Fix a bad Requires: with %{python_module construct.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 22 13:00:36 UTC 2023 - Ben Greiner <code@bnavigator.de> Sun Jan 22 13:00:36 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -56,8 +56,7 @@ A Jupyter Server Extension Providing Terminals.
%package -n jupyter-server-terminals %package -n jupyter-server-terminals
Summary: Jupyter Server Extension registration for python*-jupyter-server-terminals Summary: Jupyter Server Extension registration for python*-jupyter-server-terminals
# Any flavor is okay Requires: python3dist(jupyter-server-terminals)
Requires: (%(echo "%{python_module jupyter-server-terminals = %{version}@or@}" | sed "s/@or@/ or /g" | sed 's/ or\s*$//'))
%description -n jupyter-server-terminals %description -n jupyter-server-terminals
A Jupyter Server Extension Providing Terminals. A Jupyter Server Extension Providing Terminals.