Accepting request 1072977 from home:bnavigator:branches:devel:languages:python:jupyter

- Downgrade to 0.2.3
  * Rename JS package to @jupyter/ydoc #97 (@jtpio)
- Released as patch release for 0.2 branch
  * jupyterlab 3.6 requires ydoc~=0.2.2

- Provide underscore name

OBS-URL: https://build.opensuse.org/request/show/1072977
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-ydoc?expand=0&rev=4
This commit is contained in:
Benjamin Greiner 2023-03-19 21:12:36 +00:00 committed by Git OBS Bridge
parent 532576a6a4
commit 25c32fefbf
8 changed files with 27 additions and 14 deletions

View File

@ -18,9 +18,8 @@ popd
tar cJf node_modules.tar.xz \
yarn.lock \
package-lock.json \
node_modules \
tests/node_modules \
javascript/lib \
javascript/node_modules \
javascript/tsconfig.tsbuildinfo

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4fca47a96125f721282d6026d9379d3d7bab7cc3520bebb1eee67ea991f67f53
size 22739720
oid sha256:9c2611367b54aa73e2e425cc7beef1ddd5b8801cbdc0fae93487fe8d5899af5f
size 15310964

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Mar 19 17:05:44 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Downgrade to 0.2.3
* Rename JS package to @jupyter/ydoc #97 (@jtpio)
- Released as patch release for 0.2 branch
* jupyterlab 3.6 requires ydoc~=0.2.2
-------------------------------------------------------------------
Sun Feb 12 18:03:36 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Provide underscore name
-------------------------------------------------------------------
Sun Feb 5 16:52:33 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -17,7 +17,7 @@
Name: python-jupyter-ydoc
Version: 0.3.1
Version: 0.2.3
Release: 0
Summary: Document structures for collaborative editing using Ypy
License: BSD-3-Clause
@ -35,16 +35,17 @@ BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: (python-importlib-metadata if python-base < 3.10)
Requires: (python-importlib-metadata >= 3.6 if python-base < 3.10)
Requires: (python-y-py >= 0.5.3 with python-y-py < 0.6.0)
Provides: python-jupyter_ydoc = %{version}-%{release}
BuildArch: noarch
# SECTION test
BuildRequires: %{python_module importlib-metadata if %python-base < 3.10}
BuildRequires: %{python_module importlib-metadata >= 3.6 if %python-base < 3.10}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module websockets >= 10.0}
BuildRequires: %{python_module y-py >= 0.5.3 with %python-y-py < 0.6.0}
BuildRequires: %{python_module ypy-websocket >= 0.3.1}
BuildRequires: %{python_module ypy-websocket >= 0.3.1 with %python-ypy-websocket < 0.4}
BuildRequires: nodejs
# /SECTION
%python_subpackages