Hello community,
here is the log from the commit of package python-ipykernel for
openSUSE:Factory checked in at 2019-08-16 15:26:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipykernel (Old)
and /work/SRC/openSUSE:Factory/.python-ipykernel.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipykernel"
Fri Aug 16 15:26:59 2019 rev:2 rq:722081 version:5.1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipykernel/python-ipykernel.changes
2019-05-22 11:13:14.998566752 +0200
+++
/work/SRC/openSUSE:Factory/.python-ipykernel.new.22127/python-ipykernel.changes
2019-08-16 15:27:01.686015216 +0200
@@ -1,0 +2,12 @@
+Fri Aug 9 05:20:15 UTC 2019 - John Vandenberg <[email protected]>
+
+- Replace HTML and PDF version of changelog with the single
+ changelog.rst they contained, obsoleting jupyter-ipykernel-doc
+- Activated test suite
+- Update to 5.1.2
+ * Fix socket-binding race conditions
+ * Add a no-op flush method to DummySocket and comply with stream API
+ * Update kernel version to indicate kernel v5.3 support
+ * Add testing for upcoming Python 3.8 and PEP 570 positional parameters
+
+-------------------------------------------------------------------
Old:
----
ipykernel-5.1.1-py3-none-any.whl
ipykernel.pdf
ipykernel.zip
New:
----
ipykernel-5.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ipykernel.spec ++++++
--- /var/tmp/diff_new_pack.5R4Dsn/_old 2019-08-16 15:27:02.522015030 +0200
+++ /var/tmp/diff_new_pack.5R4Dsn/_new 2019-08-16 15:27:02.526015030 +0200
@@ -19,45 +19,49 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-ipykernel
-Version: 5.1.1
+Version: 5.1.2
Release: 0
Summary: IPython Kernel for Jupyter
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/ipython/ipykernel
-Source0:
https://files.pythonhosted.org/packages/py3/i/ipykernel/ipykernel-%{version}-py3-none-any.whl
-# Please make sure you update the documentation files at every release
-Source1:
https://media.readthedocs.org/pdf/ipykernel/stable/ipykernel.pdf
-Source2:
https://media.readthedocs.org/htmlzip/ipykernel/stable/ipykernel.zip
-BuildRequires: %{python_module ipython >= 4.0.0}
-BuildRequires: %{python_module jupyter_client}
-BuildRequires: %{python_module jupyter_core}
-BuildRequires: %{python_module pip}
-BuildRequires: %{python_module tornado >= 4.0}
-BuildRequires: %{python_module traitlets >= 4.1.0}
+Source:
https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-%{version}.tar.gz
+BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: python-rpm-macros
-BuildRequires: unzip
Requires: jupyter-ipykernel = %{version}
-Requires: python-ipython >= 4.0.0
+Requires: python-ipython >= 5.0.0
Requires: python-jupyter_client
Requires: python-jupyter_core
-Requires: python-tornado >= 4.0
+Requires: python-tornado >= 4.2
Requires: python-traitlets >= 4.1.0
-# typing is only built-in for later versions of python
Provides: python-jupyter_ipykernel = %{version}
Obsoletes: python-jupyter_ipykernel < %{version}
BuildArch: noarch
# SECTION test requirements
+BuildRequires: %{python_module ipython >= 5.0.0}
+BuildRequires: %{python_module jupyter_client}
+BuildRequires: %{python_module jupyter_core}
BuildRequires: %{python_module nose_warnings_filters}
BuildRequires: %{python_module nose}
-BuildRequires: %{python_module tornado >= 4.0}
+BuildRequires: %{python_module numpy}
+BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module tornado >= 4.2}
+BuildRequires: %{python_module traitlets >= 4.1.0}
+# /SECTION
+# typing is only built-in for later versions of python
%if 0%{?suse_version} <= 1320
BuildRequires: %{python_module typing}
Requires: python-typing
%endif
-# /SECTION
+Provides: %{python_module ipykernel-doc = %{version}}
+Obsoletes: %{python_module ipykernel-doc < %{version}}
+Provides: %{python_module jupyter_ipykernel-doc = %{version}}
+Obsoletes: %{python_module jupyter_ipykernel-doc < %{version}}
+Provides: %{python_module jupyter-ipykernel-doc = %{version}}
+Obsoletes: %{python_module jupyter-ipykernel-doc < %{version}}
+
%python_subpackages
%description
@@ -77,64 +81,26 @@
This package provides the jupyter components.
-%package -n jupyter-ipykernel-doc
-Summary: Documentation for the IPython kernel for Jupyter
-Group: Documentation/Other
-Provides: %{python_module ipykernel-doc = %{version}}
-Provides: %{python_module jupyter_ipykernel-doc = %{version}}
-Obsoletes: %{python_module jupyter_ipykernel-doc < %{version}}
-
-%description -n jupyter-ipykernel-doc
-Documentation and help files for the IPython kernel for Jupyter.
-
%prep
-%setup -q -T -c
-cp %{SOURCE1} .
-unzip %{SOURCE2} -d docs
-mv docs/ipykernel-* docs/html
-rm docs/html/.buildinfo
+%setup -q -n ipykernel-%{version}
%build
-# Not needed
+%python_build
%install
-%python_expand pip%{$python_bin_suffix} install \
- --root %{buildroot} \
- --prefix %{_prefix} \
- --compile \
- %{SOURCE0}
-
-mkdir -p %{buildroot}%{_docdir}/jupyter-ipykernel
-
-cp %{SOURCE1} %{buildroot}%{_docdir}/jupyter-ipykernel/
-cp -r docs/html %{buildroot}%{_docdir}/jupyter-ipykernel/
-
-%fdupes %{buildroot}%{_docdir}/jupyter-ipykernel/
-
-
-cp %{buildroot}%{python_sitelib}/ipykernel-%{version}.dist-info/COPYING.md .
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-export PYTHONDONTWRITEBYTECODE=1
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-nosetests-%{$python_bin_suffix}
-}
+%pytest
%files %{python_files}
-%{python_sitelib}/ipykernel-%{version}.dist-info/
-%license %{python_sitelib}/ipykernel-%{version}.dist-info/COPYING.md
-%{python_sitelib}/ipykernel/
-%{python_sitelib}/ipykernel_launcher.py*
-%pycache_only %{python_sitelib}/__pycache__/ipykernel_launcher*.py*
+%doc README.md docs/changelog.rst
+%license COPYING.md
+%{python_sitelib}/*
%files -n jupyter-ipykernel
%license COPYING.md
%{_jupyter_kernel_dir}/python3/
-%files -n jupyter-ipykernel-doc
-%license COPYING.md
-%dir %{_docdir}/jupyter-ipykernel/
-%{_docdir}/jupyter-ipykernel/ipykernel.pdf
-%{_docdir}/jupyter-ipykernel/html
-
%changelog