- Update to 2.2.1

* remove upper bound on anyio #1192 (@minrk)
- Releae 2.2.0
  ## Enhancements made
  * Only load enabled extension packages #1180 (@minrk)
  * Pass in a logger to get_metadata #1176 (@yuvipanda)
  ## Bugs fixed
  * Don't assume that resources entries are relative #1182 (@ojarjur)
  ## Maintenance and upkeep improvements
  * Updates for client 8 #1188 (@blink1073)
  * Use repr in logging for exception. #1185 (@Carreau)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=62
This commit is contained in:
Benjamin Greiner 2023-02-05 16:35:38 +00:00 committed by Git OBS Bridge
parent f0341a17ae
commit 4e67f4656c
4 changed files with 20 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Feb 5 16:11:49 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 2.2.1
* remove upper bound on anyio #1192 (@minrk)
- Releae 2.2.0
## Enhancements made
* Only load enabled extension packages #1180 (@minrk)
* Pass in a logger to get_metadata #1176 (@yuvipanda)
## Bugs fixed
* Don't assume that resources entries are relative #1182 (@ojarjur)
## Maintenance and upkeep improvements
* Updates for client 8 #1188 (@blink1073)
* Use repr in logging for exception. #1185 (@Carreau)
-------------------------------------------------------------------
Sun Jan 15 20:54:21 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -32,7 +32,7 @@
%endif
Name: python-jupyter-server%{psuffix}
Version: 2.1.0
Version: 2.2.1
Release: 0
Summary: The backend to Jupyter web applications
License: BSD-3-Clause
@ -51,6 +51,7 @@ BuildRequires: python-rpm-macros >= 20210929
Requires: python >= 3.8
Requires: python-Jinja2
Requires: python-Send2Trash
Requires: python-anyio >= 3.1.0
Requires: python-argon2-cffi
Requires: python-jupyter-client >= 7.4.4
Requires: python-jupyter_events >= 0.4.0
@ -65,7 +66,6 @@ Requires: python-tornado >= 6.2
Requires: python-traitlets >= 5.6
Requires: python-websocket-client
Requires: ((python-jupyter-core >= 4.12 with python-jupyter-core < 5.0) or python-jupyter-core >= 5.1)
Requires: (python-anyio >= 3.1.0 with python-anyio < 4)
Provides: python-jupyter_server = %{version}-%{release}
Obsoletes: python-jupyter_server < %{version}-%{release}
%if %{with test}