Hello community, here is the log from the commit of package python-qgrid for openSUSE:Factory checked in at 2020-06-10 00:49:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-qgrid (Old) and /work/SRC/openSUSE:Factory/.python-qgrid.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-qgrid" Wed Jun 10 00:49:57 2020 rev:7 rq:812823 version:1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-qgrid/python-qgrid.changes 2020-04-08 19:56:25.269111888 +0200 +++ /work/SRC/openSUSE:Factory/.python-qgrid.new.3606/python-qgrid.changes 2020-06-10 00:49:58.159188775 +0200 @@ -1,0 +2,7 @@ +Tue Jun 9 08:28:19 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Update to 1.3.0: + * Support for JupyterLab 2 (#301) Huge thanks to @consideRatio + * BLD: Fix final test install (#296) @gerrymanoim + +------------------------------------------------------------------- Old: ---- qgrid-1.3.0.tar.gz New: ---- qgrid-1.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-qgrid.spec ++++++ --- /var/tmp/diff_new_pack.GP57Lc/_old 2020-06-10 00:49:58.991190951 +0200 +++ /var/tmp/diff_new_pack.GP57Lc/_new 2020-06-10 00:49:58.995190962 +0200 @@ -19,22 +19,22 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-qgrid -Version: 1.3.0 +Version: 1.3.1 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 notebook} +BuildRequires: %{python_module notebook >= 4.0.0} BuildRequires: %{python_module pandas >= 0.18.0} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: jupyter-qgrid = %{version} Requires: python-ipywidgets >= 7.0.0 -Requires: python-notebook +Requires: python-notebook >= 4.0.0 Requires: python-pandas >= 0.18.0 BuildArch: noarch %python_subpackages @@ -46,9 +46,8 @@ %package -n jupyter-qgrid Summary: Grid for sorting and filtering DataFrames in Jupyter notebooks -Group: Development/Languages/Python -Requires: jupyter-notebook >= 4.0.0 Requires: jupyter-ipywidgets >= 7.0.0 +Requires: jupyter-notebook >= 4.0.0 Requires: python3-qgrid = %{version} %description -n jupyter-qgrid @@ -80,6 +79,10 @@ %{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{_jupyter_confdir}} +%check +# test_period_object_column - fails on serialization +%pytest -k 'not test_period_object_column' + %files %{python_files} %doc README.rst %license LICENSE ++++++ qgrid-1.3.0.tar.gz -> qgrid-1.3.1.tar.gz ++++++ ++++ 39495 lines of diff (skipped)
