Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-dash-table for 
openSUSE:Factory checked in at 2022-06-08 14:25:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dash-table (Old)
 and      /work/SRC/openSUSE:Factory/.python-dash-table.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dash-table"

Wed Jun  8 14:25:11 2022 rev:5 rq:981257 version:5.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dash-table/python-dash-table.changes      
2021-04-12 17:10:50.470596632 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dash-table.new.1548/python-dash-table.changes
    2022-06-08 14:25:30.784546394 +0200
@@ -1,0 +2,10 @@
+Tue Jun  7 20:20:59 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 5.0.0 
+  * As of Dash 2, the development of dash-table has been
+    moved to the main Dash repo
+  * This package exists for backward compatibility as Dash still
+    lists it as requirement. It has no further functionality than
+    displaying a deprecation message.
+
+-------------------------------------------------------------------

Old:
----
  _multibuild
  dash-table-4.11.3-gh.tar.gz

New:
----
  dash_table-5.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-dash-table.spec ++++++
--- /var/tmp/diff_new_pack.52qrah/_old  2022-06-08 14:25:31.176546880 +0200
+++ /var/tmp/diff_new_pack.52qrah/_new  2022-06-08 14:25:31.180546886 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-dash-table-test
+# spec file for package python-dash-table
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,64 +16,41 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%global flavor @BUILD_FLAVOR@%{nil}
-%if "%{flavor}" == "test"
-%define psuffix -test
-%bcond_without test
-%else
-%define psuffix %{nil}
-%bcond_with test
-%endif
-%define skip_python2 1
-# Upstream cannot tag the release version, due to a Julia bug,
-# but we need the github archive for the test files
-# https://github.com/plotly/dash-table/issues/850
-# get this from the master branch (dev is the default but does not have the 
full package)
-%define commit 6dba4d539674b91a073a5e13dd344654390ce4f7
-Name:           python-dash-table%{psuffix}
-Version:        4.11.3
+Name:           python-dash-table
+Version:        5.0.0
 Release:        0
 Summary:        Dash table
 License:        MIT
 URL:            https://github.com/plotly/dash-table
-Source:         
https://github.com/plotly/dash-table/archive/%{commit}.tar.gz#/dash-table-%{version}-gh.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/d/dash-table/dash_table-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-%if %{with test}
-BuildRequires:  %{python_module dash}
-BuildRequires:  %{python_module pytest}
-%endif
 %python_subpackages
 
 %description
 An interactive DataTable for Dash.
 
+As of Dash 2, the development of dash-table has been moved to the main Dash 
repo
+
+This package exists for backward compatibility as Dash still lists it as 
requirement. It
+has no further functionality than displaying a deprecation message.
+
 %prep
-%setup -q -n dash-table-%{commit}
+%setup -q -n dash_table-%{version}
 
 %build
 %python_build
 
 %install
-%if !%{with test}
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
-%endif
-
-%check
-%if %{with test}
-%pytest tests/unit
-%endif
 
-%if !%{with test}
 %files %{python_files}
 %license LICENSE
 %doc README.md
 %{python_sitelib}/dash_table/
 %{python_sitelib}/dash_table-%{version}*-info
-%endif
 
 %changelog

Reply via email to