From cc5e24a08f74f2701771cbe862310f5ddd7221e74d135e49f6153204537d0c51 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 13 Nov 2019 16:47:25 +0000 Subject: [PATCH 01/10] Accepting request 748445 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/748445 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=12 --- python-ipywidgets.changes | 5 +++++ python-ipywidgets.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-ipywidgets.changes b/python-ipywidgets.changes index e591142..b4a58d9 100644 --- a/python-ipywidgets.changes +++ b/python-ipywidgets.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 13 16:40:01 UTC 2019 - Todd R + +- Drop python2 support due to python-notebook dropping python2 support + ------------------------------------------------------------------- Sun Aug 11 01:36:21 UTC 2019 - Todd R diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec index 0dc5d01..d60d32d 100644 --- a/python-ipywidgets.spec +++ b/python-ipywidgets.spec @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-ipywidgets Version: 7.5.1 Release: 0 @@ -35,6 +36,7 @@ BuildRequires: unzip Requires: python-ipykernel >= 4.5.1 Requires: python-ipython >= 4 Requires: python-jsonschema +Requires: python-notebook Requires: python-traitlets >= 4.3.1 Provides: python-jupyter_ipywidgets = %{version} Obsoletes: python-jupyter_ipywidgets <= %{version} From ee23819a8db9dde9be0c473f6fca7f2de2109d8865ade16b93ba114ad92e4f72 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 13 Nov 2019 19:29:57 +0000 Subject: [PATCH 02/10] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=13 --- python-ipywidgets.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec index d60d32d..a497bd4 100644 --- a/python-ipywidgets.spec +++ b/python-ipywidgets.spec @@ -36,8 +36,8 @@ BuildRequires: unzip Requires: python-ipykernel >= 4.5.1 Requires: python-ipython >= 4 Requires: python-jsonschema -Requires: python-notebook Requires: python-traitlets >= 4.3.1 +Recommends: python-notebook Provides: python-jupyter_ipywidgets = %{version} Obsoletes: python-jupyter_ipywidgets <= %{version} BuildArch: noarch From 59ad6b345e498f799d9cec446479ef56ef509cd02d036105372eae5701f18cff Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 13 Nov 2019 19:31:10 +0000 Subject: [PATCH 03/10] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=14 --- python-ipywidgets.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec index a497bd4..0dc5d01 100644 --- a/python-ipywidgets.spec +++ b/python-ipywidgets.spec @@ -17,7 +17,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-ipywidgets Version: 7.5.1 Release: 0 @@ -37,7 +36,6 @@ Requires: python-ipykernel >= 4.5.1 Requires: python-ipython >= 4 Requires: python-jsonschema Requires: python-traitlets >= 4.3.1 -Recommends: python-notebook Provides: python-jupyter_ipywidgets = %{version} Obsoletes: python-jupyter_ipywidgets <= %{version} BuildArch: noarch From d1ee23851368024a39aa4d6eeaa569e6189bf789edc76392cbe150232293588a Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 13 Nov 2019 19:32:03 +0000 Subject: [PATCH 04/10] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=15 --- python-ipywidgets.changes | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python-ipywidgets.changes b/python-ipywidgets.changes index b4a58d9..e591142 100644 --- a/python-ipywidgets.changes +++ b/python-ipywidgets.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Wed Nov 13 16:40:01 UTC 2019 - Todd R - -- Drop python2 support due to python-notebook dropping python2 support - ------------------------------------------------------------------- Sun Aug 11 01:36:21 UTC 2019 - Todd R From e24ffddae47417e657d2a8ce195b0d11d27d39a9b5871fda74605e8535c0d4dc Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 3 Jan 2020 02:12:31 +0000 Subject: [PATCH 05/10] Accepting request 760528 from home:TheBlackCat:branches:devel:languages:python:jupyter - Drop python2 support due to dependencies dropping python2 OBS-URL: https://build.opensuse.org/request/show/760528 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=16 --- python-ipywidgets.changes | 5 +++++ python-ipywidgets.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-ipywidgets.changes b/python-ipywidgets.changes index e591142..7da3818 100644 --- a/python-ipywidgets.changes +++ b/python-ipywidgets.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 3 01:26:01 UTC 2020 - Todd R + +- Drop python2 support due to dependencies dropping python2 + ------------------------------------------------------------------- Sun Aug 11 01:36:21 UTC 2019 - Todd R diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec index 0dc5d01..cf5d364 100644 --- a/python-ipywidgets.spec +++ b/python-ipywidgets.spec @@ -1,7 +1,7 @@ # # spec file for package python-ipywidgets # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-ipywidgets Version: 7.5.1 Release: 0 From 5ef89cd5fed8a2b7aca86fb77dbd26e6708a72c3b6e969a66465b6269ddc1b76 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 5 Feb 2020 16:47:57 +0000 Subject: [PATCH 06/10] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=17 --- python-ipywidgets.changes | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python-ipywidgets.changes b/python-ipywidgets.changes index 7da3818..e591142 100644 --- a/python-ipywidgets.changes +++ b/python-ipywidgets.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Fri Jan 3 01:26:01 UTC 2020 - Todd R - -- Drop python2 support due to dependencies dropping python2 - ------------------------------------------------------------------- Sun Aug 11 01:36:21 UTC 2019 - Todd R From d0b9eb6cfd1ec53c7d14e7111ecbf6e19c2a8380d4ee090bb47dc3ebcbc47aee Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 5 Feb 2020 16:48:07 +0000 Subject: [PATCH 07/10] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=18 --- python-ipywidgets.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec index cf5d364..603bfa8 100644 --- a/python-ipywidgets.spec +++ b/python-ipywidgets.spec @@ -17,7 +17,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-ipywidgets Version: 7.5.1 Release: 0 From e0b1e57b5648020e71145dac05ec93f0c9be461efb96d87dedbe13abd231e37f Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 5 Feb 2020 16:48:23 +0000 Subject: [PATCH 08/10] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=19 --- python-ipywidgets.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec index 603bfa8..0dc5d01 100644 --- a/python-ipywidgets.spec +++ b/python-ipywidgets.spec @@ -1,7 +1,7 @@ # # spec file for package python-ipywidgets # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 86c579c16b9ceb254b5757ea53cbd2f8add8e65ff9049e1dff4d90c8dc5dd3e9 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 11 Mar 2020 15:01:56 +0000 Subject: [PATCH 09/10] Accepting request 783904 from home:TheBlackCat:branches:devel:languages:python:jupyter - Disable python2 build temporarily to get everything working. OBS-URL: https://build.opensuse.org/request/show/783904 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=20 --- python-ipywidgets.changes | 5 +++++ python-ipywidgets.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-ipywidgets.changes b/python-ipywidgets.changes index e591142..12cd56b 100644 --- a/python-ipywidgets.changes +++ b/python-ipywidgets.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 11 15:01:17 UTC 2020 - Todd R + +- Disable python2 build temporarily to get everything working. + ------------------------------------------------------------------- Sun Aug 11 01:36:21 UTC 2019 - Todd R diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec index 0dc5d01..02310d1 100644 --- a/python-ipywidgets.spec +++ b/python-ipywidgets.spec @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-ipywidgets Version: 7.5.1 Release: 0 From f047a84ceef9bf7158630abb15e900a2f3f0106653ae5be9d57bdf9a40511f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 28 Mar 2020 07:37:39 +0000 Subject: [PATCH 10/10] - Drop left over python-mock dep that is not present on python2 less enviroment OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=21 --- python-ipywidgets.changes | 6 ++++++ python-ipywidgets.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-ipywidgets.changes b/python-ipywidgets.changes index 12cd56b..a5eed9b 100644 --- a/python-ipywidgets.changes +++ b/python-ipywidgets.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Mar 28 07:37:07 UTC 2020 - Tomáš Chvátal + +- Drop left over python-mock dep that is not present on + python2 less enviroment + ------------------------------------------------------------------- Wed Mar 11 15:01:17 UTC 2020 - Todd R diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec index 02310d1..9398531 100644 --- a/python-ipywidgets.spec +++ b/python-ipywidgets.spec @@ -1,7 +1,7 @@ # # spec file for package python-ipywidgets # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -51,7 +51,6 @@ BuildRequires: %{python_module pytest >= 3.6.0} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module recommonmark} BuildRequires: %{python_module traitlets >= 4.3.1} -BuildRequires: python-mock # /SECTION Recommends: jupyter-widgetsnbextension >= 3.5.0 %ifpython3