Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1082874bda | |||
| 880e78d5c4 | |||
| 6de5481bf7 | |||
| ad26f596e7 | |||
| 024b7fe082 | |||
| 71d46b1237 |
@@ -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
3
dash-2.18.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20e8404f73d0fe88ce2eae33c25bbc513cbe52f30d23a401fa5f24dbb44296c8
|
||||
size 7457235
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user