Hello community,
here is the log from the commit of package python-jupyter_core for
openSUSE:Factory checked in at 2019-05-25 13:35:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_core (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_core.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_core"
Sat May 25 13:35:07 2019 rev:9 rq:704842 version:4.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jupyter_core/python-jupyter_core.changes
2019-05-22 11:05:25.682577350 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_core.new.5148/python-jupyter_core.changes
2019-05-25 13:35:08.523981566 +0200
@@ -1,0 +2,5 @@
+Tue May 14 18:55:09 UTC 2019 - Todd R <[email protected]>
+
+- Split directories and macros into separate package.
+
+-------------------------------------------------------------------
Old:
----
macros.jupyter
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_core.spec ++++++
--- /var/tmp/diff_new_pack.nEhT50/_old 2019-05-25 13:35:10.115980431 +0200
+++ /var/tmp/diff_new_pack.nEhT50/_new 2019-05-25 13:35:10.119980428 +0200
@@ -25,13 +25,13 @@
Group: Development/Languages/Python
URL: https://github.com/jupyter/jupyter_core
Source0:
https://files.pythonhosted.org/packages/source/j/jupyter_core/jupyter_core-%{version}.tar.gz
-Source10: macros.jupyter
# PATCH-FIX-OPENSUSE -- use_rpms_paths.patch -- change paths so they are easy
to replace at build time
Patch0: use_rpms_paths.patch
BuildRequires: %{python_module ipython_genutils}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module traitlets}
BuildRequires: fdupes
+BuildRequires: jupyter-jupyter_core-filesystem
BuildRequires: python-rpm-macros
Requires: jupyter-jupyter_core = %{version}
Requires: python-ipython_genutils
@@ -55,6 +55,7 @@
Summary: Base package on which Jupyter projects rely
Group: Development/Languages/Python
Requires: python3-jupyter_core = %{version}
+Requires: jupyter-notebook-filesystem
%description -n jupyter-jupyter_core
Core common functionality of Jupyter projects.
@@ -89,13 +90,6 @@
%fdupes %{buildroot}%{$python_sitelib}
}
-# these directories are used by extensions
-mkdir -p %{buildroot}%{_datadir}/jupyter/
-mkdir -p %{buildroot}%{_datadir}/jupyter/kernels/
-mkdir -p %{buildroot}%{_sysconfdir}/jupyter/
-
-install -D -m644 %{SOURCE10}
%{buildroot}%{_rpmconfigdir}/macros.d/macros.jupyter
-
%files %{python_files}
%license COPYING.md
%{python_sitelib}/jupyter.py*
@@ -108,9 +102,5 @@
%doc CONTRIBUTING.md README.md
%{_bindir}/jupyter
%{_bindir}/jupyter-migrate
-%{_rpmconfigdir}/macros.d/macros.jupyter
-%dir %{_datadir}/jupyter/
-%dir %{_datadir}/jupyter/kernels/
-%dir %{_sysconfdir}/jupyter/
%changelog