Hello community,

here is the log from the commit of package python-jupyter_kernel_test for 
openSUSE:Factory checked in at 2020-12-18 20:00:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_kernel_test (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_kernel_test.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_kernel_test"

Fri Dec 18 20:00:01 2020 rev:5 rq:856868 version:0.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter_kernel_test/python-jupyter_kernel_test.changes
    2020-12-17 17:09:20.325972870 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_kernel_test.new.5145/python-jupyter_kernel_test.changes
  2020-12-18 20:00:23.206126499 +0100
@@ -1,0 +2,8 @@
+Thu Dec 17 23:07:14 UTC 2020 - Benjamin Greiner <c...@bnavigator.de>
+
+- pip acutally needs flit in the current flavor for building the
+  wheel
+- adjust jupyter_kernel_test-pr37-usejsonschema.patch so that
+  jupyter-octave-kernel does not fail to test itself.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-jupyter_kernel_test.spec ++++++
--- /var/tmp/diff_new_pack.tPzHBL/_old  2020-12-18 20:00:23.934127277 +0100
+++ /var/tmp/diff_new_pack.tPzHBL/_new  2020-12-18 20:00:23.938127281 +0100
@@ -28,13 +28,13 @@
 URL:            https://github.com/jupyter/jupyter_kernel_test
 Source:         %{url}/archive/%{version}.tar.gz#/%{mname}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM gh#github.com/jupyter/jupyter_kernel_test#37 -- use 
jsonschema to validate messages, removes nose
-Patch0:         %{url}/pull/37.patch#/%{mname}-pr37-usejsonschema.patch
+Patch0:         %{mname}-pr37-usejsonschema.patch
+BuildRequires:  %{python_module flit}
 BuildRequires:  %{python_module jsonschema}
 BuildRequires:  %{python_module jupyter_client}
 BuildRequires:  %{python_module pip}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-flit
 Requires:       python-jsonschema
 Requires:       python-jupyter_client
 Requires:       python-traitlets

++++++ jupyter_kernel_test-pr37-usejsonschema.patch ++++++
--- /var/tmp/diff_new_pack.tPzHBL/_old  2020-12-18 20:00:23.982127328 +0100
+++ /var/tmp/diff_new_pack.tPzHBL/_new  2020-12-18 20:00:23.986127332 +0100
@@ -516,7 +516,7 @@
 +    "cursor_start": {"type": "number"},
 +    "cursor_end": {"type": "number"},
 +    "metadata": {"type": "object"},
-+}}
++}, "required": ["status", "matches", "cursor_start", "cursor_end"]}
 +
 +schema_fragments['history_request'] = {"properties": {
 +    'output' : {"type": "boolean"},
@@ -574,7 +574,7 @@
 +    "status": {"const": "ok"},
 +    "protocol_version": {"type": "string"},
 +    "implementation": {"type": "string"},
-+    "implementation_version": {"type": "string"},
++    "implementation_version": {"type": ["string", "array"]},
 +    "language_info": {"type": "object"},
 +    "banner": {"type": "string"},
 +    "help_links": {"type": "array", "items": {"type": "object", "properties": 
{
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to