Accepting request 1199274 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/1199274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-ydoc?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2024-09-09 12:43:37 +00:00 committed by Git OBS Bridge
commit aed3b80b78
7 changed files with 19 additions and 12 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:04423fb75e6daebfd2e91dd61423a8adf50de6b8b27f0ca05f933b7a3d816828 oid sha256:75cb23062511715895b4afd6b42422553f77a97e2e09c31f008aef3e8a3e46e3
size 18248136 size 18480464

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Aug 30 11:06:24 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2.1.1
* Fix dict type for python 3.8 #252 (@davidbrochart)
* Add undo_manager to Y documents (#248) #251 (@davidbrochart)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 22 18:57:38 UTC 2024 - Ben Greiner <code@bnavigator.de> Mon Jan 22 18:57:38 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -17,7 +17,7 @@
Name: python-jupyter-ydoc Name: python-jupyter-ydoc
Version: 2.0.1 Version: 2.1.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
@ -36,13 +36,13 @@ 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.8.1 with python-pycrdt < 0.9) Requires: (python-pycrdt >= 0.9 with python-pycrdt < 0.10)
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 >= 0.9 with %python-pycrdt < 0.10}
BuildRequires: %{python_module pycrdt-websocket >= 0.12.6 with %python-pycrdt-websocket < 0.13} BuildRequires: %{python_module pycrdt-websocket >= 0.14.1 with %python-pycrdt-websocket < 0.15}
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}