From b18fb2ca4799a2446edb03454f6436bc4affec2f39ddca9231dba04c76e32820 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 22 Sep 2021 15:23:56 +0000 Subject: [PATCH] - Deduplicate files in _jupyter_kernel_dir. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=38 --- python-ipykernel.changes | 5 +++++ python-ipykernel.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-ipykernel.changes b/python-ipykernel.changes index cf3246d..32d3ea7 100644 --- a/python-ipykernel.changes +++ b/python-ipykernel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 22 15:23:38 UTC 2021 - Matej Cepl + +- Deduplicate files in _jupyter_kernel_dir. + ------------------------------------------------------------------- Wed Sep 15 05:29:16 UTC 2021 - Arun Persaud diff --git a/python-ipykernel.spec b/python-ipykernel.spec index 4ed1c8c..2847435 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -103,6 +103,7 @@ $python -m ipykernel install \ sed -i "s|$(readlink -f python3)|python3|" %{buildroot}%{_jupyter_kernel_dir}/python3/kernel.json %endif %python_expand %fdupes %{buildroot}%{$python_sitelib} +%fdupes %{buildroot}%{_jupyter_kernel_dir} %check %pytest -ra