commit python-sidecar for openSUSE:Factory

2020-01-16 Thread root
Hello community,

here is the log from the commit of package python-sidecar for openSUSE:Factory 
checked in at 2020-01-16 18:20:30

Comparing /work/SRC/openSUSE:Factory/python-sidecar (Old)
 and  /work/SRC/openSUSE:Factory/.python-sidecar.new.26092 (New)


Package is "python-sidecar"

Thu Jan 16 18:20:30 2020 rev:3 rq:764705 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/python-sidecar/python-sidecar.changes
2019-08-19 21:38:50.244329907 +0200
+++ /work/SRC/openSUSE:Factory/.python-sidecar.new.26092/python-sidecar.changes 
2020-01-16 18:20:33.220951491 +0100
@@ -1,0 +2,5 @@
+Sat Jan 11 13:55:39 UTC 2020 - Bernhard Wiedemann 
+
+- Use pyproject_install macro (boo#1094323)
+
+---



Other differences:
--
++ python-sidecar.spec ++
--- /var/tmp/diff_new_pack.mig0Zh/_old  2020-01-16 18:20:34.696952325 +0100
+++ /var/tmp/diff_new_pack.mig0Zh/_new  2020-01-16 18:20:34.696952325 +0100
@@ -68,7 +68,8 @@
 # Not needed
 
 %install
-%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
+cp -a %{SOURCE0} .
+%pyproject_install
 cp %{buildroot}%{python3_sitelib}/sidecar-%{mainver}.dist-info/LICENSE.txt .
 
 %files %{python_files}





commit python-sidecar for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package python-sidecar for openSUSE:Factory 
checked in at 2019-08-19 21:38:44

Comparing /work/SRC/openSUSE:Factory/python-sidecar (Old)
 and  /work/SRC/openSUSE:Factory/.python-sidecar.new.22127 (New)


Package is "python-sidecar"

Mon Aug 19 21:38:44 2019 rev:2 rq:724166 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/python-sidecar/python-sidecar.changes
2019-05-22 15:39:12.494560902 +0200
+++ /work/SRC/openSUSE:Factory/.python-sidecar.new.22127/python-sidecar.changes 
2019-08-19 21:38:50.244329907 +0200
@@ -1,0 +2,5 @@
+Fri Aug 16 17:23:31 UTC 2019 - Todd R 
+
+- Doesn't need ful jupyterlab for install
+
+---



Other differences:
--
++ python-sidecar.spec ++
--- /var/tmp/diff_new_pack.AIIf7M/_old  2019-08-19 21:38:51.508329112 +0200
+++ /var/tmp/diff_new_pack.AIIf7M/_new  2019-08-19 21:38:51.508329112 +0200
@@ -28,7 +28,7 @@
 Group:  Development/Languages/Python
 Source: 
https://files.pythonhosted.org/packages/py2.py3/s/sidecar/sidecar-%{mainver}-py2.py3-none-any.whl
 
 BuildRequires:  python-rpm-macros
-BuildRequires:  jupyter-jupyterlab
+BuildRequires:  jupyter-jupyterlab-filesystem
 BuildRequires:  %{python_module pip}
 # SECTION test requirements
 BuildRequires:  %{python_module ipywidgets >= 7.0.0}