Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package jupyter-jupyter_dashboards for
openSUSE:Factory checked in at 2022-05-12 22:59:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jupyter-jupyter_dashboards (Old)
and /work/SRC/openSUSE:Factory/.jupyter-jupyter_dashboards.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jupyter-jupyter_dashboards"
Thu May 12 22:59:19 2022 rev:3 rq:976232 version:0.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/jupyter-jupyter_dashboards/jupyter-jupyter_dashboards.changes
2021-09-23 23:03:56.408317947 +0200
+++
/work/SRC/openSUSE:Factory/.jupyter-jupyter_dashboards.new.1538/jupyter-jupyter_dashboards.changes
2022-05-12 22:59:47.820751420 +0200
@@ -1,0 +2,5 @@
+Wed May 11 08:01:04 UTC 2022 - Ben Greiner <[email protected]>
+
+- fix fdupes and obsoletes error
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jupyter-jupyter_dashboards.spec ++++++
--- /var/tmp/diff_new_pack.WveuAC/_old 2022-05-12 22:59:48.340752118 +0200
+++ /var/tmp/diff_new_pack.WveuAC/_new 2022-05-12 22:59:48.344752124 +0200
@@ -1,7 +1,7 @@
#
# spec file for package jupyter-jupyter_dashboards
#
-# 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
@@ -22,7 +22,7 @@
Summary: Extension for using Jupyter Notebooks as dynamic dashboards
License: BSD-3-Clause
Group: Development/Languages/Python
-URL: https://github.com/jupyter/dashboards
+URL: https://github.com/jupyter-attic/dashboards
Source:
https://files.pythonhosted.org/packages/source/j/jupyter_dashboards/jupyter_dashboards-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: jupyter-notebook >= 4.0
@@ -33,8 +33,8 @@
Requires: python3-certifi
Requires(post): jupyter-notebook >= 4.0
Requires(preun):jupyter-notebook >= 4.0
-Provides: python3-jupyter_dashboards = %{version}
-Obsoletes: python3-jupyter_dashboards <= %{version}
+Provides: python3-jupyter_dashboards = %{version}-%{release}
+Obsoletes: python3-jupyter_dashboards < %{version}-%{release}
BuildArch: noarch
%description
@@ -74,7 +74,8 @@
%python3_install
%{jupyter_nbextension_install jupyter_dashboards}
-%{fdupes %{buildroot}%{python3_sitelib}
%{buildroot}%{_jupyter_nbextension_dir}}
+%fdupes %{buildroot}%{python3_sitelib}
+%fdupes %{buildroot}%{_jupyter_nbextension_dir}
%post
%{jupyter_nbextension_enable jupyter_dashboards}
@@ -89,7 +90,7 @@
%license LICENSE.md
%{_bindir}/jupyter-dashboards
%{python3_sitelib}/jupyter_dashboards/
-%{python3_sitelib}/jupyter_dashboards-%{version}-py*.egg-info
+%{python3_sitelib}/jupyter_dashboards-%{version}*-info
%{_jupyter_nbextension_dir}/jupyter_dashboards/
%changelog