Accepting request 1155951 from devel:languages:python:jupyter

- Update to 0.5.2
  * Fix usage of await #106 (@blink1073)
  * Set terminals_available to False when not enabled #105
    (@Wh1isper)
- Skip testing on python39

OBS-URL: https://build.opensuse.org/request/show/1155951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server-terminals?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2024-03-07 17:31:27 +00:00 committed by Git OBS Bridge
commit fa8f3ad724
4 changed files with 16 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 7 13:47:16 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 0.5.2
* Fix usage of await #106 (@blink1073)
* Set terminals_available to False when not enabled #105
(@Wh1isper)
- Skip testing on python39
-------------------------------------------------------------------
Sun Jan 21 11:06:00 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -1,5 +1,5 @@
#
# spec file
# spec file for package python-jupyter-server-terminals
#
# Copyright (c) 2024 SUSE LLC
#
@ -20,14 +20,15 @@
%if "%{flavor}" == "test"
%define psuffix -test
%bcond_without test
%define skip_python39 1
%else
%define psuffix %{nil}
%bcond_with test
%endif
%define distversion 0.5.1
%define distversion 0.5.2
Name: python-jupyter-server-terminals%{psuffix}
Version: 0.5.1
Version: 0.5.2
Release: 0
Summary: A Jupyter Server Extension Providing Terminals
License: BSD-3-Clause