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
This commit is contained in:
Benjamin Greiner 2021-10-17 21:54:00 +00:00 committed by Git OBS Bridge
parent 979b3dbaea
commit 670cc9a082
4 changed files with 21 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79025cb3225efcd36847d0840f3fc672c0abd7afd0de83ba8a1d3837619122b4
size 68886

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef210dcb4fca04de07f2ead4adf408776aca94d17151d6f750ad6ded0b91ea16
size 73579

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Oct 17 17:28:20 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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 <schubi@suse.de>

View File

@ -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