Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jupyter for openSUSE:Factory checked 
in at 2022-01-09 22:49:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jupyter (Old)
 and      /work/SRC/openSUSE:Factory/.jupyter.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jupyter"

Sun Jan  9 22:49:51 2022 rev:8 rq:945107 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jupyter/jupyter-filesystem.changes       
2022-01-07 12:46:10.971837192 +0100
+++ /work/SRC/openSUSE:Factory/.jupyter.new.1892/jupyter-filesystem.changes     
2022-01-09 22:49:53.907269289 +0100
@@ -1,0 +2,8 @@
+Fri Jan  7 21:26:08 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 20220107
+  * Add jupyter-rpm-macros metapackage
+  * provide convenience macro %_jupyter_config for distinction
+    between _distconfdir (15.4 and TW) and _sysconfdir (15.3)
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/jupyter/jupyter.changes  2021-11-18 
10:33:12.827872796 +0100
+++ /work/SRC/openSUSE:Factory/.jupyter.new.1892/jupyter.changes        
2022-01-09 22:49:53.979269354 +0100
@@ -1,0 +2,5 @@
+Fri Jan  7 21:33:12 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Skip python2: There is no python2-qtconsole
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jupyter-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.Wl9RlE/_old  2022-01-09 22:49:54.883270161 +0100
+++ /var/tmp/diff_new_pack.Wl9RlE/_new  2022-01-09 22:49:54.883270161 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jupyter-filesystem
 #
-# 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           jupyter-filesystem
 URL:            https://jupyter.org/
-Version:        20211114
+Version:        20220107
 Release:        0
 %define tar_ver 1.0.0
 Summary:        Common directories shared by Jupyter packages
@@ -52,7 +52,9 @@
 
 %define _jupyter_prefix          %{_datadir}/jupyter/
 %define _jupyter_kernel_dir      %{_jupyter_prefix}/kernels/
-%define _jupyter_confdir         %{_distconfdir}/jupyter/
+%define _jupyter_confdir         
%{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}/jupyter/
+%define _jupyter_distconfig      %{?_distconfdir:1}%{nil}
+%define _jupyter_config          %{!?_distconfdir:%config}%{nil}
 
 %package     -n jupyter-notebook-filesystem
 Summary:        Common directories shared by Jupyter notebook packages
@@ -106,6 +108,16 @@
 %define _jupyter_labextensions_dir  %{_jupyter_lab_dir}/extensions/
 %define _jupyter_labextensions_dir3  %{_jupyter_prefix}/labextensions/
 
+%package     -n jupyter-rpm-macros
+Summary:        Macros for building Jupyter RPM packages
+Requires:       jupyter-jupyter_core-filesystem = %{version}
+Requires:       jupyter-jupyterlab-filesystem = %{version}
+Requires:       jupyter-notebook-filesystem = %{version}
+
+%description -n jupyter-rpm-macros
+This package provides macros for building packages that interface with
+Jupyter, Notebook or Jupyterlab.
+
 %prep
 %setup -q -n jupyter-%{tar_ver}
 
@@ -179,4 +191,7 @@
 %dir %{_jupyter_labextensions_dir}
 %dir %{_jupyter_labextensions_dir3}
 
+%files -n jupyter-rpm-macros
+%license LICENSE
+
 %changelog

++++++ jupyter.spec ++++++
--- /var/tmp/diff_new_pack.Wl9RlE/_old  2022-01-09 22:49:54.903270179 +0100
+++ /var/tmp/diff_new_pack.Wl9RlE/_new  2022-01-09 22:49:54.907270181 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jupyter
 #
-# 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
@@ -17,6 +17,7 @@
 
 
 %define plainpython python
+%define skip_python2 1
 Name:           jupyter
 Version:        1.0.0
 Release:        0


++++++ macros.jupyter_core ++++++
--- /var/tmp/diff_new_pack.Wl9RlE/_old  2022-01-09 22:49:54.955270224 +0100
+++ /var/tmp/diff_new_pack.Wl9RlE/_new  2022-01-09 22:49:54.959270229 +0100
@@ -1,8 +1,8 @@
 %_jupyter_prefix          %{_datadir}/jupyter/
 %_jupyter_kernel_dir      %{_jupyter_prefix}/kernels/
-%_jupyter_confdir         %{_distconfdir}/jupyter/
-
-%_jupyter_distconfig 1
+%_jupyter_confdir         
%{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}/jupyter/
+%_jupyter_distconfig      %{?_distconfdir:1}%{nil}
+%_jupyter_config          %{!?_distconfdir:%config}%{nil}
 
 %jupyter_move_config \
   if [ "$(dirname %{_prefix}/etc/jupyter/)" != "$(dirname 
%{_jupyter_confdir})" ]; then \

Reply via email to