From 1ffd9ae1962bbc71ff58a186fdcbcba30684b2c58882145bfe93890952f2bffa Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 16 Aug 2019 18:18:07 +0000 Subject: [PATCH] Accepting request 724169 from home:TheBlackCat:branches:devel:languages:python:numeric Update to 1.3.4 OBS-URL: https://build.opensuse.org/request/show/724169 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=20 --- bokeh-1.3.0.tar.gz | 3 --- bokeh-1.3.4.tar.gz | 3 +++ python-bokeh.changes | 21 +++++++++++++++++++++ python-bokeh.spec | 8 ++++---- 4 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 bokeh-1.3.0.tar.gz create mode 100644 bokeh-1.3.4.tar.gz diff --git a/bokeh-1.3.0.tar.gz b/bokeh-1.3.0.tar.gz deleted file mode 100644 index 6d8879d..0000000 --- a/bokeh-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb3b6942f57037d3dc3f2c8c2757ae4d109e829725d605023c5c9dfbe80f7edc -size 17838223 diff --git a/bokeh-1.3.4.tar.gz b/bokeh-1.3.4.tar.gz new file mode 100644 index 0000000..12003c1 --- /dev/null +++ b/bokeh-1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d97bed5b199a10686486001fed5c854e4c04ebe28859923f27c52b93904754 +size 17847575 diff --git a/python-bokeh.changes b/python-bokeh.changes index a0761c3..c7a80f9 100644 --- a/python-bokeh.changes +++ b/python-bokeh.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Aug 16 18:15:49 UTC 2019 - Todd R + +- Update to 1.3.4 + + tasks: + * [component: build] Update pypi token +- Update to 1.3.2 + + bugfixes: + * [component: build] Compute runtime deps correctly + + tasks: + * [component: docs] [bug] wrong option names in sphinxext documentation + * [component: build] Use pypi token to upload releases + * [component: bokehjs] [component: build] Use npm token to publish +- Update to 1.3.1 + + bugfixes: + * [component: bokehjs] [regression] [bug] export_png broken in bokeh 1.3.0 + + tasks: + * [notebook] [widgets] Autocomplete should start with a single character + * [component: build] Upload to backup cdn + * [component: build] Exclude ipython tests on minimal build + ------------------------------------------------------------------- Fri Jul 26 16:53:11 UTC 2019 - Todd R diff --git a/python-bokeh.spec b/python-bokeh.spec index 8e85e9d..ce2ca7e 100644 --- a/python-bokeh.spec +++ b/python-bokeh.spec @@ -17,15 +17,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -# Tests fail due to missing git data +# Tests fail due to missing git data, +# and building the JS from source doesn't work %bcond_with tests Name: python-bokeh -Version: 1.3.0 +Version: 1.3.4 Release: 0 Summary: Statistical interactive HTML plots for Python License: BSD-3-Clause Group: Development/Languages/Python -URL: http://bokeh.pydata.org/ +URL: https://github.com/bokeh/bokeh/ Source: https://files.pythonhosted.org/packages/source/b/bokeh/bokeh-%{version}.tar.gz BuildRequires: %{python_module Jinja2 >= 2.7} BuildRequires: %{python_module Pillow >= 4.0} @@ -39,7 +40,6 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.5.2} BuildRequires: %{python_module tornado >= 4.3} BuildRequires: fdupes -# Python2 dependencies BuildRequires: python-futures >= 3.0.3 BuildRequires: python-rpm-macros BuildConflicts: python-buildservice-tweak