From 71004c23d0269b2efa46cec38d07471a2aaaaf9f03fb4d250d6260017ee378c4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 16 Mar 2020 09:19:16 +0000 Subject: [PATCH] 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 --- dash-1.9.0.tar.gz | 3 --- dash-1.9.1.tar.gz | 3 +++ python-dash.changes | 10 ++++++++++ python-dash.spec | 16 ++++++++-------- 4 files changed, 21 insertions(+), 11 deletions(-) delete mode 100644 dash-1.9.0.tar.gz create mode 100644 dash-1.9.1.tar.gz diff --git a/dash-1.9.0.tar.gz b/dash-1.9.0.tar.gz deleted file mode 100644 index 6319e92..0000000 --- a/dash-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:678884297afaae08a638cf1bda61c8f89f7cf2c8fd15f36ea29c43559684f4fa -size 64167 diff --git a/dash-1.9.1.tar.gz b/dash-1.9.1.tar.gz new file mode 100644 index 0000000..037f132 --- /dev/null +++ b/dash-1.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a488d380f02ba7c8e624a7c4d89f9e39368b8d9ed4a6f463364894a237f1fd8 +size 64215 diff --git a/python-dash.changes b/python-dash.changes index d250a9f..c8dd985 100644 --- a/python-dash.changes +++ b/python-dash.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Mar 14 16:02:04 UTC 2020 - Arun Persaud + +- 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 diff --git a/python-dash.spec b/python-dash.spec index e39d3a3..3423201 100644 --- a/python-dash.spec +++ b/python-dash.spec @@ -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