commit python-qgrid for openSUSE:Factory

2020-06-09 Thread root
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 
+
+- 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)




commit python-qgrid for openSUSE:Factory

2020-04-08 Thread root
Hello community,

here is the log from the commit of package python-qgrid for openSUSE:Factory 
checked in at 2020-04-08 19:56:23

Comparing /work/SRC/openSUSE:Factory/python-qgrid (Old)
 and  /work/SRC/openSUSE:Factory/.python-qgrid.new.3248 (New)


Package is "python-qgrid"

Wed Apr  8 19:56:23 2020 rev:6 rq:792291 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-qgrid/python-qgrid.changes
2020-03-27 21:59:28.450868723 +0100
+++ /work/SRC/openSUSE:Factory/.python-qgrid.new.3248/python-qgrid.changes  
2020-04-08 19:56:25.269111888 +0200
@@ -1,0 +2,6 @@
+Wed Apr  8 02:27:24 UTC 2020 - Todd R 
+
+- Don't use post and preun scriptlets to avoid dependency issues.
+- Fix broken extension enabling.
+
+---



Other differences:
--
++ python-qgrid.spec ++
--- /var/tmp/diff_new_pack.UZIDtK/_old  2020-04-08 19:56:26.209112574 +0200
+++ /var/tmp/diff_new_pack.UZIDtK/_new  2020-04-08 19:56:26.213112577 +0200
@@ -18,7 +18,6 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
-%bcond_with test
 Name:   python-qgrid
 Version:1.3.0
 Release:0
@@ -28,6 +27,7 @@
 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 pandas >= 0.18.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -37,11 +37,6 @@
 Requires:   python-notebook
 Requires:   python-pandas >= 0.18.0
 BuildArch:  noarch
-%if %{with test}
-BuildRequires:  %{python_module ipywidgets >= 7.0.0}
-BuildRequires:  %{python_module pandas >= 0.18.0}
-BuildRequires:  %{python_module pytest}
-%endif
 %python_subpackages
 
 %description
@@ -52,14 +47,9 @@
 %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:   jupyter-notebook >= 4.0.0
+Requires:   jupyter-ipywidgets >= 7.0.0
 Requires:   python3-qgrid = %{version}
-Requires(post): jupyter-notebook >= 4.0.0
-Requires(post): jupyter-ipywidgets >= 7.0.0
-Requires(post): python3-pandas >= 0.18.0
-Requires(preun): jupyter-notebook >= 4.0.0
-Requires(preun): jupyter-ipywidgets >= 7.0.0
-Requires(preun): python3-pandas >= 0.18.0
 
 %description -n jupyter-qgrid
 An Interactive Grid for Sorting and Filtering DataFrames in Jupyter Notebook.
@@ -75,23 +65,20 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
-%fdupes %{buildroot}%{_jupyter_nbextension_dir}
 %{python_expand $python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/qgrid/tests/
 $python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/qgrid/tests/
 }
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/qgrid/tests/
 
-%post -n jupyter-qgrid
-%{jupyter_nbextension_enable qgrid}
+PYTHONPATH=%{buildroot}%{python3_sitelib} jupyter nbextension install qgrid 
--user --py
+PYTHONPATH=%{buildroot}%{python3_sitelib} jupyter nbextension enable qgrid 
--user --py
 
