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
This commit is contained in:
parent
90ab1536e5
commit
1ffd9ae196
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cb3b6942f57037d3dc3f2c8c2757ae4d109e829725d605023c5c9dfbe80f7edc
|
|
||||||
size 17838223
|
|
3
bokeh-1.3.4.tar.gz
Normal file
3
bokeh-1.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e2d97bed5b199a10686486001fed5c854e4c04ebe28859923f27c52b93904754
|
||||||
|
size 17847575
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 16 18:15:49 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- 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 <toddrme2178@gmail.com>
|
Fri Jul 26 16:53:11 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -17,15 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!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
|
%bcond_with tests
|
||||||
Name: python-bokeh
|
Name: python-bokeh
|
||||||
Version: 1.3.0
|
Version: 1.3.4
|
||||||
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
|
||||||
Group: Development/Languages/Python
|
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
|
Source: https://files.pythonhosted.org/packages/source/b/bokeh/bokeh-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Jinja2 >= 2.7}
|
BuildRequires: %{python_module Jinja2 >= 2.7}
|
||||||
BuildRequires: %{python_module Pillow >= 4.0}
|
BuildRequires: %{python_module Pillow >= 4.0}
|
||||||
@ -39,7 +40,6 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: %{python_module six >= 1.5.2}
|
BuildRequires: %{python_module six >= 1.5.2}
|
||||||
BuildRequires: %{python_module tornado >= 4.3}
|
BuildRequires: %{python_module tornado >= 4.3}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
# Python2 dependencies
|
|
||||||
BuildRequires: python-futures >= 3.0.3
|
BuildRequires: python-futures >= 3.0.3
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildConflicts: python-buildservice-tweak
|
BuildConflicts: python-buildservice-tweak
|
||||||
|
Loading…
Reference in New Issue
Block a user