Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jupyter-require for
openSUSE:Factory checked in at 2021-03-30 20:59:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-require (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-require.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-require"
Tue Mar 30 20:59:19 2021 rev:6 rq:869698 version:0.6.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter-require/python-jupyter-require.changes
2020-01-16 18:20:37.964954174 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyter-require.new.2401/python-jupyter-require.changes
2021-03-30 20:59:22.616650481 +0200
@@ -1,0 +2,6 @@
+Thu Feb 4 09:39:23 UTC 2021 - Ben Greiner <[email protected]>
+
+- Fix wheel location for updated pyproject_install
+- BuildRequire jupyter-jupyter_core-filesystem for the macros
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-require.spec ++++++
--- /var/tmp/diff_new_pack.br2qUh/_old 2021-03-30 20:59:23.448651395 +0200
+++ /var/tmp/diff_new_pack.br2qUh/_new 2021-03-30 20:59:23.452651400 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-jupyter-require
#
-# Copyright (c) 2020 SUSE LLC.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,8 @@
# 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/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,28 +21,29 @@
Name: python-jupyter-require
Version: 0.6.1
Release: 0
-License: MIT
Summary: Jupyter nbextension for loading non-python dependencies in
Jupyter notebooks
-Url: https://github.com/CermakM/jupyter-require
+License: MIT
Group: Development/Languages/Python
+URL: https://github.com/CermakM/jupyter-require
Source:
https://files.pythonhosted.org/packages/py2.py3/j/jupyter-require/jupyter_require-%{version}-py2.py3-none-any.whl
BuildRequires: %{python_module csscompressor}
BuildRequires: %{python_module daiquiri}
-BuildRequires: %{python_module ipython}
BuildRequires: %{python_module ipykernel}
+BuildRequires: %{python_module ipython}
BuildRequires: %{python_module jupyter-contrib-nbextensions}
BuildRequires: %{python_module jupyter-nbutils}
BuildRequires: %{python_module notebook}
BuildRequires: %{python_module pip}
BuildRequires: fdupes
+BuildRequires: jupyter-jupyter_core-filesystem
BuildRequires: python-rpm-macros
+Requires: jupyter-jupyter-require = %{version}
Requires: python-csscompressor
Requires: python-daiquiri
-Requires: python-ipython
Requires: python-ipykernel
-Requires: python-jupyter-nbutils
+Requires: python-ipython
Requires: python-jupyter-contrib-nbextensions
-Requires: jupyter-jupyter-require = %{version}
+Requires: python-jupyter-nbutils
BuildArch: noarch
%python_subpackages
@@ -54,8 +56,9 @@
%package -n jupyter-jupyter-require
Summary: Jupyter nbextension for loading non-python dependencies in
Jupyter notebooks
-Requires: jupyter-ipython
+Group: Development/Languages/Python
Requires: jupyter-ipykernel
+Requires: jupyter-ipython
Requires: jupyter-jupyter-contrib-nbextensions
Requires: python3-jupyter-require = %{version}
@@ -72,14 +75,17 @@
# Not needed
%install
-cp -a %{SOURCE0} .
+%{python_expand mkdir build; cp -a %{SOURCE0} build/}
%pyproject_install
%jupyter_move_config
%python_expand %fdupes %{buildroot}%{$python_sitelib}
cp %{buildroot}%{python3_sitelib}/jupyter_require-%{version}.dist-info/LICENSE
.
+#%%check
+# There are no tests
+
%files %{python_files}
-%license %{python_sitelib}/jupyter_require-%{version}.dist-info/LICENSE
+%license LICENSE
%{python_sitelib}/jupyter_require-%{version}.dist-info/
%{python_sitelib}/jupyter_require/