forked from pool/python-jupyter-server
Accepting request 931187 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 1.11.2 * Fix \s deprecation warning #600 (@Zsailer) * Remove requests-unixsocket dependency #599 (@kevin-bates) * bugfix: dir_exists is never awaited #597 (@stdll00) * Fix missing await when call 'async_replace_file' #595 (@Wh1isper) * add a pytest fixture for capturing logging stream #588 (@Zsailer) * Maintenance and upkeep improvements * Avoid dependency on NBConvert versions for REST API test #601 (@Zsailer) - Re-enable libalternatives OBS-URL: https://build.opensuse.org/request/show/931187 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=40
This commit is contained in:
parent
4a43828c40
commit
b100f228b4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab7ab1cc38512f15026cbcbb96300fb46ec8b24aa162263d9edd00e0a749b1e8
|
||||
size 420035
|
3
jupyter_server-1.11.2.tar.gz
Normal file
3
jupyter_server-1.11.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1f32e0c1807ab2de37bf70af97a36b4436db0bc8af3124632b1f4441038bf95
|
||||
size 420795
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 12 21:41:00 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 1.11.2
|
||||
* Fix \s deprecation warning #600 (@Zsailer)
|
||||
* Remove requests-unixsocket dependency #599 (@kevin-bates)
|
||||
* bugfix: dir_exists is never awaited #597 (@stdll00)
|
||||
* Fix missing await when call 'async_replace_file' #595
|
||||
(@Wh1isper)
|
||||
* add a pytest fixture for capturing logging stream #588
|
||||
(@Zsailer)
|
||||
* Maintenance and upkeep improvements
|
||||
* Avoid dependency on NBConvert versions for REST API test #601
|
||||
(@Zsailer)
|
||||
- Re-enable libalternatives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 28 19:14:32 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -17,8 +17,7 @@
|
||||
|
||||
|
||||
#
|
||||
%bcond_with libalternatives_issue_11_fixed
|
||||
%if 0%{?suse_version} > 1500 && %{with libalternatives_issue_11_fixed}
|
||||
%if 0%{?suse_version} > 1500
|
||||
%bcond_without libalternatives
|
||||
%else
|
||||
%bcond_with libalternatives
|
||||
@ -27,7 +26,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-jupyter-server
|
||||
Version: 1.11.1
|
||||
Version: 1.11.2
|
||||
Release: 0
|
||||
Summary: The backend to Jupyter web applications
|
||||
License: BSD-3-Clause
|
||||
@ -47,7 +46,6 @@ BuildRequires: %{python_module nbconvert}
|
||||
BuildRequires: %{python_module nbformat}
|
||||
BuildRequires: %{python_module prometheus_client}
|
||||
BuildRequires: %{python_module pyzmq >= 17}
|
||||
BuildRequires: %{python_module requests-unixsocket}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module terminado >= 0.8.3}
|
||||
BuildRequires: %{python_module tornado >= 6.1}
|
||||
@ -68,7 +66,6 @@ Requires: python-nbconvert
|
||||
Requires: python-nbformat
|
||||
Requires: python-prometheus_client
|
||||
Requires: python-pyzmq >= 17
|
||||
Requires: python-requests-unixsocket
|
||||
Requires: python-terminado >= 0.8.3
|
||||
Requires: python-tornado >= 6.1
|
||||
Requires: python-traitlets >= 4.2.1
|
||||
|
Loading…
Reference in New Issue
Block a user