Changelog for
python310-ipywidgets-7.7.1-qubes.4.2.noarch.rpm :
* Mon Aug 01 2022 Ben Greiner
- Update to version 7.7.1
* Fix broken link icon for FontAwesome 4 and 5 #3495
* Fix message throttling bug #3494
* Fix state message parsing to be more permissive #3486
* Fix tests on Python 3.11 #3480
* Add better front-page docs #3496- Release 7.7
* Fix installation on Python 3.10. #3368
* Throw an error if we cannot render a widget, enabling the rendering system to fall back to rendering a different data type if available. #3290
* Create a new widget control comm channel, enabling more efficient fetching of kernel widget state. #3201
* Refactor logic for fetching kernel widget state to the manager base class. This logic first tries to use the new widget control comm channel, falling back to the existing method of requesting each widget\'s state individually. #3337
* Enable HTMLManager output widgets to render state updates. [#3372]
* Do not reset JupyterLab CSS variables if they are already defined. #3344
* Fix variable inspector example. #3302
* Introduce new widget manager has_model method for synchronously checking if a widget model is registered. #3377
* Work around bug in Chrome rendering Combobox arrows. #3375
* Optionally echo update messages from frontends to other frontends. This enables widget views in different frontends to maintain consistent state simultaneously, and also makes sure that simultaneous updates from the kernel and frontend resolve to a consistent state. This is off by default in ipywidgets 7.7, and it is anticipated this will be on by default in ipywidgets 8.0. To enable echo update messages across ipywidgets, set the environment variable JUPYTER_WIDGETS_ECHO to 1. To opt a specific attribute out of echo updates, tag the attribute with echo_update=False metadata (we do this in core for the FileUpload widget\'s data attribute). #3400, #3394- Drop ipywidgets-pr2655-collectionsabc.patch
* Thu Jan 06 2022 Ben Greiner - Add ipywidgets-pr2655-collectionsabc.patch for python310 support
* Sun Oct 17 2021 Ben Greiner - Update to 7.6.5
* No release notes- Update requirements: jupyterlab-widgets and widgetsnbextensions- Remove doc package
* Version 7.6.5 ipywidgets.pdf and ipywidgets.zip not available
* Mon Feb 08 2021 malcolmlewisAATTopensuse.org- Updated to version 7.6.3:
* The main change in this release is that installing `ipywidgets` 7.6.0 will now automatically enable ipywidgets support in JupyterLab 3.0
* Full list of pull requests and issues, see the [7.6.0 milestone](https://github.com/jupyter-widgets/ipywidgets/ milestone/31?closed=1).- Update html and pdf files.
* Tue Dec 15 2020 Benjamin Greiner - Provide the old jupyter package name only for the primary Python3 interpreter -- gh#openSUSE/python-rpm-macros#66
* Sat Mar 28 2020 Tomáš Chvátal - Drop left over python-mock dep that is not present on python2 less enviroment
* Wed Mar 11 2020 Todd R - Disable python2 build temporarily to get everything working.
* Sun Aug 11 2019 Todd R - Update to 7.5.1
* Add $el to BoxView and ControllerView
* Fix setting a selection index when having duplicate values
* Fixup build of documentation
* Fix controls base dep
* Reduce count of deprecation warnings
* Update LayoutTemplate example
* update html manager
* js integrity
* Sat Jul 27 2019 Todd R - Update to 7.5.0
* New `AppLayout` and `GridLayout` templates for positioning interactive widgets.
* New `FileUpload` widget allowing users to upload files from the browser.
* New `ComboBox` widget.
* JupyterLab CSS variables are now exposed by default even in the case of the classic notebook.- Remove upstream-included fix-py3.7-unicode-in-rawstring.patch
* Tue May 14 2019 Todd R - Remove not strictly needed dependencies to avoid dependency loop.
* Thu Apr 25 2019 Todd R - Rename to to match python package naming guidelines.
* Thu Feb 07 2019 Hans-Peter Jansen - add python pexpect and pickleshare test dependencies
* Tue Feb 05 2019 Antonio Larrosa - Add fix-py3.7-unicode-in-rawstring.patch to fix building with python3.7