Revisions of python-bokeh

buildservice-autocommit accepted request 1087813 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 71)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 70)
- update to 3.1.1:
  * [BUG] Division element id of components can be
    invalid for CSS
  * [component: server] [BUG] Domain is not resolved
    correctly when using BOKEH_RESOURCES=server
  * `load_notebook()` uses non-unique DOM element
    IDs
  * [component: bokehjs] [BUG] Artifacts on the
    signal when using WebGL to plot
  * [component: build] bokehjs' build fails on
    Windows 10 due to creating symlinks
  * [component: examples] `autocompleteinput.py`
    example doesn't work with pandas 2.0
  * [component: docs] `README.md` in `examples/`
    doesn't reflect the contents of the directory
  * [component: bokehjs] [BUG] Incorrect behaviour
    of Slider control on Safari (macOS)
  * [component: bokehjs] Heavy `lazy_initialize()`
    can result in a race condition
  * [BUG] Fix broken link to tools guide
  * Fix bokeh.sphinxext.util after PR #13041
  * [component: server] Fix `MultiRootStaticHandler`
    after PR #13041
  * [component: docs] fix broken docs refs
  * [component: bokehjs] Fix race conditions related
    to layout resize and updates
  * [component: bokehjs] accent are sorted last in
    sorted Tablecolumn
  * [component: bokehjs] Investigate duplicated
    `ctx.stroke()` in various hatch patterns
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 69)
- switch to default npm
buildservice-autocommit accepted request 1056134 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 68)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1055967 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 67)
- Update to version 3.0.3
  * Bokeh Version 3.0.3 (Dec 2022) is a point release that
    addresses layout issues affecting downstream projects, as well
    as other small regressions and bugfixes.
  * Fix export with fractional CSS lengths (#12611)
  * Fix layout propagation in nested mixed layouts (#12583)
  * Fix application of UI element styles in Firefox (#12633)
  * Add default styles to FILE template (#12627)
  * Ensure change callback manipulation is threadsafe (#12623)
buildservice-autocommit accepted request 1036991 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 66)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 65)
- Remove bokeh-remove-mock.patch gh#bokeh/bokeh#12561: upstream
- Remove bokeh-sys-executable.patch gh#bokeh/bokeh#12563: upstream
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1036960 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 63)
- Update to version 3.0.2
  ## bugfixes
  * #4930 interaction between tooltips and gridplots
  * #12429 [component: bokehjs] [BUG] Line selection does not
    render the unselected end line segments
  * #12531 [component: bokehjs] [BUG] latex in titles - upright
    characters that should be italic
  * #12551 [component: tests] bokehjs' unit tests fail on chromium
    107
  * #12554 [component: docs] Custom.js needs update for switcher
  * #12578 [component: bokehjs] [BUG] gridplot reset button does
    not reset all figures 
  * #12585 [component: bokehjs] [BUG] line_policy='none' for
    HoverTool does not generate any tooltip
  * #12587 [component: server] [BUG] Don't delete
    importlib.metadata in __init__.py
  * #12593 [BUG] Guard numpy.typing.ArrayType with `if
    TYPE_CHECKING`
  ## tasks
  * #12557 [component: docs] Need automation for updating
    switcher.json
  * #12560 [FEATURE] remove mock
  * #12562 [BUG]  Tests: "python" is not a guaranteed executable
  * #12566 [component: docs] Fix dates and typo in release docs for
    3.0.0/3.0.1
  * #12569 [component: build] Add Python 3.11 to CI
  * #12571 [component: tests] Remove flaky from integration tests
  * #12573 [component: tests] Add a regression test for issue #4888
  * #12579 Upgrade to mypy 0.990
  * #12581 Disable Selenium integration tests for now
  * #12597 Backports for 3.0.2
  * #12600 Updates for 3.0.2
buildservice-autocommit accepted request 1034131 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 62)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1033858 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 61)
- Update to version 3.0.1
  * point release that addresses an issue with runtime dependencies
- Add patches for test suite:
  * bokeh-remove-mock.patch gh#bokeh/bokeh#12561
  * bokeh-sys-executable.patch gh#bokeh/bokeh#12563
- Update to version 3.0.0
  * Bokeh Version 3.0.0 is a major milestone of Bokeh project.
  ## Major changes
  * Support for legacy web browser (e.g. IE, non-ES6 compliant) was
    removed
  * Official support for Python 3.7 was removed and for 3.10 added
  * Layout and CSS interoperability was redesigned and greatly
    improved
  * Serialization protocol was redesigned and vastly improved
  * CSS was modularized and all UI components are now Web
    components
  * Django integration was moved to
    https://github.com/bokeh/bokeh-django
  ## Minor changes
  * Support added for favicon.ico files
  * Initial import times reduced
  * Support added for new selection policy NodesAndAdjacentNodes
  * Plot.remove_tools() function added
- Drop bokeh-pr12218-Pillow9.2.patch
buildservice-autocommit accepted request 987755 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 60)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 987501 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 59)
- Add bokeh-pr12218-Pillow9.2.patch for fixing failures with
  Pillow 9.2
  * gh#bokeh/bokeh#12216
  * gh#bokeh/bokeh#12218
buildservice-autocommit accepted request 979712 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 58)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 979681 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 57)
Version update to 2.4.3
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 937333 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 56)
Update to version 2.4.2
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 925189 from Michael Ströder's avatar Michael Ströder (stroeder) (revision 55)
- Update to version 2.4.1:
  * Long list, see
    https://github.com/bokeh/bokeh/blob/2.4.1/CHANGELOG
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 921132 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 54)
- Bokeh requires Python >= 3.7:  disable failing Leap builds
- Reactivate test suite (at least the unit tests packaged in the
  sdist) by adding conftest.py from the github archive
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 53)
- updates-alternatives actions should be in postun, not preun
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 920075 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 52)
- Update to version 2.4.0.
- Drop bokeh-pr11218-figure-toolbar-active-properties.patch, upstream PR merged.
Displaying revisions 21 - 40 of 91
openSUSE Build Service is sponsored by