Hello community,

here is the log from the commit of package python-jupyter_qgrid for 
openSUSE:Factory checked in at 2018-08-03 12:39:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_qgrid (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_qgrid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_qgrid"

Fri Aug  3 12:39:47 2018 rev:3 rq:627159 version:1.1.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter_qgrid/python-jupyter_qgrid.changes    
    2018-06-15 14:46:11.232535299 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_qgrid.new/python-jupyter_qgrid.changes
   2018-08-03 12:39:48.507793259 +0200
@@ -1,0 +2,30 @@
+Thu Aug  2 19:33:35 UTC 2018 - [email protected]
+
+- Update to 1.1.1
+  * Fixes an issue where the grid widget would flash noticeably
+    when the df attribute or any other attributes were changed.
+    This issue has existed since 1.0. (#186)
+  * Make the SlickGrid object available via 
+    $('.q-grid').data('slickgrid') as suggested here: 
+    #178 (comment). This allows you to work with a particular
+    SlickGrid instance from the js console.
+- Update to 1.1.0
+  * Column options can be provided via the show_grid method.
+    Options can be provided for all columns via the
+    column_options parameter, and for individual columns via the
+    column_definitions parameter.
+  * Added edit_cell, change_selection, toggle_editable methods
+    for updating the state of an existing grid widget without
+    having to call show_grid.
+  * Updated the add_row method so that the caller can specify
+    the values for the new row via the row parameter. This will
+    allow people to add rows to a qgrid instance even if it's
+    showing a DataFrame that doesn't have an integer index.
+  * Updated the remove_row method so that the indices of the rows
+    to remove can optionally be provided via the rows parameter.
+  * Fixed issue where moving the scroll bar around a bunch of
+    times quickly can cause a series of grid refreshes to occur.
+  * Thanks to Abigail Hahn (vardaofthevalier) for adding many of
+    the features in the following PR: #191
+
+-------------------------------------------------------------------

Old:
----
  qgrid-1.0.5.tar.gz

New:
----
  qgrid-1.1.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-jupyter_qgrid.spec ++++++
--- /var/tmp/diff_new_pack.9rkHVw/_old  2018-08-03 12:39:49.223794326 +0200
+++ /var/tmp/diff_new_pack.9rkHVw/_new  2018-08-03 12:39:49.223794326 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_with     test
 Name:           python-jupyter_qgrid
-Version:        1.0.5
+Version:        1.1.1
 Release:        0
 Summary:        Grid for sorting and filtering DataFrames in Jupyter notebooks
 License:        Apache-2.0
@@ -72,6 +72,10 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %fdupes %{buildroot}%{_datadir}/jupyter/nbextensions/
+%{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 python3-jupyter_qgrid
 jupyter nbextension enable --system --py qgrid || true
@@ -83,9 +87,8 @@
 
 %if %{with test}
 %check
-%{python_expand export PYTHONDONTWRITEBYTECODE=1
-py.test-%{$python_bin_suffix} qgrid
-}
+export PYTHONDONTWRITEBYTECODE=1
+%python_expand py.test-%{$python_bin_suffix} qgrid
 %endif
 
 %files %{python_files}

++++++ qgrid-1.0.5.tar.gz -> qgrid-1.1.1.tar.gz ++++++
++++ 2364 lines of diff (skipped)


Reply via email to