From ab8dfce90ee0b15b4a38c3367ffa40424bc9fd86be4e3d589b80a1297c52e9b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 23 Apr 2020 10:50:49 +0000 Subject: [PATCH] - Drop py2 deps from the spec OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=16 --- python-jupyter-server.changes | 5 +++++ python-jupyter-server.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-jupyter-server.changes b/python-jupyter-server.changes index 8f401e5..fea8064 100644 --- a/python-jupyter-server.changes +++ b/python-jupyter-server.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 23 10:50:36 UTC 2020 - Tomáš Chvátal + +- Drop py2 deps from the spec + ------------------------------------------------------------------- Wed Jan 15 15:25:43 UTC 2020 - Todd R diff --git a/python-jupyter-server.spec b/python-jupyter-server.spec index b3745ff..1647f18 100644 --- a/python-jupyter-server.spec +++ b/python-jupyter-server.spec @@ -51,8 +51,6 @@ BuildRequires: %{python_module terminado >= 0.8.1} BuildRequires: %{python_module tornado >= 4} BuildRequires: %{python_module traitlets >= 4.2.1} BuildRequires: pandoc -BuildRequires: python-ipaddress -BuildRequires: python-mock # /SECTION Requires: jupyter-jupyter-server = %{version} Requires: python-Jinja2