commit python-jupyter_kernel_test for openSUSE:Factory

2020-01-16 Thread root
Hello community,

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

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


Package is "python-jupyter_kernel_test"

Thu Jan 16 18:20:21 2020 rev:3 rq:764700 version:0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_kernel_test/python-jupyter_kernel_test.changes
2019-05-22 11:05:54.146583496 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_kernel_test.new.26092/python-jupyter_kernel_test.changes
 2020-01-16 18:20:25.192946949 +0100
@@ -1,0 +2,5 @@
+Sat Jan 11 14:44:25 UTC 2020 - Bernhard Wiedemann 
+
+- Use pyproject_install macro (boo#1094323)
+
+---



Other differences:
--
++ python-jupyter_kernel_test.spec ++
--- /var/tmp/diff_new_pack.2uqmj1/_old  2020-01-16 18:20:25.824947307 +0100
+++ /var/tmp/diff_new_pack.2uqmj1/_new  2020-01-16 18:20:25.828947310 +0100
@@ -55,12 +55,8 @@
 # Not needed
 
 %install
-%python_expand pip%{$python_bin_suffix} install \
---root %{buildroot} \
---prefix %{_prefix} \
---compile \
-%{SOURCE0}
-
+cp -a %{SOURCE0} .
+%pyproject_install
 %python_expand cp 
%{buildroot}%{$python_sitelib}/jupyter_kernel_test-%{version}.dist-info/COPYING.md
 .
 
 %if %{with test}





commit python-jupyter_kernel_test for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package python-jupyter_kernel_test for 
openSUSE:Factory checked in at 2019-05-22 11:05:52

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


Package is "python-jupyter_kernel_test"

Wed May 22 11:05:52 2019 rev:2 rq:698328 version:0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_kernel_test/python-jupyter_kernel_test.changes
2018-06-03 12:35:54.840829486 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_kernel_test.new.5148/python-jupyter_kernel_test.changes
  2019-05-22 11:05:54.146583496 +0200
@@ -1,0 +2,5 @@
+Thu Apr 25 01:59:57 UTC 2019 - Todd R 
+
+- Provide jupyter package.
+
+---



Other differences:
--
++ python-jupyter_kernel_test.spec ++
--- /var/tmp/diff_new_pack.wtChPJ/_old  2019-05-22 11:05:55.714583834 +0200
+++ /var/tmp/diff_new_pack.wtChPJ/_new  2019-05-22 11:05:55.754583843 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jupyter_kernel_test
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -25,9 +25,8 @@
 Summary:Machinery for testing Jupyter kernels via the messaging 
protocol
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://github.com/Calysto/octave_kernel
+URL:http://github.com/Calysto/octave_kernel
 Source0:
https://files.pythonhosted.org/packages/py3/j/jupyter_kernel_test/jupyter_kernel_test-%{version}-py3-none-any.whl
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module jupyter_client}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pip}
@@ -38,7 +37,9 @@
 Requires:   python-nose
 Requires:   python-traitlets
 BuildArch:  noarch
-
+%ifpython3
+Provides:   jupyter-jupyter_kernel_test = %{version}
+%endif
 %python_subpackages
 
 %description
@@ -48,7 +49,7 @@
 (currently 5.0).
 
 %prep
-%setup -T -c -n %{name}-%{version}
+%setup -q -T -c
 
 %build
 # Not needed
@@ -60,7 +61,7 @@
 --compile \
 %{SOURCE0}
 
-%python_expand cp 
%{buildroot}%{python_sitelib}/jupyter_kernel_test-%{version}.dist-info/COPYING.md
 .
+%python_expand cp 
%{buildroot}%{$python_sitelib}/jupyter_kernel_test-%{version}.dist-info/COPYING.md
 .
 
 %if %{with test}
 %check
@@ -68,7 +69,6 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %license COPYING.md
 %{python_sitelib}/jupyter_kernel_test/
 %{python_sitelib}/jupyter_kernel_test-%{version}.dist-info