- Update to 0.5.1

* fix: support OPTIONS method for CORS #102 (@zhanba)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server-terminals?expand=0&rev=16
This commit is contained in:
Benjamin Greiner 2024-01-21 11:06:46 +00:00 committed by Git OBS Bridge
parent b18ea325dd
commit ed18598d1d
4 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 21 11:06:00 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 0.5.1
* fix: support OPTIONS method for CORS #102 (@zhanba)
-------------------------------------------------------------------
Sat Dec 23 19:46:19 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,9 +25,9 @@
%bcond_with test
%endif
%define distversion 0.5
%define distversion 0.5.1
Name: python-jupyter-server-terminals%{psuffix}
Version: 0.5.0
Version: 0.5.1
Release: 0
Summary: A Jupyter Server Extension Providing Terminals
License: BSD-3-Clause