Commit Graph

86 Commits

Author SHA256 Message Date
Dominique Leuenberger
b651777355 Accepting request 1111933 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1111933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=43
2023-09-20 11:26:08 +00:00
42f779163f Accepting request 1111790 from home:badshah400:branches:devel:languages:python:numeric
Update to version 3.2.2

OBS-URL: https://build.opensuse.org/request/show/1111790
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=75
2023-09-18 10:01:54 +00:00
Dominique Leuenberger
962b5c9be1 Accepting request 1096651 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1096651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=42
2023-07-04 13:22:32 +00:00
8d6b8a6bde Accepting request 1096636 from home:badshah400:branches:devel:languages:python:numeric
* Update to version 3.2.0.
* Re-generate bokeh-sampledata.tar.xz for update.
* BuildRequires: python-pytest-timeout, python-ipython needed for tests.
* Disable a few more tests without necessary data files.

OBS-URL: https://build.opensuse.org/request/show/1096636
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=73
2023-07-03 21:45:54 +00:00
Dominique Leuenberger
da6fe43a49 Accepting request 1089046 from devel:languages:python:numeric
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1089046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=41
2023-05-25 21:52:59 +00:00
Dominique Leuenberger
70da0747de Accepting request 1087813 from devel:languages:python:numeric
- switch to default npm

OBS-URL: https://build.opensuse.org/request/show/1087813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=40
2023-05-18 16:22:33 +00:00
2eff8a0f7a - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=70
2023-05-18 14:40:59 +00:00
65bc67da95 - switch to default npm
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=69
2023-05-18 14:04:18 +00:00
Dominique Leuenberger
5cd5112554 Accepting request 1056134 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1056134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=39
2023-01-05 14:01:24 +00:00
04126716f7 Accepting request 1055967 from home:bnavigator:branches:devel:languages:python:numeric
- 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)

OBS-URL: https://build.opensuse.org/request/show/1055967
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=67
2023-01-05 07:50:31 +00:00
Dominique Leuenberger
8bfe6622ae Accepting request 1036991 from devel:languages:python:numeric
- 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

OBS-URL: https://build.opensuse.org/request/show/1036991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=38
2022-11-21 14:29:45 +00:00
8d1b545f06 - Remove bokeh-remove-mock.patch gh#bokeh/bokeh#12561: upstream
- Remove bokeh-sys-executable.patch gh#bokeh/bokeh#12563: upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=65
2022-11-20 21:11:31 +00:00
d89e8501de Accepting request 1036976 from home:bnavigator:branches:devel:languages:python:numeric
Mention patch drop

OBS-URL: https://build.opensuse.org/request/show/1036976
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=64
2022-11-20 21:10:45 +00:00
e75949f3f5 Accepting request 1036960 from home:bnavigator:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1036960
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=63
2022-11-20 18:39:06 +00:00
Dominique Leuenberger
e3cfbca14d Accepting request 1034131 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1034131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=37
2022-11-07 12:52:01 +00:00
e1c1c5c166 Accepting request 1033858 from home:bnavigator:branches:devel:languages:python:numeric
- 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

OBS-URL: https://build.opensuse.org/request/show/1033858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=61
2022-11-07 10:13:11 +00:00
Dominique Leuenberger
487772fd08 Accepting request 987755 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/987755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=36
2022-07-08 12:02:42 +00:00
6d68c04fe4 Accepting request 987501 from home:bnavigator:branches:devel:languages:python:numeric
- Add bokeh-pr12218-Pillow9.2.patch for fixing failures with
  Pillow 9.2
  * gh#bokeh/bokeh#12216
  * gh#bokeh/bokeh#12218

OBS-URL: https://build.opensuse.org/request/show/987501
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=59
2022-07-07 19:46:47 +00:00
Dominique Leuenberger
6d4541ca98 Accepting request 979712 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/979712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=35
2022-05-30 10:43:57 +00:00
7fa63fbfd2 Accepting request 979681 from home:badshah400:branches:devel:languages:python:numeric
Version update to 2.4.3

OBS-URL: https://build.opensuse.org/request/show/979681
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=57
2022-05-29 18:44:32 +00:00
Dominique Leuenberger
4bde06a47f Accepting request 938229 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/938229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=34
2021-12-09 18:45:57 +00:00
6d4f77b62a Accepting request 937333 from home:badshah400:branches:devel:languages:python:numeric
Update to version 2.4.2

OBS-URL: https://build.opensuse.org/request/show/937333
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=56
2021-12-09 16:22:29 +00:00
Dominique Leuenberger
a7393f4363 Accepting request 925198 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/925198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=33
2021-10-15 21:03:39 +00:00
b0ad0a489c Accepting request 925189 from home:stroeder:branches:devel:languages:python:numeric
- Update to version 2.4.1:
  * Long list, see
    https://github.com/bokeh/bokeh/blob/2.4.1/CHANGELOG

OBS-URL: https://build.opensuse.org/request/show/925189
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=55
2021-10-14 05:50:40 +00:00
Dominique Leuenberger
9bb3e18f5e Accepting request 921137 from devel:languages:python:numeric
- 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

- updates-alternatives actions should be in postun, not preun

- Update to version 2.4.0:
  * Long list, see
    https://github.com/bokeh/bokeh/blob/2.4.0/CHANGELOG
- Drop bokeh-pr11218-figure-toolbar-active-properties.patch,
  upstream PR merged.

OBS-URL: https://build.opensuse.org/request/show/921137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=32
2021-09-23 21:04:07 +00:00
912f69df4d Accepting request 921132 from home:bnavigator:branches:devel:languages:python:numeric
- 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

