Accepting request 1286909 from home:dgarcia:branches:devel:languages:python:numeric
- Drop upstreamed patch manual-asyncio-loop.patch - Update to 1.7.1 (CVE-2025-5889, bsc#1244347): ## Enhancements * Add option to disable FileDropper previews (#7944) * --index-titles help string typo fix and don't call title on user input (#7935) ## Bug fixes * Migrate to correct logger interface (#7931) * Column updates not working for Bokeh<3.7 (#7948) 1.7.0: ## Features * Add a secondary (right) sidebar to the FastListTemplate (#7774) * Add Date(Time)Picker.allowInput option (#7886) * Add Markdown.disable_anchors option (#7902) * Add config.cache_path variable to configure default location for diskcache (#7903) * Support custom cookie path (#7911) * Allow customizing index page titles with --index-titles CLI option (#7916) * Add Image.target option to configure where to open link_url (#7924) ## Enhancements * Display parameter name in error messages (#7879) * Improve Material design styling (#7891, #7917) * Improve logic for computing Tabulator page size automatically (#7915) ## Versions and Compatibility * Bump Ace CodeEditor version 1.40.1 and add themes (#7874) * Bump pyodide version to 0.27.5 (#7905) * Bump ECharts version to 5.6.0 (#7905) * Bump JSONEditor version to 10.2.0 (#7905) * Bump Perspective version to 3.6.1 (#7919) ## Bug fixes * Deduplicate components before compiling (#7887) * Avoid boomeranging of events after hold is applied (#7892) OBS-URL: https://build.opensuse.org/request/show/1286909 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=68
This commit is contained in:
@@ -1,3 +1,165 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 19 10:13:14 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Drop upstreamed patch manual-asyncio-loop.patch
|
||||
- Update to 1.7.1 (CVE-2025-5889, bsc#1244347):
|
||||
## Enhancements
|
||||
* Add option to disable FileDropper previews (#7944)
|
||||
* --index-titles help string typo fix and don't call title on user input (#7935)
|
||||
## Bug fixes
|
||||
* Migrate to correct logger interface (#7931)
|
||||
* Column updates not working for Bokeh<3.7 (#7948)
|
||||
1.7.0:
|
||||
## Features
|
||||
* Add a secondary (right) sidebar to the FastListTemplate (#7774)
|
||||
* Add Date(Time)Picker.allowInput option (#7886)
|
||||
* Add Markdown.disable_anchors option (#7902)
|
||||
* Add config.cache_path variable to configure default location for diskcache (#7903)
|
||||
* Support custom cookie path (#7911)
|
||||
* Allow customizing index page titles with --index-titles CLI option (#7916)
|
||||
* Add Image.target option to configure where to open link_url (#7924)
|
||||
## Enhancements
|
||||
* Display parameter name in error messages (#7879)
|
||||
* Improve Material design styling (#7891, #7917)
|
||||
* Improve logic for computing Tabulator page size automatically (#7915)
|
||||
## Versions and Compatibility
|
||||
* Bump Ace CodeEditor version 1.40.1 and add themes (#7874)
|
||||
* Bump pyodide version to 0.27.5 (#7905)
|
||||
* Bump ECharts version to 5.6.0 (#7905)
|
||||
* Bump JSONEditor version to 10.2.0 (#7905)
|
||||
* Bump Perspective version to 3.6.1 (#7919)
|
||||
## Bug fixes
|
||||
* Deduplicate components before compiling (#7887)
|
||||
* Avoid boomeranging of events after hold is applied (#7892)
|
||||
* Handle .ico image base64 mime-type correctly (#7894)
|
||||
* Ensure FileDropper height is not limited (#7898)
|
||||
* Ensure correct stylesheet cache is used by theme hooks when component is shared between sessions (#7896)
|
||||
* Reset BaseTemplate._documents correctly on autoreload (#7897)
|
||||
* Ensure widget CSS is loaded correctly when server path is prefixed (#7900)
|
||||
* Correct display Tabulator with multi index and multi index column (#7907)
|
||||
* Ensure stretch and scale sizing_mode does not cause overflow in container (#7928)
|
||||
1.6.3:
|
||||
## Enhancements
|
||||
* Implement smarter Column child rendering #7846
|
||||
* Optimize ReactComponent child renders #7828
|
||||
* Add indent and soft_tabs options to CodeEditor #7831
|
||||
* Allow creating Param.widget without instantiating object, speeding up Widget.from_param #7867
|
||||
## Bug fixes
|
||||
* Fix handling of React based AnyWidgetComponent types #7820
|
||||
* Cache ESM render modules #7827
|
||||
* Check for None in select function for PyComponent #7837
|
||||
* Fix for AttributeError in auth.py:CodeChallenge OAuth login #7844
|
||||
* Fix error when old_objects is empty in _get_objects() #7842
|
||||
* Ensure ReactiveESM renders elements #7853
|
||||
* Ensure ESM shared resources are watched properly #7856
|
||||
* Fix Material design Tabulator header color #7855
|
||||
* Ensure current view and selection lookups on Tabulator handle None case #7858
|
||||
* Ensure Modal events are targeted to correct model #7860
|
||||
* Ensure ChatFeed has inherent height #7861
|
||||
* Ensure Markdown code blocks are always left aligned #7862
|
||||
* Gracefully handle ECharts delayed rendering #7869
|
||||
1.6.2:
|
||||
## Enhancements
|
||||
* Make it easier to subclass components (#7730, #7744, #7785)
|
||||
* Allow model.useState in ReactComponents to reference nested parameter values (#7743)
|
||||
* Allow providing shared ESM modules (#7757)
|
||||
* Allow defining root node for ReactComponent (#7787)
|
||||
* Improve pretty printing in HoloViews pane (#7775)
|
||||
* Allow serializing joint dict/Parameterized types on DataModel (#7789)
|
||||
* Improve ListLike and NamedListLike to better match Python list behavior (#7794)
|
||||
* Improve rendering of ReactComponent children (#7802)
|
||||
* Allow overriding Param input widgets (#7813)
|
||||
## Performance
|
||||
* Avoid redundant list operations in ListLike (#7764)
|
||||
* Optimize ipywidget reference transform (#7778)
|
||||
## Bug fixes
|
||||
* Correctly handle empty source files (#7732)
|
||||
* Add extra guard around get_ipython check (#7734)
|
||||
* Ensure ReactComponent children are sized correctly (#7741)
|
||||
* Ensure ChatStep does not toggle from failed to success (#7742)
|
||||
* Ensure Feed and scrollable layout children heights are not fixed (#7747)
|
||||
* Declare more Child parameters on various components (#7749)
|
||||
* Do not sync parameters mapped to None on on ESM components (#7750, #7753)
|
||||
* Always include esm.css for ESM components (#7752)
|
||||
* Do not duplicate stylesheets (d133eb9)
|
||||
* Ensure ChatStep text does not overflow container (#7770)
|
||||
* Refactor ChatFeed post hook ensuring it processes correct message (#7722)
|
||||
* Ensure hooks are applied to root components with Fast design (#7777)
|
||||
* Ensure resource mode is set in notebooks (#7776)
|
||||
* Clear state cookie if OAuth access token expired and can't be refreshed (#7780)
|
||||
* Fix formatting in TextEditor widget (#7739)
|
||||
* Use Ace version with no require.js dependency (#7781)
|
||||
* Ensure multiple sequential notifications render (#7790)
|
||||
* Style correct column when frozen Tabulator column is an index (#7792)
|
||||
* Ensure IconButton tooltip timer is cleared on multiple mouseenter events (#7798)
|
||||
* Ensure pre-processors are applied to ESM children (#7799)
|
||||
* Ensure outputs are laid out correctly after initial render of EditableTemplate (#7816)
|
||||
* Fix regressiong related to providing Path to ESM component stylesheets (#7809)
|
||||
## Compatibility
|
||||
* Compatibility with Bokeh 3.7 (#7724, #7815)
|
||||
* Update TextEditor widget to Quill.js 2.0.2 (#7739)
|
||||
* Update Plotly pane to Plotly.js 3.0.1 (#7731)
|
||||
1.6.1:
|
||||
## Enhancements
|
||||
* Add ChatFeed.scroll_to method (#7671)
|
||||
* Implement watch feature for panel compile command (#7683)
|
||||
* Allow ESM components to load CSS bundles (#7685, #7691)
|
||||
* Generalize ReactiveESM.select so children are automatically detected (#7699)
|
||||
## Bug fixes
|
||||
* Ensure errors in sync periodic callbacks are logged (#7665)
|
||||
* Reset visible_range when Feed.objects are updated (#7673)
|
||||
* Ensure ESM bundles correctly resolve component implementations (#7684, #7698)
|
||||
* Fix default avatar in send/stream (#7677)
|
||||
* Ensure index redirects are relative to fix index page behind a reverse proxy (#7704)
|
||||
* Ensure root_url is correctly determined during auth (#7680)
|
||||
* Ensure the modal is on top in EditableTemplate (#7710)
|
||||
* Ensure Tabulator selection is recalculated after filtering (#7712)
|
||||
* Fix custom login endpoints (#7714)
|
||||
* Ensure type checkers can correctly infer extension argument types (#7709)
|
||||
* Ensure custom components and extensions respect resource mode in notebooks (#7701, #7716)
|
||||
* Ensure in process events are cleaned up after they are applied (#7717)
|
||||
## Compatibility
|
||||
* Compatibility with Plotly 6.0 (#7681, #7682)
|
||||
* Bump pyodide version to 0.27.2 and PyScript version to 2025.2.1 (#7718)
|
||||
1.6.0:
|
||||
## Features
|
||||
* Add PAM authentication support (#6861)
|
||||
* Add Widget.from_values method (#7033)
|
||||
* Add a standalone Modal layout (#7083)
|
||||
* Introduces ChatMessage and ChatFeed edit functionality (#7559)
|
||||
## Enhancements
|
||||
* Allow ChatFeed.callback_exception to accept a callable and 'traceback' (alias for verbose) (#7558)
|
||||
* Fix Accordion active_header_background in dark theme (#7576)
|
||||
* Increase default max character limit on ChatAreaInput (#7562)
|
||||
* Fix chat message alignment issues (#7563)
|
||||
* Make Markdown pane line breaking behavior configurable (#7582)
|
||||
* Improve styling of chat components in dark theme (#7601, #7602)
|
||||
* Automatically scroll when streaming to ChatFeed and ChatStep (#7608)
|
||||
* Add support for remote filesystems on FileSelector (#7618)
|
||||
* Add support for FigureWidget events on Plotly pane (#7654, #7662)
|
||||
## Bug fixes
|
||||
* Fix Azure Oauth issues (#7587)
|
||||
* Correctly display file not found paths in panel convert (#7589)
|
||||
* Fix Tabulator.patch when table is filtered (#7621)
|
||||
* Ensure esbuild can be detected on windows during panel compile (#7625)
|
||||
* Fix various issues styling Tabulator when it is wider than the viewport (#7626)
|
||||
* Fix resource loading when serving Panel app on nested FastAPI endpoint (#7627)
|
||||
* Fix panel oauth-secret command (#7628)
|
||||
* Ensure fonts are applied to NotificationArea (#7633)
|
||||
* Handle session context where session is not defined (#7634)
|
||||
* Ensure CompositeWidget can be populated in callback (#7636)
|
||||
* Correctly identify skimage and PIL packages when converting to pyodide (#7637)
|
||||
* Ensure we use CDN resources in pyodide (#7638)
|
||||
* Consistently apply sizing_mode to FileSelector components (#7640)
|
||||
* Ensure tasks are cancelled correctly (#7641)
|
||||
* Ensure NotificationArea stylesheet loads in panel-preview (#7643)
|
||||
* Ensure NestedSelect updates when options are changed (#7649)
|
||||
* Ensure ButtonIcon displays an icon during click (#7650)
|
||||
## Compatibility and Updates
|
||||
* Update panel convert to latest versions of pyodide and pyscript (#7584)
|
||||
* Bump plotly.js version to 2.35.3 (#7657)
|
||||
* Bump tabulator.js version to 6.3.1 (#7656)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 08:41:57 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user