Hello community, here is the log from the commit of package python-dash for openSUSE:Factory checked in at 2020-04-01 19:08:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dash (Old) and /work/SRC/openSUSE:Factory/.python-dash.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dash" Wed Apr 1 19:08:38 2020 rev:7 rq:790028 version:1.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dash/python-dash.changes 2020-03-16 10:20:10.375632072 +0100 +++ /work/SRC/openSUSE:Factory/.python-dash.new.3248/python-dash.changes 2020-04-01 19:10:11.987311414 +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.iBe8FX/_old 2020-04-01 19:10:15.679313076 +0200 +++ /var/tmp/diff_new_pack.iBe8FX/_new 2020-04-01 19:10:15.679313076 +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
