2025-07-02 15:25:15 +00:00
committed by Git OBS Bridge
parent be38e28643
commit c7187964be
2 changed files with 1 additions and 11 deletions

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Wed Jul 2 15:06:19 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Bump and workaround ycrdt-websocket update
See also gh#jupyter-server/jupyter_ydoc#333
-------------------------------------------------------------------
Wed Jul 2 14:31:51 UTC 2025 - Ben Greiner <code@bnavigator.de>

View File

@@ -44,8 +44,6 @@ BuildRequires: %{python_module importlib-metadata >= 3.6 if %python-base < 3.10
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}
# https://github.com/jupyter-server/jupyter_ydoc/issues/333
BuildRequires: %{python_module pycrdt-websocket >= 0.16}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: nodejs
@@ -63,7 +61,6 @@ Built-in documents include:
%prep
%setup -q -n jupyter_ydoc-%{version} -b1 -a2
sed -i s/pycrdt_websocket/pycrdt.websocket/ tests/*.py
%build
%pyproject_wheel
@@ -74,8 +71,7 @@ sed -i s/pycrdt_websocket/pycrdt.websocket/ tests/*.py
%check
# Maybe not an issue anymore: https://github.com/jupyter-server/jupyter_ydoc/issues/168
# https://github.com/jupyter-server/jupyter_ydoc/issues/333
%pytest --ignore tests/test_pycrdt_yjs.py
%pytest
%files %{python_files}
%{python_sitelib}/jupyter_ydoc