Skip to content

Commit

Permalink
Update python-qgrid to version 1.3.1 / rev 10 via SR 999716
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/999716
by user bnavigator + dimstar_suse
- Fix ipywidgets8 registration
  * gh#quantopian/qgrid#376
  • Loading branch information
bnavigator authored and bmwiedemann committed Aug 29, 2022
1 parent a3f1ab2 commit 9f22bcb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
Binary file modified packages/p/python-qgrid/.files
Binary file not shown.
9 changes: 9 additions & 0 deletions packages/p/python-qgrid/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,13 @@
</comment>
<requestid>976215</requestid>
</revision>
<revision rev="10" vrev="4">
<srcmd5>c8373f991150bb8c7ccabfd6e042e13f</srcmd5>
<version>1.3.1</version>
<time>1661758975</time>
<user>dimstar_suse</user>
<comment>- Fix ipywidgets8 registration
* gh#quantopian/qgrid#376</comment>
<requestid>999716</requestid>
</revision>
</revisionlist>
6 changes: 6 additions & 0 deletions packages/p/python-qgrid/python-qgrid.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Aug 28 21:16:28 UTC 2022 - Ben Greiner <[email protected]>

- Fix ipywidgets8 registration
* gh#quantopian/qgrid#376

-------------------------------------------------------------------
Sat May 7 23:05:38 UTC 2022 - Ben Greiner <[email protected]>

Expand Down
4 changes: 3 additions & 1 deletion packages/p/python-qgrid/python-qgrid.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package python-qgrid
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand Down Expand Up @@ -57,6 +57,8 @@ This package provides the jupyter notebook extension.

%prep
%setup -q -n qgrid-%{version}
# gh#quantopian/qgrid#376
sed -i 's/\(widgets.register\)()/\1/' qgrid/grid.py

%build
%python_build
Expand Down

0 comments on commit 9f22bcb

Please sign in to comment.