Hello community, here is the log from the commit of package python-qgrid for openSUSE:Factory checked in at 2019-11-14 23:55:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-qgrid (Old) and /work/SRC/openSUSE:Factory/.python-qgrid.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-qgrid" Thu Nov 14 23:55:43 2019 rev:3 rq:748452 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-qgrid/python-qgrid.changes 2019-08-05 10:42:46.919289171 +0200 +++ /work/SRC/openSUSE:Factory/.python-qgrid.new.26869/python-qgrid.changes 2019-11-14 23:55:44.496471644 +0100 @@ -1,0 +2,6 @@ +Wed Nov 13 16:40:01 UTC 2019 - Todd R <[email protected]> + +- Drop python2 support due to python-notebook dropping python2 support +- Fix notebook dependency + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-qgrid.spec ++++++ --- /var/tmp/diff_new_pack.WnnCPt/_old 2019-11-14 23:55:45.092471436 +0100 +++ /var/tmp/diff_new_pack.WnnCPt/_new 2019-11-14 23:55:45.092471436 +0100 @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 %bcond_with test Name: python-qgrid Version: 1.1.1 @@ -33,6 +34,7 @@ BuildRequires: python-rpm-macros Requires: jupyter-qgrid = %{version} Requires: python-ipywidgets >= 7.0.0 +Requires: python-notebook Requires: python-pandas >= 0.18.0 Provides: python-jupyter_qgrid = %{version} Obsoletes: python-jupyter_qgrid <= %{version} @@ -51,7 +53,7 @@ %package -n jupyter-qgrid Summary: Grid for sorting and filtering DataFrames in Jupyter notebooks -Requires: python-notebook >= 4.0.0 +Requires: python3-notebook >= 4.0.0 Requires: python3-qgrid = %{version} Requires(post): jupyter-notebook >= 4.0.0 Requires(post): jupyter-ipywidgets >= 7.0.0
