Revisions of python-panel

buildservice-autocommit accepted request 1205542 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 58)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 1205383 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 57)
- Add exclude-package-lock.patch
  * Do not install package-lock.json
  * Avoids non-reproducible local registry port
  * boo#1231254 gh#openSUSE/obs-service-node_modules#41
buildservice-autocommit accepted request 1203876 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 56)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1203626 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 55)
- Update to 1.5.0
  * This release, while technically a minor release hugely expands
    the scope of what is possible in Panel. In particular the
    introduction of the new panel.custom module makes it trivially
    easy to create new JS and React based components using modern
    tooling, a first-class developer experience and support for
    compilation and bundling. We are incredibly excited to see
    which new components you build using this approach. This
    release also includes native integration with FastAPI, such
    that you can now run Panel apps natively on an existing FastAPI
    server. We also introduce a number of new components, improved
    the developer experience, and squashed a huge number of bugs,
    particularly for the Tabulator component.
  ## Features
  * Allow building custom ESM based JSComponent and ReactComponent
    (#5593)
  * Add Placeholder pane (#6790)
  * Add FileDropper widget (#6826)
  * Add ChatStep component to show/hide intermediate steps (#6617)
  * Add TimePicker widget (#7013)
  * Add PyComponent baseclass (#7051)
  * Add native support for running Panel on FastAPI server (#7205)
  ## Enhancements
  * Allow callbacks after append and stream (#6805)
  * Enable directory uploads with FileInput (#6808)
  * Make autoreload robust to syntax errors and empty apps (#7028)
  * Add support for automatically determining optimal
    Tabulator.page_size (#6978)
  * Various typing improvements (#7081, #7092, #7094, #7132)
  * Display value for player (#7060)
buildservice-autocommit accepted request 1172393 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 54)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 53)
- Bring back package %build from source, removing binary .whl
  distribution from package.
buildservice-autocommit accepted request 1169699 from Todd R's avatar Todd R (TheBlackCat) (revision 52)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 1169683 from Todd R's avatar Todd R (TheBlackCat) (revision 51)
- update to 1.4.1
- Switch to wheel to avoid npm attempting to rebuild resources.
  This doesn't work without a network and needs brittle workarounds that can change between releases.
- Update dependencies

This version restores the multibuild
buildservice-autocommit accepted request 1157928 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 50)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 49)
- skip python39 (nothing provides python39-branca)
buildservice-autocommit accepted request 1155566 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 48)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1155553 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 47)
- Also skip testing ipympl and holoviews on python 3.9
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1155361 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 46)
- Stop testing with plotly and ipython on python 3.9: Those are
  no longer available.
buildservice-autocommit accepted request 1141854 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 45)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 44)
- update to 1.3.8:
  * Ensure `ReactiveHTML` correctly resets `Event` parameters
  * Fix `ChatFeed` / `ChatInterface` tests and async generator
    placeholders
  * Fix logic when looking up `pn.state.curdoc`
  * Handle margin=None in layout sizing mode computation
  * Updates for compatibility with pandas 2.2
  * Improve documentation on `TextAreaInput`
buildservice-autocommit accepted request 1140201 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 43)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 42)
- update to 1.3.7:
  * Support using an SVG for `ToggleIcon`
  * Add resizable param to `TextAreaInput`
  * Improve date and datetime picker functionality
  * Add activity indicator to `ChatMessage`
  * Lazily import bleach HTML sanitizer
  * Fix alignment issues in chat components
  * Fix generator placeholder and optimize updates in Chat
    components
  * Fix issue with callback future handling on Chat components
  * Fix bug in Chat interfaces related to `pn.state.browser_info`
  * Allow instantiating empty `Matplotlib` pane
  * Ensure icon displays inline with text on `FileDownload`
  * Fix styling of links in `Tabulator` fast theme
  * Fix passing of `card_params` on `ChatFeed`
  * Handle `Tabulator.title_formatter` if is type `dict`
  * Fix `per_session` caching
  * Correctly reshape nd-arrays in `Plotly` pane
  * Handle NaT values on `Perspective` pane
  * Do not rerender output if `ReplacementPane` object identity
    is unchanged
  * Tabulator: fix valuesLookup set up for older list-like
    editors
  * Fix pyodide loading message styling issues
  * More complete patch for the `TextEditor` to support being
    rendered in the Shadow DOM
  * Add guard to `Tabulator` ensuring that it does not error when
    it is not rendered
  * Fix race conditions when instantiating Comm in Jupyter
    causing notifications to break
buildservice-autocommit accepted request 1136560 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 41)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 40)
- update to 1.3.6:
  * This patch release addresses a major regression in server
    performance introduced in 1.3.5 along with some additional
    minor fixes. We want to welcome @nenb as a new contributor
    and want to thank the maintainers @ahuang11, @maximlt and
    @philippjfr for their contributions to this release.
  * Add explicit size option to ToggleIcon (#6092)
  * Fix execution of OAuth of callback to refresh `access_token`
  * Fix `ChatReactionIcons` alignment and trigger reactions
    correctly (#6086)
  * Change `Column` `scroll_position` default value from `None`
    to `0` (#6082)
  * Fix issue with accumulating callbacks on server (#6091)
  * Ensure `ReactiveExpr` renders in pyodide (#6097)
  * Ensure `TooltipIcon` description can be updated (#6099)
  * Fix IPyWidgets rendering in `BootstrapTemplate` (#6100)
  * Fix padding and alignment of `FileDownload` (#6101)
buildservice-autocommit accepted request 1134469 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 39)
baserev update by copy to link target
Displaying revisions 1 - 20 of 58
openSUSE Build Service is sponsored by