Hello community, here is the log from the commit of package python-qgrid for openSUSE:Factory checked in at 2020-03-27 21:58:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-qgrid (Old) and /work/SRC/openSUSE:Factory/.python-qgrid.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-qgrid" Fri Mar 27 21:58:21 2020 rev:5 rq:788912 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-qgrid/python-qgrid.changes 2020-01-16 18:20:46.632959077 +0100 +++ /work/SRC/openSUSE:Factory/.python-qgrid.new.3160/python-qgrid.changes 2020-03-27 21:59:28.450868723 +0100 @@ -1,0 +2,10 @@ +Mon Mar 23 22:15:41 UTC 2020 - Benjamin Greiner <[email protected]> + +- resolve the broken python2 dependency +- update to 1.3.0 + * Add license to setup.py (#292) @sergiuser1 + * MAINT: Push qgrid to a new npm home (#288) @gerrymanoim + * README item on installing lab extension from source (#289) @itcarroll + * update grid.py for changes in pandas 1.0.1 (#290) @richdevboston + +------------------------------------------------------------------- Old: ---- qgrid-1.2.0.tar.gz New: ---- qgrid-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-qgrid.spec ++++++ --- /var/tmp/diff_new_pack.nEPnD4/_old 2020-03-27 21:59:33.514871668 +0100 +++ /var/tmp/diff_new_pack.nEPnD4/_new 2020-03-27 21:59:33.518871671 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-qgrid # -# Copyright (c) 2020 SUSE LLC. +# 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 @@ -20,24 +20,22 @@ %define skip_python2 1 %bcond_with test Name: python-qgrid -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Grid for sorting and filtering DataFrames in Jupyter notebooks License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/quantopian/qgrid Source: https://files.pythonhosted.org/packages/source/q/qgrid/qgrid-%{version}.tar.gz +BuildRequires: %{python_module ipywidgets >= 7.0.0} +BuildRequires: %{python_module pandas >= 0.18.0} BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: python-ipywidgets >= 7.0.0 -BuildRequires: python-pandas >= 0.18.0 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} BuildArch: noarch %if %{with test} BuildRequires: %{python_module ipywidgets >= 7.0.0} @@ -53,6 +51,7 @@ %package -n jupyter-qgrid Summary: Grid for sorting and filtering DataFrames in Jupyter notebooks +Group: Development/Languages/Python Requires: python3-notebook >= 4.0.0 Requires: python3-qgrid = %{version} Requires(post): jupyter-notebook >= 4.0.0 ++++++ qgrid-1.2.0.tar.gz -> qgrid-1.3.0.tar.gz ++++++ ++++ 1675 lines of diff (skipped)
