From 670cc9a082a925ed38e5be29d2aa9ff26d993998c251b5568ca5ab96b26c9846 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 17 Oct 2021 21:54:00 +0000 Subject: [PATCH] Accepting request 925885 from home:bnavigator:branches:devel:languages:python:jupyter - Update to version 4.8.1 * Print an error message instead of an exception when a command is not found (PR #218) * Return canonical path when using %APPDATA% on Windows (PR #222) * Print full usage on missing or invalid commands (PR #225) * Remove dependency on pywin32 package on PyPy (PR #230) * Update packages listed in jupyter --version (PR #232) * Inherit base aliases/flags from traitlets Application, including --show-config from traitlets 5 (PR #233) * Trigger warning when trying to check hidden file status on PyPy (PR #238) OBS-URL: https://build.opensuse.org/request/show/925885 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-core?expand=0&rev=18 --- jupyter_core-4.7.1.tar.gz | 3 --- jupyter_core-4.8.1.tar.gz | 3 +++ python-jupyter-core.changes | 15 +++++++++++++++ python-jupyter-core.spec | 6 +++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 jupyter_core-4.7.1.tar.gz create mode 100644 jupyter_core-4.8.1.tar.gz diff --git a/jupyter_core-4.7.1.tar.gz b/jupyter_core-4.7.1.tar.gz deleted file mode 100644 index fa5ed20..0000000 --- a/jupyter_core-4.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79025cb3225efcd36847d0840f3fc672c0abd7afd0de83ba8a1d3837619122b4 -size 68886 diff --git a/jupyter_core-4.8.1.tar.gz b/jupyter_core-4.8.1.tar.gz new file mode 100644 index 0000000..1d9bf69 --- /dev/null +++ b/jupyter_core-4.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef210dcb4fca04de07f2ead4adf408776aca94d17151d6f750ad6ded0b91ea16 +size 73579 diff --git a/python-jupyter-core.changes b/python-jupyter-core.changes index e009745..493b9df 100644 --- a/python-jupyter-core.changes +++ b/python-jupyter-core.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Oct 17 17:28:20 UTC 2021 - Ben Greiner + +- Update to version 4.8.1 + * Print an error message instead of an exception when a command + is not found (PR #218) + * Return canonical path when using %APPDATA% on Windows (PR #222) + * Print full usage on missing or invalid commands (PR #225) + * Remove dependency on pywin32 package on PyPy (PR #230) + * Update packages listed in jupyter --version (PR #232) + * Inherit base aliases/flags from traitlets Application, + including --show-config from traitlets 5 (PR #233) + * Trigger warning when trying to check hidden file status on PyPy + (PR #238) + ------------------------------------------------------------------- Tue Oct 5 15:35:48 UTC 2021 - Stefan Schubert diff --git a/python-jupyter-core.spec b/python-jupyter-core.spec index 8ed8e44..98655f4 100644 --- a/python-jupyter-core.spec +++ b/python-jupyter-core.spec @@ -1,5 +1,5 @@ # -# spec file for package python-jupyter-core +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -31,11 +31,10 @@ %define psuffix %{nil} %bcond_with test %endif -%bcond_without python2 %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jupyter-core%{psuffix} -Version: 4.7.1 +Version: 4.8.1 Release: 0 Summary: Base package on which Jupyter projects rely License: BSD-3-Clause @@ -69,6 +68,7 @@ Obsoletes: jupyter-jupyter_core < %{version}-%{release} BuildArch: noarch %if %{with test} BuildRequires: %{python_module jupyter-core} +BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} %endif %python_subpackages