forked from pool/python-jupyter-server
Accepting request 1063286 from devel:languages:python:jupyter
revert update OBS-URL: https://build.opensuse.org/request/show/1063286 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=63
This commit is contained in:
parent
4e67f4656c
commit
dae57e0052
3
jupyter_server-2.1.0.tar.gz
Normal file
3
jupyter_server-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efaae5e4f0d5f22c7f2f2dc848635036ee74a2df02abed52d30d9d95121ad382
|
||||
size 688227
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5afb8a0cdfee37d02d69bdf470ae9cbb1dee5d4788f9bc6cc8e54bd8c83fb096
|
||||
size 689208
|
@ -1,18 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-jupyter-server%{psuffix}
|
||||
Version: 2.2.1
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: The backend to Jupyter web applications
|
||||
License: BSD-3-Clause
|
||||
@ -51,7 +51,6 @@ 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
|
||||
@ -66,6 +65,7 @@ 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}
|
||||
|
Loading…
Reference in New Issue
Block a user