Hello community,
here is the log from the commit of package jupyter-jupyterlab_github for
openSUSE:Factory checked in at 2020-01-03 17:37:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jupyter-jupyterlab_github (Old)
and /work/SRC/openSUSE:Factory/.jupyter-jupyterlab_github.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jupyter-jupyterlab_github"
Fri Jan 3 17:37:13 2020 rev:3 rq:760469 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/jupyter-jupyterlab_github/jupyter-jupyterlab_github.changes
2019-08-27 10:19:23.663947526 +0200
+++
/work/SRC/openSUSE:Factory/.jupyter-jupyterlab_github.new.6675/jupyter-jupyterlab_github.changes
2020-01-03 17:37:16.155304439 +0100
@@ -1,0 +2,5 @@
+Sat Dec 21 19:40:55 UTC 2019 - Bernhard Wiedemann <[email protected]>
+
+- Use pyproject_install macro (boo#1094323)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jupyter-jupyterlab_github.spec ++++++
--- /var/tmp/diff_new_pack.gAbojN/_old 2020-01-03 17:37:16.623304680 +0100
+++ /var/tmp/diff_new_pack.gAbojN/_new 2020-01-03 17:37:16.623304680 +0100
@@ -16,6 +16,7 @@
#
+%define pythons python3
Name: jupyter-jupyterlab_github
Version: 1.0.0
Release: 0
@@ -49,7 +50,8 @@
# Not Needed
%install
-pip%{python3_bin_suffix} install --root=%{buildroot} %{SOURCE0}
+cp -a %{SOURCE0} .
+%pyproject_install
%{jupyter_move_config}
%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}