diff --git a/jupyter_ydoc-3.0.0-gh.tar.gz b/jupyter_ydoc-3.0.0-gh.tar.gz deleted file mode 100644 index abe08e3..0000000 --- a/jupyter_ydoc-3.0.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d573d1fa8812255e79856eb58360404ebf6da355b635c8cb003bb1c2825f3d2 -size 988339 diff --git a/jupyter_ydoc-3.0.0.tar.gz b/jupyter_ydoc-3.0.0.tar.gz deleted file mode 100644 index 98ae110..0000000 --- a/jupyter_ydoc-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cf394ee7c6955287eead11126ad836083a9ca3cdef2e27221dc4dfe05bb6ab1 -size 956687 diff --git a/jupyter_ydoc-3.0.3-gh.tar.gz b/jupyter_ydoc-3.0.3-gh.tar.gz new file mode 100644 index 0000000..43660c6 --- /dev/null +++ b/jupyter_ydoc-3.0.3-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2509e19df2a34401e9aca6a25279dc3e88ac8dc9591a3369c7eb5aad61c49a7f +size 989309 diff --git a/jupyter_ydoc-3.0.3.tar.gz b/jupyter_ydoc-3.0.3.tar.gz new file mode 100644 index 0000000..529be3e --- /dev/null +++ b/jupyter_ydoc-3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f3d37a9a02a9711b508a5574b0ac489aa40f216030af29fdd82c862a2eb5ea +size 956967 diff --git a/python-jupyter-ydoc.changes b/python-jupyter-ydoc.changes index ba385b4..768ad24 100644 --- a/python-jupyter-ydoc.changes +++ b/python-jupyter-ydoc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 29 15:57:14 UTC 2025 - Ben Greiner + +- 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 diff --git a/python-jupyter-ydoc.spec b/python-jupyter-ydoc.spec index d2a985c..d6a2a5a 100644 --- a/python-jupyter-ydoc.spec +++ b/python-jupyter-ydoc.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-jupyter-ydoc -Version: 3.0.0 +Version: 3.0.3 Release: 0 Summary: Document structures for collaborative editing using Ypy License: BSD-3-Clause @@ -36,16 +36,17 @@ BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros 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} BuildArch: noarch # SECTION test 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 pytest-asyncio} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module websockets >= 10.0} BuildRequires: nodejs BuildRequires: procps BuildRequires: yarn