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

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