OBS-URL: https://build.opensuse.org/request/show/921132
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=54
2021-09-23 11:26:04 +00:00
80bd8f238a - updates-alternatives actions should be in postun, not preun
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=53
2021-09-23 09:53:59 +00:00
a62b5686f6 Accepting request 920075 from home:badshah400:branches:devel:languages:python:numeric
- Update to version 2.4.0.
- Drop bokeh-pr11218-figure-toolbar-active-properties.patch, upstream PR merged.

OBS-URL: https://build.opensuse.org/request/show/920075
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=52
2021-09-18 18:56:51 +00:00
Dominique Leuenberger
c688dccbe5 Accepting request 907358 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/907358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=31
2021-07-21 17:06:22 +00:00
1ff2133eba Accepting request 907355 from home:bnavigator:branches:devel:languages:python:numeric
3 times a charm

OBS-URL: https://build.opensuse.org/request/show/907355
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=51
2021-07-20 20:48:02 +00:00
29b40fad85 Accepting request 907320 from home:bnavigator:branches:devel:languages:python:numeric
Ok I should have removed the URL after rebasing the patch

OBS-URL: https://build.opensuse.org/request/show/907320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=50
2021-07-20 15:40:42 +00:00
e99a08c513 Update patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=49
2021-07-20 11:51:00 +00:00
c3fd0ba6eb Accepting request 907197 from home:bnavigator:branches:devel:languages:python:numeric:patched-bokeh
- Revert to version 2.3.3
  * stay on a stable version. 2.4.0.dev1 broke distributed
- Add bokeh-pr11218-figure-toolbar-active-properties.patch
  * fix for gh#spotify/chartify/issues/128
  * is a rebased version of gh#bokeh/bokeh#11218
  * tested with all packages with an active %check from 
    `osc whatdependson openSUSE:Factory python-bokeh standard x86_64`

OBS-URL: https://build.opensuse.org/request/show/907197
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=48
2021-07-20 11:39:19 +00:00
Dominique Leuenberger
fc50688194 Accepting request 906059 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/906059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=30
2021-07-17 21:36:36 +00:00
ea261645b3 Accepting request 905855 from home:mcalabkova:branches:devel:languages:python:numeric
- Update to version 2.4.0.dev1
  in 2.3.3:
  * JupyterLab 3 dynamic extension loading
  * Deprecate broken HSL objects
  * Simplify rendering of Line and MultiLine glyphs
  * Replace jinja2.Markup deprecated with Jinja 3.1
  * Upgrade to Chrome 91 and fix failing examples' tests
  * Fix data access layout SpatialIndex.bounds()
  * Restore support for relative font size units
  just in dev1:
  * Unify {Figure,Toolbar}.active_* properties
  * Update to isort 5.8
  * Add support for polar coordinates

OBS-URL: https://build.opensuse.org/request/show/905855
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=47
2021-07-13 09:13:08 +00:00
Dominique Leuenberger
807ad5fb03 Accepting request 897701 from devel:languages:python:numeric
- Test suite complete useless.

OBS-URL: https://build.opensuse.org/request/show/897701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=29
2021-06-05 21:31:50 +00:00
9444f7773a Add changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=45
2021-06-05 12:56:09 +00:00
6695531c49 spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=44
2021-05-28 21:00:42 +00:00
b774e72bb9 Revert
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=43
2021-05-28 21:00:11 +00:00
d60d662a44 - Add stdlib-typing_extensions.patch which removes dependency on
typing_extensions package (gh#bokeh/bokeh#11307).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=42
2021-05-28 16:03:14 +00:00
Richard Brown
9df1883137 Accepting request 875601 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/875601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=28
2021-03-02 11:32:23 +00:00
c14fb370de Accepting request 875600 from home:stroeder:branches:devel:languages:python:numeric
Update to version 2.3.0

OBS-URL: https://build.opensuse.org/request/show/875600
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=40
2021-02-27 11:43:29 +00:00
Richard Brown
647e7392c5 Accepting request 874196 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/874196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=27
2021-02-22 13:40:21 +00:00
2de352b98d Accepting request 874169 from home:bnavigator:branches:devel:languages:python:numeric
- Skip python36 build: With NumPy 1.20, python36-numpy is no
  longer available in Tumbleweed (NEP 29)
- The downside of not testing: This was only detected by packages
  depending on bokeh. As a mitigation move the runtime requirements
  to unconditional BuildRequires.

OBS-URL: https://build.opensuse.org/request/show/874169
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=38
2021-02-21 22:53:46 +00:00
Dominique Leuenberger
400f05c1c9 Accepting request 843326 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/843326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=26
2020-10-22 12:25:29 +00:00
Tomáš Chvátal
b7bb9629f0 Accepting request 843286 from home:badshah400:branches:devel:languages:python:numeric
Update to version 2.2.3.

OBS-URL: https://build.opensuse.org/request/show/843286
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=36
2020-10-22 07:11:00 +00:00
Dominique Leuenberger
7250dcd0d4 Accepting request 841774 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/841774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=25
2020-10-15 11:50:39 +00:00
Tomáš Chvátal
b6fa23e86b Accepting request 841760 from home:badshah400:branches:devel:languages:python:numeric
Update to version 2.2.2

OBS-URL: https://build.opensuse.org/request/show/841760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=34
2020-10-14 12:55:26 +00:00
Dominique Leuenberger
53ba18b6cf Accepting request 832065 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/832065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=24
2020-09-05 22:02:59 +00:00
Tomáš Chvátal
753c9c5aac Accepting request 832060 from home:badshah400:branches:devel:languages:python:numeric
Update to version 2.2.1 (Bug fixes only).

OBS-URL: https://build.opensuse.org/request/show/832060
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=32
2020-09-04 11:27:49 +00:00