Compare commits

6 Commits

Author SHA256 Message Date
1082874bda Accepting request 1277939 from devel:languages:python:numeric
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1277939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dash?expand=0&rev=21
2025-05-20 07:34:19 +00:00
880e78d5c4 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-dash?expand=0&rev=13
2025-05-09 05:26:13 +00:00
6de5481bf7 Accepting request 1266896 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1266896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dash?expand=0&rev=20
2025-04-03 16:43:42 +00:00
ad26f596e7 Accepting request 1266791 from home:illuusio:python:3.11
- Update to 2.18.2
  * Lots of changes since 2.16.1:
    https://github.com/plotly/dash/compare/v2.16.1...v2.18.2
  * Drop dependencies python-dash-core-components,
    python dash-html-components and dash-table as they are moved to
    main dash repo

OBS-URL: https://build.opensuse.org/request/show/1266791
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-dash?expand=0&rev=12
2025-04-03 13:20:58 +00:00
024b7fe082 Accepting request 1193892 from devel:languages:python:numeric
- switch to modern python for sle15

OBS-URL: https://build.opensuse.org/request/show/1193892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dash?expand=0&rev=19
2024-08-16 10:23:15 +00:00
71d46b1237 - switch to modern python for sle15
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-dash?expand=0&rev=11
2024-08-14 14:50:15 +00:00
4 changed files with 29 additions and 15 deletions

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20e8404f73d0fe88ce2eae33c25bbc513cbe52f30d23a401fa5f24dbb44296c8
size 7457235

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri May 9 05:08:11 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Thu Apr 3 07:42:31 UTC 2025 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- Update to 2.18.2
* Lots of changes since 2.16.1:
https://github.com/plotly/dash/compare/v2.16.1...v2.18.2
* Drop dependencies python-dash-core-components,
python dash-html-components and dash-table as they are moved to
main dash repo
-------------------------------------------------------------------
Wed Aug 14 14:50:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
- switch to modern python for sle15
-------------------------------------------------------------------
Sat Apr 6 19:11:28 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,10 +18,10 @@
# We can't test currenty, see below.
%bcond_with test
%define skip_python39 1
%define distver 2.16.1
%define distver 2.18.2
%{?sle15_python_module_pythons}
Name: python-dash
Version: 2.16.1
Version: 2.18.2
Release: 0
Summary: Python framework for building reactive web-apps
License: MIT
@@ -31,9 +31,6 @@ Source: https://files.pythonhosted.org/packages/source/d/dash/dash-%{ver
Source99: python-dash.rpmlintrc
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module Flask >= 1.0.4}
BuildRequires: %{python_module dash-core-components = 2.0.0}
BuildRequires: %{python_module dash-html-components = 2.0.0}
BuildRequires: %{python_module dash-table = 5.0.0}
BuildRequires: %{python_module percy}
BuildRequires: %{python_module plotly >= 5.0.0}
BuildRequires: %{python_module setuptools}
@@ -58,9 +55,6 @@ Requires: python-requests
Requires: python-retrying
Requires: python-nest-asyncio
Requires: python-setuptools
Requires: python-dash-core-components = 2.0.0
Requires: python-dash-html-components = 2.0.0
Requires: python-dash-table = 5.0.0
Requires: python-plotly >= 5.0.0
Requires: jupyter-dash = %{version}-%{release}
# SECTION testing extras
@@ -112,10 +106,10 @@ chmod -x dash/extract-meta.js
find . -name .gitkeep -delete
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/renderer
%python_clone -a %{buildroot}%{_bindir}/dash-generate-components
%python_clone -a %{buildroot}%{_bindir}/dash-update-components
@@ -151,6 +145,6 @@ find . -name .gitkeep -delete
%python_alternative %{_bindir}/dash-update-components
%python_alternative %{_bindir}/renderer
%{python_sitelib}/dash
%{python_sitelib}/dash-%{version}*-info
%{python_sitelib}/dash-%{version}.dist-info
%changelog