From c1d2343dfd2050458d5e67f65ac33c9b6ae7214346ee964c30d018d424bdfcba Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sat, 15 Jan 2022 15:11:05 +0000 Subject: [PATCH] Accepting request 946633 from home:bnavigator:branches:devel:languages:python:jupyter - Cleanup specfile - Update dependency declarations OBS-URL: https://build.opensuse.org/request/show/946633 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=42 --- python-ipykernel.changes | 6 ++++++ python-ipykernel.spec | 9 +++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/python-ipykernel.changes b/python-ipykernel.changes index 2f63b38..ecd2c7c 100644 --- a/python-ipykernel.changes +++ b/python-ipykernel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 15 14:59:15 UTC 2022 - Ben Greiner + +- Cleanup specfile +- Update dependency declarations + ------------------------------------------------------------------- Fri Jan 14 17:29:31 UTC 2022 - Matej Cepl diff --git a/python-ipykernel.spec b/python-ipykernel.spec index f97166c..52170da 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -16,11 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 -%define skip_python36 1 Name: python-ipykernel -# Note: Don't update to > 6.4 until you can update traitlets 4, which is required for python36 Version: 6.7.0 Release: 0 Summary: IPython Kernel for Jupyter @@ -40,7 +38,7 @@ Requires: python-jupyter-client Requires: python-jupyter-core Requires: python-matplotlib-inline >= 0.1 Requires: python-tornado >= 4.2 -Requires: python-traitlets >= 4.1.0 +Requires: python-traitlets >= 5.1.0 Provides: python-jupyter_ipykernel = %{version} Obsoletes: python-jupyter_ipykernel < %{version} Provides: %{python_module ipykernel-doc = %{version}} @@ -58,13 +56,12 @@ Obsoletes: jupyter-ipykernel < %{version}-%{release} BuildRequires: %{python_module debugpy >= 1.0.0} BuildRequires: %{python_module flaky} BuildRequires: %{python_module ipython >= 7.23.1} -BuildRequires: %{python_module ipython_genutils} BuildRequires: %{python_module jupyter-client} BuildRequires: %{python_module jupyter-core} BuildRequires: %{python_module matplotlib-inline >= 0.1} BuildRequires: %{python_module pytest} BuildRequires: %{python_module tornado >= 4.2} -BuildRequires: %{python_module traitlets >= 4.1.0} +BuildRequires: %{python_module traitlets >= 5.1.0} # /SECTION # typing is only built-in for later versions of python %if 0%{?suse_version} <= 1320