-%preun -n jupyter-qgrid
-%{jupyter_nbextension_disable qgrid}
+for f in ~/.jupyter/nbconfig/*.json ; do
+tdir=$( basename -s .json ${f} )
+install -Dm 644 ${f} 
%{buildroot}%{_jupyter_nb_confdir}/${tdir}.d/qgrid.json
+done
 
-%if %{with test}
-%check
-export PYTHONDONTWRITEBYTECODE=1
-%pytest qgrid
-%endif
+%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{_jupyter_confdir}}
 
 %files %{python_files}
 %doc README.rst
@@ -102,5 +89,6 @@
 %files -n jupyter-qgrid
 %license LICENSE
 %{_jupyter_nbextension_dir}/qgrid/
+%config %{_jupyter_nb_notebook_confdir}/qgrid.json
 
 %changelog




commit python-qgrid for openSUSE:Factory

2020-03-27 Thread root
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 
+
+- 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)




commit python-qgrid for openSUSE:Factory

2020-01-16 Thread root
Hello community,

here is the log from the commit of package python-qgrid for openSUSE:Factory 
checked in at 2020-01-16 18:20:45

Comparing /work/SRC/openSUSE:Factory/python-qgrid (Old)
 and  /work/SRC/openSUSE:Factory/.python-qgrid.new.26092 (New)


Package is "python-qgrid"

Thu Jan 16 18:20:45 2020 rev:4 rq:764729 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-qgrid/python-qgrid.changes
2019-11-14 23:55:44.496471644 +0100
+++ /work/SRC/openSUSE:Factory/.python-qgrid.new.26092/python-qgrid.changes 
2020-01-16 18:20:46.632959077 +0100
@@ -1,0 +2,7 @@
+Wed Jan 15 15:05:41 UTC 2020 - Todd R 
+
+- Update to 1.2.0
+  * Readme tweaks
+  * Compatibility with Jupyter Lab >=1.0.0
+
+---

Old:

  qgrid-1.1.1.tar.gz

New:

  qgrid-1.2.0.tar.gz



Other differences:
--
++ python-qgrid.spec ++
--- /var/tmp/diff_new_pack.nQdNl7/_old  2020-01-16 18:20:47.216959407 +0100
+++ /var/tmp/diff_new_pack.nQdNl7/_new  2020-01-16 18:20:47.216959407 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-qgrid
 #
-# 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
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %bcond_with test
 Name:   python-qgrid
-Version:1.1.1
+Version:1.2.0
 Release:0
 Summary:Grid for sorting and filtering DataFrames in Jupyter notebooks
 License:Apache-2.0

++ qgrid-1.1.1.tar.gz -> qgrid-1.2.0.tar.gz ++
 4677 lines of diff (skipped)




commit python-qgrid for openSUSE:Factory

2019-11-14 Thread root
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 
+
+- 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




commit python-qgrid for openSUSE:Factory

2019-08-05 Thread root
Hello community,

here is the log from the commit of package python-qgrid for openSUSE:Factory 
checked in at 2019-08-05 10:42:31

Comparing /work/SRC/openSUSE:Factory/python-qgrid (Old)
 and  /work/SRC/openSUSE:Factory/.python-qgrid.new.4126 (New)


Package is "python-qgrid"

Mon Aug  5 10:42:31 2019 rev:2 rq:720905 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-qgrid/python-qgrid.changes
2019-05-22 11:06:52.410591085 +0200
+++ /work/SRC/openSUSE:Factory/.python-qgrid.new.4126/python-qgrid.changes  
2019-08-05 10:42:46.919289171 +0200
@@ -1,0 +2,5 @@
+Mon Aug  5 00:53:21 UTC 2019 - Todd R 
+
+- Fix dependencies.
+
+---



Other differences:
--
++ python-qgrid.spec ++
--- /var/tmp/diff_new_pack.e2iXEW/_old  2019-08-05 10:42:48.367289004 +0200
+++ /var/tmp/diff_new_pack.e2iXEW/_new  2019-08-05 10:42:48.367289004 +0200
@@ -53,11 +53,11 @@
 Summary:Grid for sorting and filtering DataFrames in Jupyter notebooks
 Requires:   python-notebook >= 4.0.0
 Requires:   python3-qgrid = %{version}
-Requires(post): python-notebook >= 4.0.0
-Requires(post): python3-ipywidgets >= 7.0.0
+Requires(post): jupyter-notebook >= 4.0.0
+Requires(post): jupyter-ipywidgets >= 7.0.0
 Requires(post): python3-pandas >= 0.18.0
-Requires(preun): python-notebook >= 4.0.0
-Requires(preun): python3-ipywidgets >= 7.0.0
+Requires(preun): jupyter-notebook >= 4.0.0
+Requires(preun): jupyter-ipywidgets >= 7.0.0
 Requires(preun): python3-pandas >= 0.18.0
 
 %description -n jupyter-qgrid