Hello community, here is the log from the commit of package python-dash for openSUSE:Leap:15.2 checked in at 2020-04-08 12:48:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-dash (Old) and /work/SRC/openSUSE:Leap:15.2/.python-dash.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dash" Wed Apr 8 12:48:42 2020 rev:5 rq:790657 version:1.9.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-dash/python-dash.changes 2020-03-17 04:16:09.908994804 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-dash.new.3248/python-dash.changes 2020-04-08 12:49:18.434371127 +0200 @@ -1,0 +2,5 @@ +Tue Mar 31 07:22:22 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Fix all the runtime dependencies + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dash.spec ++++++ --- /var/tmp/diff_new_pack.gCYn4Y/_old 2020-04-08 12:49:18.770371302 +0200 +++ /var/tmp/diff_new_pack.gCYn4Y/_new 2020-04-08 12:49:18.774371304 +0200 @@ -23,19 +23,34 @@ Release: 0 Summary: Python framework for building reactive web-apps License: MIT -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 >= 1.0.2 Requires: python-Flask-Compress +# dash/testing/dash_page.py +Requires: python-beautifulsoup4 +Requires: python-dash-core-components >= 1.8.1 +Requires: python-dash-html-components >= 1.0.2 +Requires: python-dash-renderer >= 1.2.4 +Requires: python-dash-table >= 4.6.1 +Requires: python-future +# needed for dash/testing/browser.py +Requires: python-percy Requires: python-plotly BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module Flask >= 0.12} +BuildRequires: %{python_module Flask >= 1.0.2} BuildRequires: %{python_module Flask-Compress} +BuildRequires: %{python_module beautifulsoup4} +BuildRequires: %{python_module dash-core-components >= 1.8.1} +BuildRequires: %{python_module dash-html-components >= 1.0.2} +BuildRequires: %{python_module dash-renderer >= 1.2.4} +BuildRequires: %{python_module dash-table >= 4.6.1} +BuildRequires: %{python_module future} +BuildRequires: %{python_module percy} BuildRequires: %{python_module plotly} # /SECTION %python_subpackages @@ -51,6 +66,8 @@ %prep %setup -q -n dash-%{version} sed -i -e '/^#!\//, 1d' dash/extract-meta.js +# no hardcoded versions +sed -i -e 's:==:>=:g' requires-*txt %build %python_build
