17
0
Ana Guerrero c35f019f96 Accepting request 1322580 from devel:languages:python:jupyter
- update 0.9.21:
  * Use rsbuild inline sourcemaps for JupyterLab extension
  * JupyterLab was refusing to load external source map files
    because they were being served with the wrong MIME type)
  * Switching to inline source maps embeds the source map
    directly in the JavaScript bundle, avoiding the MIME type
    issue while still providing source map support for debugging.
- update to 0.9.20:
  * Override **repr** to avoid expensive trait serialization #906
  * Previously, `AnyWidget` inherited
    `ipywidgets.Widget.__repr__` which serialized all trait
    values. This is costly because the repr might not even be
    shown to users, yet it forces a full serialization of
    potentially large data. `AnyWidget` now overrides `__repr__`
    to use `object.__repr__(self)`, which produces a simple ``
    format.
- update to 0.9.19:
  * Exclude `docs/` and `paper/` from sdist/wheel

- Initial release of 0.6.3.

OBS-URL: https://build.opensuse.org/request/show/1322580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-anywidget?expand=0&rev=13
2025-12-12 20:42:31 +00:00
2023-09-04 02:59:31 +00:00
2023-09-04 02:59:31 +00:00
2025-12-01 22:00:57 +00:00
2025-12-01 22:00:57 +00:00
2025-12-01 22:00:57 +00:00
Description
No description provided
78 KiB
Languages
RPM Spec 100%