forked from pool/python-jupyter-ydoc
Accepting request 1241240 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1241240 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-ydoc?expand=0&rev=12
This commit is contained in:
commit
a2792238b6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d573d1fa8812255e79856eb58360404ebf6da355b635c8cb003bb1c2825f3d2
|
|
||||||
size 988339
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9cf394ee7c6955287eead11126ad836083a9ca3cdef2e27221dc4dfe05bb6ab1
|
|
||||||
size 956687
|
|
3
jupyter_ydoc-3.0.3-gh.tar.gz
Normal file
3
jupyter_ydoc-3.0.3-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2509e19df2a34401e9aca6a25279dc3e88ac8dc9591a3369c7eb5aad61c49a7f
|
||||||
|
size 989309
|
3
jupyter_ydoc-3.0.3.tar.gz
Normal file
3
jupyter_ydoc-3.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66f3d37a9a02a9711b508a5574b0ac489aa40f216030af29fdd82c862a2eb5ea
|
||||||
|
size 956967
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 29 15:57:14 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 3.0.3
|
||||||
|
* Fix missing nbformat version #304 (@fcollonval)
|
||||||
|
* Increase pycrdt compatible version range #307 (@davidbrochart)
|
||||||
|
* Fix stream output #294 (@davidbrochart)
|
||||||
|
* Fix tests #288 (@davidbrochart)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 5 16:01:23 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
|
Thu Dec 5 16:01:23 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jupyter-ydoc
|
# spec file for package python-jupyter-ydoc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-jupyter-ydoc
|
Name: python-jupyter-ydoc
|
||||||
Version: 3.0.0
|
Version: 3.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Document structures for collaborative editing using Ypy
|
Summary: Document structures for collaborative editing using Ypy
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -36,16 +36,17 @@ BuildRequires: %{python_module pip}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: (python-importlib-metadata >= 3.6 if python-base < 3.10)
|
Requires: (python-importlib-metadata >= 3.6 if python-base < 3.10)
|
||||||
Requires: (python-pycrdt >= 0.10.1 with python-pycrdt < 0.11)
|
Requires: (python-pycrdt >= 0.10.1 with python-pycrdt < 0.13)
|
||||||
Provides: python-jupyter_ydoc = %{version}-%{release}
|
Provides: python-jupyter_ydoc = %{version}-%{release}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test
|
# SECTION test
|
||||||
BuildRequires: %{python_module importlib-metadata >= 3.6 if %python-base < 3.10}
|
BuildRequires: %{python_module importlib-metadata >= 3.6 if %python-base < 3.10}
|
||||||
BuildRequires: %{python_module pycrdt >= 0.10.1 with %python-pycrdt < 0.11}
|
BuildRequires: %{python_module httpx-ws >= 0.5.2}
|
||||||
|
BuildRequires: %{python_module hypercorn >= 0.16}
|
||||||
|
BuildRequires: %{python_module pycrdt >= 0.10.1 with %python-pycrdt < 0.13}
|
||||||
BuildRequires: %{python_module pycrdt-websocket >= 0.15.0 with %python-pycrdt-websocket < 0.16}
|
BuildRequires: %{python_module pycrdt-websocket >= 0.15.0 with %python-pycrdt-websocket < 0.16}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module websockets >= 10.0}
|
|
||||||
BuildRequires: nodejs
|
BuildRequires: nodejs
|
||||||
BuildRequires: procps
|
BuildRequires: procps
|
||||||
BuildRequires: yarn
|
BuildRequires: yarn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user