15
0
forked from pool/python-dash

Accepting request 785218 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/785218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dash?expand=0&rev=6
This commit is contained in:
2020-03-16 09:19:16 +00:00
committed by Git OBS Bridge
parent 6dd4045bd2
commit 71004c23d0
4 changed files with 21 additions and 11 deletions

View File

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

3
dash-1.9.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Mar 14 16:02:04 UTC 2020 - Arun Persaud <arun@gmx.de>
- specfile:
* be more specific in files section
- update to version 1.9.1:
* #1133 Allow the compress config variable to be set with an
environment variable with DASH_COMPRESS=FALSE
-------------------------------------------------------------------
Mon Feb 10 15:30:22 UTC 2020 - Todd R <toddrme2178@gmail.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-dash
Version: 1.9.0
Version: 1.9.1
Release: 0
Summary: Python framework for building reactive web-apps
License: MIT
@@ -27,18 +27,17 @@ Group: Development/Languages/Python
URL: https://github.com/plotly/dash
Source: https://files.pythonhosted.org/packages/source/d/dash/dash-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Flask >= 0.12
Requires: python-Flask-Compress
Requires: python-plotly
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Flask >= 0.12}
BuildRequires: %{python_module Flask-Compress}
BuildRequires: %{python_module plotly}
# /SECTION
BuildRequires: fdupes
Requires: python-Flask >= 0.12
Requires: python-Flask-Compress
Requires: python-plotly
BuildArch: noarch
%python_subpackages
%description
@@ -65,6 +64,7 @@ sed -i -e '/^#!\//, 1d' dash/extract-meta.js
%license LICENSE
%python3_only %{_bindir}/dash-generate-components
%python3_only %{_bindir}/renderer
%{python_sitelib}/*
%{python_sitelib}/dash
%{python_sitelib}/dash-%{version}-py*.egg-info
%changelog