From 664490fa5b4b98da69763cc9f5c5078c020408488b279b93d9fce3f97886ae72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 17 Mar 2020 07:20:49 +0000 Subject: [PATCH] - Do not pull sybmol named package but real named package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-core?expand=0&rev=5 --- python-jupyter-core.changes | 5 +++++ python-jupyter-core.spec | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/python-jupyter-core.changes b/python-jupyter-core.changes index 873f553..27024d6 100644 --- a/python-jupyter-core.changes +++ b/python-jupyter-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 17 07:20:32 UTC 2020 - Tomáš Chvátal + +- Do not pull sybmol named package but real named package + ------------------------------------------------------------------- Mon Feb 24 15:37:51 UTC 2020 - Todd R diff --git a/python-jupyter-core.spec b/python-jupyter-core.spec index e88780d..0758c10 100644 --- a/python-jupyter-core.spec +++ b/python-jupyter-core.spec @@ -24,7 +24,6 @@ %define psuffix %{nil} %bcond_with test %endif - %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-jupyter-core%{psuffix} @@ -32,7 +31,6 @@ Version: 4.6.3 Release: 0 Summary: Base package on which Jupyter projects rely License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/jupyter/jupyter_core Source0: https://files.pythonhosted.org/packages/source/j/jupyter_core/jupyter_core-%{version}.tar.gz # PATCH-FIX-OPENSUSE -- use_rpms_paths.patch -- change paths so they are easy to replace at build time @@ -75,9 +73,8 @@ This package provides the python interface. %package -n jupyter-jupyter-core Summary: Base package on which Jupyter projects rely -Group: Development/Languages/Python Requires: jupyter-notebook-filesystem -Requires: python3-jupyter_core = %{version} +Requires: python3-jupyter-core = %{version} Provides: jupyter-jupyter_core = %{version} Obsoletes: jupyter-jupyter_core < %{version} Provides: jupyter-jupyter-core-doc = %{version}