Accepting request 724170 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/724170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2019-08-22 08:50:27 +00:00 committed by Git OBS Bridge
commit 48faaa41be
4 changed files with 28 additions and 7 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2d97bed5b199a10686486001fed5c854e4c04ebe28859923f27c52b93904754
size 17847575

View File

@ -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>

View File

@ -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