From bf7bb6b6c0068e9f62e477def8a6eafa2790f8e42f4c42db905fc34bd2e246e0 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 12 Nov 2019 20:49:12 +0000 Subject: [PATCH] Accepting request 747937 from home:TheBlackCat:branches:devel:languages:python:jupyter Drop python2 support due to python-notebook dropping python2 support OBS-URL: https://build.opensuse.org/request/show/747937 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbdime?expand=0&rev=13 --- python-nbdime.changes | 5 +++++ python-nbdime.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-nbdime.changes b/python-nbdime.changes index 791fb67..04ca8e7 100644 --- a/python-nbdime.changes +++ b/python-nbdime.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 12 17:38:51 UTC 2019 - Todd R + +- Drop python2 support due to python-notebook dropping python2 support + ------------------------------------------------------------------- Tue Aug 20 14:38:49 UTC 2019 - Todd R diff --git a/python-nbdime.spec b/python-nbdime.spec index 2ba09b4..55b0335 100644 --- a/python-nbdime.spec +++ b/python-nbdime.spec @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 %define mainver 1.1.0 %define labver 1.0.0 Name: python-nbdime