1
0

Accepting request 1140718 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/1140718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-ydoc?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2024-01-23 21:55:19 +00:00 committed by Git OBS Bridge
commit 8b5b9e060f
7 changed files with 24 additions and 16 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:932e5a6bf0c5eae386e270c4b8f475b7bdeb77d100817e39edb494a4b56f43d7 oid sha256:04423fb75e6daebfd2e91dd61423a8adf50de6b8b27f0ca05f933b7a3d816828
size 18247196 size 18248136

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 22 18:57:38 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2.0.1
* Update pycrdt v0.8 #208 (@davidbrochart)
- Release 2.0.0
* Use pycrdt instead of y-py #194 (@davidbrochart)
- Ignore that pycrdt is still in incubation phase
gh#jupyter-server/jupyter_ydoc#211
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 21 13:17:27 UTC 2024 - Ben Greiner <code@bnavigator.de> Sun Jan 21 13:17:27 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -16,9 +16,8 @@
# #
# Note: Don't update to v2 before jupyter-collaboration v2 is also production ready
Name: python-jupyter-ydoc Name: python-jupyter-ydoc
Version: 1.1.1 Version: 2.0.1
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
@ -37,16 +36,16 @@ 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-y-py >= 0.6.0 with python-y-py < 0.7.0) Requires: (python-pycrdt >= 0.8.1 with python-pycrdt < 0.9)
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.8.1 with %python-pycrdt < 0.9}
BuildRequires: %{python_module pycrdt-websocket >= 0.12.6 with %python-pycrdt-websocket < 0.13}
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: %{python_module websockets >= 10.0}
BuildRequires: %{python_module y-py >= 0.6.0 with %python-y-py < 0.7.0}
#BuildRequires: %%{python_module ypy-websocket >= 0.8.3 with %%python-ypy-websocket < 0.9}
BuildRequires: nodejs BuildRequires: nodejs
BuildRequires: procps BuildRequires: procps
BuildRequires: yarn BuildRequires: yarn
@ -70,10 +69,9 @@ Built-in documents include:
%pyproject_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
# Disable tests: Requires old ypy-websocket: https://github.com/jupyter-server/jupyter_ydoc/issues/211 %check
# %%check
# https://github.com/jupyter-server/jupyter_ydoc/issues/168 # https://github.com/jupyter-server/jupyter_ydoc/issues/168
# %%pytest -v && pkill -f yjs_client_0.js -e %pytest -v && pkill -f yjs_client_0.js -e
%files %{python_files} %files %{python_files}
%{python_sitelib}/jupyter_ydoc %{python_sitelib}/jupyter_ydoc