- 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:
parent
e81724c6d4
commit
114094a739
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d9e63d40412334dfa348cef8bfe8415b973752d12ca3afd64f0ea478e52aa4a
|
|
||||||
size 682705
|
|
3
jupyter_server-2.0.6.tar.gz
Normal file
3
jupyter_server-2.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8dd75992e90b7ca556794a1ed5cca51263c697abc6d0df561af574aa1c0a033f
|
||||||
|
size 686312
|
@ -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>
|
Sun Dec 25 21:57:37 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -32,12 +32,13 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-jupyter-server%{psuffix}
|
Name: python-jupyter-server%{psuffix}
|
||||||
Version: 2.0.5
|
Version: 2.0.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The backend to Jupyter web applications
|
Summary: The backend to Jupyter web applications
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://jupyter-server.readthedocs.io
|
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
|
Source: https://files.pythonhosted.org/packages/source/j/jupyter_server/jupyter_server-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module hatch-jupyter-builder >= 0.8.1}
|
BuildRequires: %{python_module hatch-jupyter-builder >= 0.8.1}
|
||||||
|
Loading…
Reference in New Issue
Block a user