- Update to 2.0.6

* Iterate through set of apps in extension_manager.any_activity
    method #1157 (@mahendrapaipuri)
  * Handle flake8-errmsg #1155 (@blink1073)
  * Add spelling and docstring enforcement #1147 (@blink1073)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=58
This commit is contained in:
Benjamin Greiner 2023-01-01 18:02:20 +00:00 committed by Git OBS Bridge
parent e81724c6d4
commit 114094a739
4 changed files with 15 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jan 1 17:50:22 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 2.0.6
* Iterate through set of apps in extension_manager.any_activity
method #1157 (@mahendrapaipuri)
* Handle flake8-errmsg #1155 (@blink1073)
* Add spelling and docstring enforcement #1147 (@blink1073)
-------------------------------------------------------------------
Sun Dec 25 21:57:37 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -32,12 +32,13 @@
%endif
Name: python-jupyter-server%{psuffix}
Version: 2.0.5
Version: 2.0.6
Release: 0
Summary: The backend to Jupyter web applications
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://jupyter-server.readthedocs.io
# SourceRepository: https://github.com/jupyter-server/jupyter_server
Source: https://files.pythonhosted.org/packages/source/j/jupyter_server/jupyter_server-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module hatch-jupyter-builder >= 0.8.1}