Accepting request 1169670 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1169670 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=48
This commit is contained in:
commit
37ae48280d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0555e6f45ece6d38abba09a8121a33655d3d9f9ffe3d25b1b9a8da89e1b4757e
|
|
||||||
size 43330457
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:73b7982dc2b8df15bf660cdddc8d3825e829195c438015a5d09824f1a7028368
|
|
||||||
size 6245504
|
|
3
bokeh-3.4.1-gh.tar.gz
Normal file
3
bokeh-3.4.1-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e670b1a8fed6eeacbba15f1a0f862184e4d1ebcda38d7d4029555a6e393908f5
|
||||||
|
size 44881021
|
3
bokeh-3.4.1.tar.gz
Normal file
3
bokeh-3.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d824961e4265367b0750ce58b07e564ad0b83ca64b335521cd3421e9b9f10d89
|
||||||
|
size 6402286
|
BIN
bokeh-sampledata.tar.xz
(Stored with Git LFS)
BIN
bokeh-sampledata.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 22 12:52:18 UTC 2024 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.4.1:
|
||||||
|
* Fixed configuration of secondary glyphs in GraphRendererView
|
||||||
|
* Allowed to update the order of LayoutDOM.children
|
||||||
|
* Allowed to update InputWidget.{title,description}
|
||||||
|
* Allowed DataRange1d to respect min_interval and max_interval
|
||||||
|
* Fixed WebGL scaling of anti-aliasing by pixel ratio
|
||||||
|
* Enabled RUF001 to lint confusable characters
|
||||||
|
* Removed references to Twitter from documentation
|
||||||
|
* Enabled documentation build on Windows
|
||||||
|
* Various fixes to documentation and docstrings
|
||||||
|
- Add additional test dependencies to fix tests
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 19 22:40:49 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Fix URL for CHANGELOG.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 4 08:57:43 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.4.0:
|
||||||
|
* Too many changes to list, see
|
||||||
|
%{_docdir}/python3<N>-bokeh/CHANGELOG.
|
||||||
|
- Add CHANGELOG file as Source; it is missing from PyPI tarballs.
|
||||||
|
- Drop bokeh-sampledata.tar.xz as tarball cannot be checked
|
||||||
|
against upstream (it is generated locally by the packager and
|
||||||
|
liable to be compromised); delete or disable tests depending on
|
||||||
|
sampledata.
|
||||||
|
- Drop python-nbconvert requirement for test flavour on `%ix86`,
|
||||||
|
where it is unavailable.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 21:19:00 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
Mon Mar 4 21:19:00 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%bcond_with testexamples
|
%bcond_with testexamples
|
||||||
|
|
||||||
Name: python-bokeh%{psuffix}
|
Name: python-bokeh%{psuffix}
|
||||||
Version: 3.3.4
|
Version: 3.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Statistical interactive HTML plots for Python
|
Summary: Statistical interactive HTML plots for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -39,8 +39,8 @@ URL: https://bokeh.org/
|
|||||||
Source0: https://files.pythonhosted.org/packages/source/b/bokeh/bokeh-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/b/bokeh/bokeh-%{version}.tar.gz
|
||||||
# for the tests
|
# for the tests
|
||||||
Source1: https://github.com/bokeh/bokeh/archive/refs/tags/%{version}.tar.gz#/bokeh-%{version}-gh.tar.gz
|
Source1: https://github.com/bokeh/bokeh/archive/refs/tags/%{version}.tar.gz#/bokeh-%{version}-gh.tar.gz
|
||||||
# Sampledata: `rm -rf .bokeh && HOME=$PWD bokeh sampledata && tar cJf bokeh-sampledata.tar.xz .bokeh`
|
# Only present in the GH tarball, not extracted during non-test builds
|
||||||
Source99: bokeh-sampledata.tar.xz
|
Source2: https://raw.githubusercontent.com/bokeh/bokeh/%{version}/docs/CHANGELOG
|
||||||
BuildRequires: %{python_module Jinja2 >= 2.9}
|
BuildRequires: %{python_module Jinja2 >= 2.9}
|
||||||
BuildRequires: %{python_module Pillow >= 7.1.0}
|
BuildRequires: %{python_module Pillow >= 7.1.0}
|
||||||
BuildRequires: %{python_module PyYAML >= 3.10}
|
BuildRequires: %{python_module PyYAML >= 3.10}
|
||||||
@ -80,8 +80,12 @@ BuildRequires: %{python_module flaky}
|
|||||||
BuildRequires: %{python_module icalendar}
|
BuildRequires: %{python_module icalendar}
|
||||||
BuildRequires: %{python_module ipython}
|
BuildRequires: %{python_module ipython}
|
||||||
BuildRequires: %{python_module json5}
|
BuildRequires: %{python_module json5}
|
||||||
|
%ifarch %{ix86}
|
||||||
BuildRequires: %{python_module nbconvert >= 5.4}
|
BuildRequires: %{python_module nbconvert >= 5.4}
|
||||||
|
%endif
|
||||||
|
BuildRequires: %{python_module nbformat}
|
||||||
BuildRequires: %{python_module networkx}
|
BuildRequires: %{python_module networkx}
|
||||||
|
BuildRequires: %{python_module notebook}
|
||||||
BuildRequires: %{python_module pandas-datareader}
|
BuildRequires: %{python_module pandas-datareader}
|
||||||
BuildRequires: %{python_module pandas}
|
BuildRequires: %{python_module pandas}
|
||||||
BuildRequires: %{python_module pydot}
|
BuildRequires: %{python_module pydot}
|
||||||
@ -111,8 +115,9 @@ with interactivity over large or streaming datasets.
|
|||||||
%prep
|
%prep
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%setup -q -n bokeh-%{version}
|
%setup -q -n bokeh-%{version}
|
||||||
|
cp %{SOURCE2} ./
|
||||||
%else
|
%else
|
||||||
%setup -q -n bokeh-%{version} -T -b1 -a99
|
%setup -q -n bokeh-%{version} -T -b1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
@ -174,7 +179,10 @@ deselectname+=" or test_external_js_and_css_resource_ordering"
|
|||||||
deselectname+=" or test_vermin"
|
deselectname+=" or test_vermin"
|
||||||
# network
|
# network
|
||||||
deselectname+=" or test__use_provided_session_header_autoload"
|
deselectname+=" or test__use_provided_session_header_autoload"
|
||||||
# for finding the sampledata (packaged in Source99)
|
# No sampledata
|
||||||
|
rm -fr tests/unit/bokeh/sampledata
|
||||||
|
deselectname+=" or test_contour or test_sampledata__util"
|
||||||
|
# Needed for writing fontconfig cache dir
|
||||||
export HOME=$PWD
|
export HOME=$PWD
|
||||||
export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./)
|
export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./)
|
||||||
%pytest -v -m "not selenium" -k "not ($deselectname)" --no-js -n auto
|
%pytest -v -m "not selenium" -k "not ($deselectname)" --no-js -n auto
|
||||||
@ -189,7 +197,7 @@ export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./)
|
|||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.md
|
%doc README.md CHANGELOG
|
||||||
%python_alternative %{_bindir}/bokeh
|
%python_alternative %{_bindir}/bokeh
|
||||||
%{python_sitelib}/bokeh/
|
%{python_sitelib}/bokeh/
|
||||||
%{python_sitelib}/bokeh-%{version}*-info
|
%{python_sitelib}/bokeh-%{version}*-info
|
||||||
|
Loading…
Reference in New Issue
Block a user