Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jupyter-ydoc for
openSUSE:Factory checked in at 2023-09-25 20:03:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-ydoc (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-ydoc.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-ydoc"
Mon Sep 25 20:03:16 2023 rev:5 rq:1113299 version:1.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jupyter-ydoc/python-jupyter-ydoc.changes
2023-06-14 16:31:16.635182908 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter-ydoc.new.1770/python-jupyter-ydoc.changes
2023-09-25 20:58:35.590212163 +0200
@@ -1,0 +2,7 @@
+Sun Sep 24 18:39:04 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 1.1.0
+ * Add source to dist for sourcemaps #182 (@vidartf)
+ * Create awareness interface #171 (@hbcarlos)
+
+-------------------------------------------------------------------
Old:
----
jupyter_ydoc-1.0.2-gh.tar.gz
jupyter_ydoc-1.0.2.tar.gz
New:
----
jupyter_ydoc-1.1.0-gh.tar.gz
jupyter_ydoc-1.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-ydoc.spec ++++++
--- /var/tmp/diff_new_pack.VIYyfQ/_old 2023-09-25 20:58:37.014263608 +0200
+++ /var/tmp/diff_new_pack.VIYyfQ/_new 2023-09-25 20:58:37.014263608 +0200
@@ -17,7 +17,7 @@
Name: python-jupyter-ydoc
-Version: 1.0.2
+Version: 1.1.0
Release: 0
Summary: Document structures for collaborative editing using Ypy
License: BSD-3-Clause
++++++ jupyter_ydoc-1.0.2-gh.tar.gz -> jupyter_ydoc-1.1.0-gh.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/jupyter_ydoc-1.0.2/.github/workflows/check-release.yml
new/jupyter_ydoc-1.1.0/.github/workflows/check-release.yml
--- old/jupyter_ydoc-1.0.2/.github/workflows/check-release.yml 2023-04-14
11:06:51.000000000 +0200
+++ new/jupyter_ydoc-1.1.0/.github/workflows/check-release.yml 2023-09-21
16:17:18.000000000 +0200
@@ -19,7 +19,7 @@
node-version: ["14.x"]
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Install Dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/jupyter_ydoc-1.0.2/.github/workflows/license-header.yml
new/jupyter_ydoc-1.1.0/.github/workflows/license-header.yml
--- old/jupyter_ydoc-1.0.2/.github/workflows/license-header.yml 2023-04-14
11:06:51.000000000 +0200
+++ new/jupyter_ydoc-1.1.0/.github/workflows/license-header.yml 2023-09-21
16:17:18.000000000 +0200
@@ -13,7 +13,7 @@
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_ydoc-1.0.2/.github/workflows/test.yml
new/jupyter_ydoc-1.1.0/.github/workflows/test.yml
--- old/jupyter_ydoc-1.0.2/.github/workflows/test.yml 2023-04-14
11:06:51.000000000 +0200
+++ new/jupyter_ydoc-1.1.0/.github/workflows/test.yml 2023-09-21
16:17:18.000000000 +0200
@@ -11,7 +11,7 @@
name: pre-commit
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
with:
@@ -40,7 +40,7 @@
shell: bash -l {0}
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Install Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_ydoc-1.0.2/.pre-commit-config.yaml
new/jupyter_ydoc-1.1.0/.pre-commit-config.yaml
--- old/jupyter_ydoc-1.0.2/.pre-commit-config.yaml 2023-04-14
11:06:51.000000000 +0200
+++ new/jupyter_ydoc-1.1.0/.pre-commit-config.yaml 2023-09-21
16:17:18.000000000 +0200
@@ -17,7 +17,7 @@
exclude: ^\.yarn
- repo: https://github.com/psf/black
- rev: 23.3.0
+ rev: 23.9.1
hooks:
- id: black
args: ["--line-length", "100"]
@@ -30,7 +30,7 @@
args: [--profile=black]
- repo: https://github.com/asottile/pyupgrade
- rev: v3.3.1
+ rev: v3.11.0
hooks:
- id: pyupgrade
args: [--py37-plus]
@@ -44,7 +44,7 @@
stages: [manual]
- repo: https://github.com/pycqa/flake8
- rev: 6.0.0
+ rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_ydoc-1.0.2/CHANGELOG.md
new/jupyter_ydoc-1.1.0/CHANGELOG.md
--- old/jupyter_ydoc-1.0.2/CHANGELOG.md 2023-04-14 11:06:51.000000000 +0200
+++ new/jupyter_ydoc-1.1.0/CHANGELOG.md 2023-09-21 16:17:18.000000000 +0200
@@ -2,6 +2,43 @@
<!-- <START NEW CHANGELOG ENTRY> -->
+## 1.1.0
+
+([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
+
+### Maintenance and upkeep improvements
+
+- Add source to dist for sourcemaps
[#182](https://github.com/jupyter-server/jupyter_ydoc/pull/182)
([@vidartf](https://github.com/vidartf))
+- Bump actions/checkout from 3 to 4
[#180](https://github.com/jupyter-server/jupyter_ydoc/pull/180)
([@dependabot](https://github.com/dependabot))
+
+### Documentation improvements
+
+- Update CHANGELOG.md
[#177](https://github.com/jupyter-server/jupyter_ydoc/pull/177)
([@fcollonval](https://github.com/fcollonval))
+
+### Contributors to this release
+
+([GitHub contributors page for this
release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2023-06-29&to=2023-09-21&type=c))
+
+[@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2023-06-29..2023-09-21&type=Issues)
|
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2023-06-29..2023-09-21&type=Issues)
|
[@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2023-06-29..2023-09-21&type=Issues)
|
[@vidartf](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Avidartf+updated%3A2023-06-29..2023-09-21&type=Issues)
|
[@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Awelcome+updated%3A2023-06-29..2023-09-21&type=Issues)
+
+<!-- <END NEW CHANGELOG ENTRY> -->
+
+## 1.1.0a0
+
+([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
+
+### Enhancements made
+
+- Create awareness interface
[#171](https://github.com/jupyter-server/jupyter_ydoc/pull/171)
([@hbcarlos](https://github.com/hbcarlos))
+
+### Maintenance and upkeep improvements
+
+### Contributors to this release
+
+([GitHub contributors page for this
release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2023-04-14&to=2023-06-29&type=c))
+
+[@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ahbcarlos+updated%3A2023-04-14..2023-06-29&type=Issues)
|
[@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2023-04-14..2023-06-29&type=Issues)
+
## 1.0.2
([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
@@ -20,8 +57,6 @@
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-04-11..2023-04-14&type=Issues)
|
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2023-04-11..2023-04-14&type=Issues)
|
[@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2023-04-11..2023-04-14&type=Issues)
|
[@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Awelcome+updated%3A2023-04-11..2023-04-14&type=Issues)
-<!-- <END NEW CHANGELOG ENTRY> -->
-
## 1.0.1
([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
@@ -211,237 +246,77 @@
[@agoose77](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Aagoose77+updated%3A2022-09-26..2023-01-24&type=Issues)
|
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2022-09-26..2023-01-24&type=Issues)
|
[@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2022-09-26..2023-01-24&type=Issues)
|
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2022-09-26..2023-01-24&type=Issues)
|
[@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ahbcarlos+updated%3A2022-09-26..2023-01-24&type=Issues)
|
[@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ajtpio+updated%3A2022-09-26..2023-01-24&type=Issues)
|
[@meeseeksdev](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ameeseeksdev+updated%3A20
22-09-26..2023-01-24&type=Issues) |
[@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2022-09-26..2023-01-24&type=Issues)
|
[@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Awelcome+updated%3A2022-09-26..2023-01-24&type=Issues)
|
[@Wh1isper](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3AWh1isper+updated%3A2022-09-26..2023-01-24&type=Issues)
-## 0.3.0a6
-
-([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/930ac19c5bd65d239e56662d460eddd9398c72e1...7b6af75283a7f6f6272de23530eb7a7d7dc122c2))
-
-### Bugs fixed
-
-- Fixes multiple bugs
[#131](https://github.com/jupyter-server/jupyter_ydoc/pull/131)
([@hbcarlos](https://github.com/hbcarlos))
+## 0.2.5
-### Maintenance and upkeep improvements
-
-- Integrity check
[#132](https://github.com/jupyter-server/jupyter_ydoc/pull/132)
([@hbcarlos](https://github.com/hbcarlos))
-
-### API and Breaking Changes
-
-- Fixes multiple bugs
[#131](https://github.com/jupyter-server/jupyter_ydoc/pull/131)
([@hbcarlos](https://github.com/hbcarlos))
-
-### Contributors to this release
-
-([GitHub contributors page for this
release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2023-01-17&to=2023-01-19&type=c))
-
-[@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ahbcarlos+updated%3A2023-01-17..2023-01-19&type=Issues)
-
-## 0.3.0a5
-
-([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
+([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
### Enhancements made
-- Improve IFactory API
[#129](https://github.com/jupyter-server/jupyter_ydoc/pull/129)
([@hbcarlos](https://github.com/hbcarlos))
-- Improve Python API
[#122](https://github.com/jupyter-server/jupyter_ydoc/pull/122)
([@davidbrochart](https://github.com/davidbrochart))
+- Trust the default cell
[#161](https://github.com/jupyter-server/jupyter_ydoc/pull/161)
([@krassowski](https://github.com/krassowski))
### Maintenance and upkeep improvements
-- Import all document types from __init__
[#127](https://github.com/jupyter-server/jupyter_ydoc/pull/127)
([@davidbrochart](https://github.com/davidbrochart))
-- docs: small README typo fix
[#126](https://github.com/jupyter-server/jupyter_ydoc/pull/126)
([@agoose77](https://github.com/agoose77))
+- Bump y-py to 0.6.0+
[#175](https://github.com/jupyter-server/jupyter_ydoc/pull/175)
([@fcollonval](https://github.com/fcollonval))
### Contributors to this release
-([GitHub contributors page for this
release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2023-01-13&to=2023-01-17&type=c))
-
-[@agoose77](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Aagoose77+updated%3A2023-01-13..2023-01-17&type=Issues)
|
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-01-13..2023-01-17&type=Issues)
|
[@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ahbcarlos+updated%3A2023-01-13..2023-01-17&type=Issues)
-
-## 0.3.0a4
-
-([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
-
-### Enhancements made
-
-- Improve Python API
[#122](https://github.com/jupyter-server/jupyter_ydoc/pull/122)
([@davidbrochart](https://github.com/davidbrochart))
-
-### Contributors to this release
+([GitHub contributors page for this
release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2023-04-12&to=2023-07-18&type=c))
-([GitHub contributors page for this
release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2023-01-13&to=2023-01-14&type=c))
+[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-04-12..2023-07-18&type=Issues)
|
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2023-04-12..2023-07-18&type=Issues)
|
[@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Awelcome+updated%3A2023-04-12..2023-07-18&type=Issues)
-[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-01-13..2023-01-14&type=Issues)
+## 0.2.4
-## 0.3.0a3
-
-([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/v0.2.0...936175a15ea8500fd1ce2a0773930e82dd4e4687))
-
-### Enhancements made
-
-- Adds the API for a ISharedDocument factory
[#125](https://github.com/jupyter-server/jupyter_ydoc/pull/125)
([@hbcarlos](https://github.com/hbcarlos))
-- Improves the initialization
[#124](https://github.com/jupyter-server/jupyter_ydoc/pull/124)
([@hbcarlos](https://github.com/hbcarlos))
-- Notebook metadata
[#115](https://github.com/jupyter-server/jupyter_ydoc/pull/115)
([@hbcarlos](https://github.com/hbcarlos))
-- Make `YDocument` a `IObservableDisposable`
[#108](https://github.com/jupyter-server/jupyter_ydoc/pull/108)
([@fcollonval](https://github.com/fcollonval))
-- Add readme to javascript package
[#106](https://github.com/jupyter-server/jupyter_ydoc/pull/106)
([@fcollonval](https://github.com/fcollonval))
-- Adds docstring to the python package
[#101](https://github.com/jupyter-server/jupyter_ydoc/pull/101)
([@hbcarlos](https://github.com/hbcarlos))
-- Import shared model
[#86](https://github.com/jupyter-server/jupyter_ydoc/pull/86)
([@fcollonval](https://github.com/fcollonval))
-- Add path document attribute
[#81](https://github.com/jupyter-server/jupyter_ydoc/pull/81)
([@davidbrochart](https://github.com/davidbrochart))
-- Make YBaseDoc an abstract base class
[#74](https://github.com/jupyter-server/jupyter_ydoc/pull/74)
([@davidbrochart](https://github.com/davidbrochart))
+([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
### Bugs fixed
-- Fixes metadata
[#120](https://github.com/jupyter-server/jupyter_ydoc/pull/120)
([@hbcarlos](https://github.com/hbcarlos))
-- Support cell.source is \[list, of, string\]
[#112](https://github.com/jupyter-server/jupyter_ydoc/pull/112)
([@Wh1isper](https://github.com/Wh1isper))
-- Removes YMap for attachements
[#77](https://github.com/jupyter-server/jupyter_ydoc/pull/77)
([@fcollonval](https://github.com/fcollonval))
-- Drop `pkg_resources`
[#59](https://github.com/jupyter-server/jupyter_ydoc/pull/59)
([@jtpio](https://github.com/jtpio))
-
-### Maintenance and upkeep improvements
-
-- Bump toshimaru/auto-author-assign from 1.6.1 to 1.6.2
[#121](https://github.com/jupyter-server/jupyter_ydoc/pull/121)
([@dependabot](https://github.com/dependabot))
-- Set up lerna [#119](https://github.com/jupyter-server/jupyter_ydoc/pull/119)
([@fcollonval](https://github.com/fcollonval))
-- Bump tj-actions/changed-files from 35.1.0 to 35.2.1
[#118](https://github.com/jupyter-server/jupyter_ydoc/pull/118)
([@dependabot](https://github.com/dependabot))
-- Bump tj-actions/changed-files from 35.0.0 to 35.1.0
[#116](https://github.com/jupyter-server/jupyter_ydoc/pull/116)
([@dependabot](https://github.com/dependabot))
-- Bump tj-actions/changed-files from 34.5.3 to 35.0.0
[#113](https://github.com/jupyter-server/jupyter_ydoc/pull/113)
([@dependabot](https://github.com/dependabot))
-- Bump tj-actions/changed-files from 34.5.0 to 34.5.3
[#109](https://github.com/jupyter-server/jupyter_ydoc/pull/109)
([@dependabot](https://github.com/dependabot))
-- Bump tj-actions/changed-files from 34.4.4 to 34.5.0
[#100](https://github.com/jupyter-server/jupyter_ydoc/pull/100)
([@dependabot](https://github.com/dependabot))
-- Bump actions/upload-artifact from 2 to 3
[#99](https://github.com/jupyter-server/jupyter_ydoc/pull/99)
([@dependabot](https://github.com/dependabot))
-- Rename JS package to `@jupyter/ydoc`
[#97](https://github.com/jupyter-server/jupyter_ydoc/pull/97)
([@jtpio](https://github.com/jtpio))
-- Bump tj-actions/changed-files from 34.4.0 to 34.4.4
[#94](https://github.com/jupyter-server/jupyter_ydoc/pull/94)
([@dependabot](https://github.com/dependabot))
-- Backport #90 on branch main (Releaser)
[#92](https://github.com/jupyter-server/jupyter_ydoc/pull/92)
([@fcollonval](https://github.com/fcollonval))
-- Bump tj-actions/changed-files from 34.2.2 to 34.4.0
[#91](https://github.com/jupyter-server/jupyter_ydoc/pull/91)
([@dependabot](https://github.com/dependabot))
-- Bump tj-actions/changed-files from 34.0.2 to 34.2.2
[#87](https://github.com/jupyter-server/jupyter_ydoc/pull/87)
([@dependabot](https://github.com/dependabot))
-- Bump tj-actions/changed-files from 33.0.0 to 34.0.2
[#84](https://github.com/jupyter-server/jupyter_ydoc/pull/84)
([@dependabot](https://github.com/dependabot))
-- Bump tj-actions/changed-files from 31.0.3 to 33.0.0
[#80](https://github.com/jupyter-server/jupyter_ydoc/pull/80)
([@dependabot](https://github.com/dependabot))
-- Bump pre-commit/action from 2.0.0 to 3.0.0
[#72](https://github.com/jupyter-server/jupyter_ydoc/pull/72)
([@dependabot](https://github.com/dependabot))
-- Bump actions/checkout from 2 to 3
[#71](https://github.com/jupyter-server/jupyter_ydoc/pull/71)
([@dependabot](https://github.com/dependabot))
-- Bump actions/setup-python from 2 to 4
[#70](https://github.com/jupyter-server/jupyter_ydoc/pull/70)
([@dependabot](https://github.com/dependabot))
-- Bump actions/cache from 1 to 3
[#69](https://github.com/jupyter-server/jupyter_ydoc/pull/69)
([@dependabot](https://github.com/dependabot))
-- Bump actions/setup-node from 2 to 3
[#68](https://github.com/jupyter-server/jupyter_ydoc/pull/68)
([@dependabot](https://github.com/dependabot))
-- Bump tj-actions/changed-files from 31.0.1 to 31.0.3
[#67](https://github.com/jupyter-server/jupyter_ydoc/pull/67)
([@dependabot](https://github.com/dependabot))
-
-### Documentation improvements
-
-- Add badges [#105](https://github.com/jupyter-server/jupyter_ydoc/pull/105)
([@fcollonval](https://github.com/fcollonval))
-- Docs [#102](https://github.com/jupyter-server/jupyter_ydoc/pull/102)
([@hbcarlos](https://github.com/hbcarlos))
-- Adds docstring to the python package
[#101](https://github.com/jupyter-server/jupyter_ydoc/pull/101)
([@hbcarlos](https://github.com/hbcarlos))
-- Documentation [#95](https://github.com/jupyter-server/jupyter_ydoc/pull/95)
([@hbcarlos](https://github.com/hbcarlos))
-
-### API and Breaking Changes
-
-- Import shared model
[#86](https://github.com/jupyter-server/jupyter_ydoc/pull/86)
([@fcollonval](https://github.com/fcollonval))
-
-### Other merged PRs
-
-- Fixes build js docs
[#96](https://github.com/jupyter-server/jupyter_ydoc/pull/96)
([@hbcarlos](https://github.com/hbcarlos))
-- Add workflows to ease maintenance
[#64](https://github.com/jupyter-server/jupyter_ydoc/pull/64)
([@fcollonval](https://github.com/fcollonval))
-- Test a case with plotly renderer
[#63](https://github.com/jupyter-server/jupyter_ydoc/pull/63)
([@fcollonval](https://github.com/fcollonval))
-- Pin @jupyterlab/shared-models >=4.0.0-alpha.10,\<4.0.0-alpha.14
[#61](https://github.com/jupyter-server/jupyter_ydoc/pull/61)
([@davidbrochart](https://github.com/davidbrochart))
-- Cast only if number has same value
[#57](https://github.com/jupyter-server/jupyter_ydoc/pull/57)
([@davidbrochart](https://github.com/davidbrochart))
-- Add back YMap for cell metadata
[#53](https://github.com/jupyter-server/jupyter_ydoc/pull/53)
([@davidbrochart](https://github.com/davidbrochart))
+- Fix metadata issue
[#158](https://github.com/jupyter-server/jupyter_ydoc/pull/158)
([@hbcarlos](https://github.com/hbcarlos))
### Contributors to this release
-([GitHub contributors page for this
release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2022-09-26&to=2023-01-13&type=c))
-
-[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2022-09-26..2023-01-13&type=Issues)
|
[@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2022-09-26..2023-01-13&type=Issues)
|
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2022-09-26..2023-01-13&type=Issues)
|
[@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ahbcarlos+updated%3A2022-09-26..2023-01-13&type=Issues)
|
[@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ajtpio+updated%3A2022-09-26..2023-01-13&type=Issues)
|
[@meeseeksdev](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ameeseeksdev+updated%3A2022-09-26..2023-01-13&type=Issues)
|
[@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+up
dated%3A2022-09-26..2023-01-13&type=Issues) |
[@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Awelcome+updated%3A2022-09-26..2023-01-13&type=Issues)
|
[@Wh1isper](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3AWh1isper+updated%3A2022-09-26..2023-01-13&type=Issues)
+([GitHub contributors page for this
release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2023-03-10&to=2023-04-12&type=c))
-## 0.3.0a2
+[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-03-10..2023-04-12&type=Issues)
|
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2023-03-10..2023-04-12&type=Issues)
|
[@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ahbcarlos+updated%3A2023-03-10..2023-04-12&type=Issues)
-([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/v0.3.0a1...145f811c15b640958076e9ff18dcc88ece3ac3e4))
+## 0.2.3
-### Enhancements made
-
-- Notebook metadata
[#115](https://github.com/jupyter-server/jupyter_ydoc/pull/115)
([@hbcarlos](https://github.com/hbcarlos))
-- Make `YDocument` a `IObservableDisposable`
[#108](https://github.com/jupyter-server/jupyter_ydoc/pull/108)
([@fcollonval](https://github.com/fcollonval))
-- Add readme to javascript package
[#106](https://github.com/jupyter-server/jupyter_ydoc/pull/106)
([@fcollonval](https://github.com/fcollonval))
-- Adds docstring to the python package
[#101](https://github.com/jupyter-server/jupyter_ydoc/pull/101)
([@hbcarlos](https://github.com/hbcarlos))
-- Import shared model
[#86](https://github.com/jupyter-server/jupyter_ydoc/pull/86)
([@fcollonval](https://github.com/fcollonval))
+([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/8854a43982e623f926a2094f58819716eb16bd77...e4c4b6ca5a6731104c909ebc12eb4cf500345df5))
### Bugs fixed
-- Support cell.source is \[list, of, string\]
[#112](https://github.com/jupyter-server/jupyter_ydoc/pull/112)
([@Wh1isper](https://github.com/Wh1isper))
+- Fix notebook undo scope
[#148](https://github.com/jupyter-server/jupyter_ydoc/pull/148)
([@fcollonval](https://github.com/fcollonval))
### Maintenance and upkeep improvements
-- Bump tj-actions/changed-files from 35.1.0 to 35.2.1
[#118](https://github.com/jupyter-server/jupyter_ydoc/pull/118)
([@dependabot](https://github.com/dependabot))
-- Bump tj-actions/changed-files from 35.0.0 to 35.1.0
[#116](https://github.com/jupyter-server/jupyter_ydoc/pull/116)
([@dependabot](https://github.com/dependabot))
-- Bump tj-actions/changed-files from 34.5.3 to 35.0.0
[#113](https://github.com/jupyter-server/jupyter_ydoc/pull/113)
([@dependabot](https://github.com/dependabot))
-- Bump tj-actions/changed-files from 34.5.0 to 34.5.3
[#109](https://github.com/jupyter-server/jupyter_ydoc/pull/109)
([@dependabot](https://github.com/dependabot))
-- Bump tj-actions/changed-files from 34.4.4 to 34.5.0
[#100](https://github.com/jupyter-server/jupyter_ydoc/pull/100)
([@dependabot](https://github.com/dependabot))
-- Bump actions/upload-artifact from 2 to 3
[#99](https://github.com/jupyter-server/jupyter_ydoc/pull/99)
([@dependabot](https://github.com/dependabot))
- Rename JS package to `@jupyter/ydoc`
[#97](https://github.com/jupyter-server/jupyter_ydoc/pull/97)
([@jtpio](https://github.com/jtpio))
-- Bump tj-actions/changed-files from 34.4.0 to 34.4.4
[#94](https://github.com/jupyter-server/jupyter_ydoc/pull/94)
([@dependabot](https://github.com/dependabot))
-- Backport #90 on branch main (Releaser)
[#92](https://github.com/jupyter-server/jupyter_ydoc/pull/92)
([@fcollonval](https://github.com/fcollonval))
-- Bump tj-actions/changed-files from 34.2.2 to 34.4.0
[#91](https://github.com/jupyter-server/jupyter_ydoc/pull/91)
([@dependabot](https://github.com/dependabot))
-- Bump tj-actions/changed-files from 34.0.2 to 34.2.2
[#87](https://github.com/jupyter-server/jupyter_ydoc/pull/87)
([@dependabot](https://github.com/dependabot))
-- Bump tj-actions/changed-files from 33.0.0 to 34.0.2
[#84](https://github.com/jupyter-server/jupyter_ydoc/pull/84)
([@dependabot](https://github.com/dependabot))
-
-### Documentation improvements
-
-- Add badges [#105](https://github.com/jupyter-server/jupyter_ydoc/pull/105)
([@fcollonval](https://github.com/fcollonval))
-- Docs [#102](https://github.com/jupyter-server/jupyter_ydoc/pull/102)
([@hbcarlos](https://github.com/hbcarlos))
-- Adds docstring to the python package
[#101](https://github.com/jupyter-server/jupyter_ydoc/pull/101)
([@hbcarlos](https://github.com/hbcarlos))
-- Documentation [#95](https://github.com/jupyter-server/jupyter_ydoc/pull/95)
([@hbcarlos](https://github.com/hbcarlos))
-
-### API and Breaking Changes
-
-- Import shared model
[#86](https://github.com/jupyter-server/jupyter_ydoc/pull/86)
([@fcollonval](https://github.com/fcollonval))
-
-### Other merged PRs
-
-- Fixes build js docs
[#96](https://github.com/jupyter-server/jupyter_ydoc/pull/96)
([@hbcarlos](https://github.com/hbcarlos))
### Contributors to this release
-([GitHub contributors page for this
release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2022-10-26&to=2023-01-05&type=c))
+([GitHub contributors page for this
release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2022-11-29&to=2023-03-10&type=c))
-[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2022-10-26..2023-01-05&type=Issues)
|
[@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2022-10-26..2023-01-05&type=Issues)
|
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2022-10-26..2023-01-05&type=Issues)
|
[@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ahbcarlos+updated%3A2022-10-26..2023-01-05&type=Issues)
|
[@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ajtpio+updated%3A2022-10-26..2023-01-05&type=Issues)
|
[@meeseeksdev](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ameeseeksdev+updated%3A2022-10-26..2023-01-05&type=Issues)
|
[@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+up
dated%3A2022-10-26..2023-01-05&type=Issues) |
[@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Awelcome+updated%3A2022-10-26..2023-01-05&type=Issues)
|
[@Wh1isper](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3AWh1isper+updated%3A2022-10-26..2023-01-05&type=Issues)
+[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2022-11-29..2023-03-10&type=Issues)
|
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2022-11-29..2023-03-10&type=Issues)
|
[@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Awelcome+updated%3A2022-11-29..2023-03-10&type=Issues)
-## 0.3.0a1
+## 0.2.2
-([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/v0.3.0a0...6dcc9ec61f4b022ec43bdaa7916bd58de481c761))
-
-### Enhancements made
-
-- Add path document attribute
[#81](https://github.com/jupyter-server/jupyter_ydoc/pull/81)
([@davidbrochart](https://github.com/davidbrochart))
-- Make YBaseDoc an abstract base class
[#74](https://github.com/jupyter-server/jupyter_ydoc/pull/74)
([@davidbrochart](https://github.com/davidbrochart))
+([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/v0.2.1...ae5e46d3e4756f80452e9416e70ac6aa9ab7475a))
### Bugs fixed
- Removes YMap for attachements
[#77](https://github.com/jupyter-server/jupyter_ydoc/pull/77)
([@fcollonval](https://github.com/fcollonval))
-- Drop `pkg_resources`
[#59](https://github.com/jupyter-server/jupyter_ydoc/pull/59)
([@jtpio](https://github.com/jtpio))
-
-### Maintenance and upkeep improvements
-
-- Bump tj-actions/changed-files from 31.0.3 to 33.0.0
[#80](https://github.com/jupyter-server/jupyter_ydoc/pull/80)
([@dependabot](https://github.com/dependabot))
-- Bump pre-commit/action from 2.0.0 to 3.0.0
[#72](https://github.com/jupyter-server/jupyter_ydoc/pull/72)
([@dependabot](https://github.com/dependabot))
-- Bump actions/checkout from 2 to 3
[#71](https://github.com/jupyter-server/jupyter_ydoc/pull/71)
([@dependabot](https://github.com/dependabot))
-- Bump actions/setup-python from 2 to 4
[#70](https://github.com/jupyter-server/jupyter_ydoc/pull/70)
([@dependabot](https://github.com/dependabot))
-- Bump actions/cache from 1 to 3
[#69](https://github.com/jupyter-server/jupyter_ydoc/pull/69)
([@dependabot](https://github.com/dependabot))
-- Bump actions/setup-node from 2 to 3
[#68](https://github.com/jupyter-server/jupyter_ydoc/pull/68)
([@dependabot](https://github.com/dependabot))
-- Bump tj-actions/changed-files from 31.0.1 to 31.0.3
[#67](https://github.com/jupyter-server/jupyter_ydoc/pull/67)
([@dependabot](https://github.com/dependabot))
### Other merged PRs
-- Add workflows to ease maintenance
[#64](https://github.com/jupyter-server/jupyter_ydoc/pull/64)
([@fcollonval](https://github.com/fcollonval))
-- Test a case with plotly renderer
[#63](https://github.com/jupyter-server/jupyter_ydoc/pull/63)
([@fcollonval](https://github.com/fcollonval))
-- Pin @jupyterlab/shared-models >=4.0.0-alpha.10,\<4.0.0-alpha.14
[#61](https://github.com/jupyter-server/jupyter_ydoc/pull/61)
([@davidbrochart](https://github.com/davidbrochart))
-- Cast only if number has same value
[#57](https://github.com/jupyter-server/jupyter_ydoc/pull/57)
([@davidbrochart](https://github.com/davidbrochart))
+- Add path document attribute
[#82](https://github.com/jupyter-server/jupyter_ydoc/pull/82)
([@davidbrochart](https://github.com/davidbrochart))
### Contributors to this release
-([GitHub contributors page for this
release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2022-09-26&to=2022-10-26&type=c))
-
-[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2022-09-26..2022-10-26&type=Issues)
|
[@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2022-09-26..2022-10-26&type=Issues)
|
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2022-09-26..2022-10-26&type=Issues)
|
[@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ajtpio+updated%3A2022-09-26..2022-10-26&type=Issues)
|
[@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2022-09-26..2022-10-26&type=Issues)
|
[@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Awelcome+updated%3A2022-09-26..2022-10-26&type=Issues)
-
-## 0.3.0a0
+([GitHub contributors page for this
release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2022-09-29&to=2022-10-26&type=c))
-([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/v0.2.0...63af4d7c91f1ba101612f0e52c24855a21eafedc))
-
-### Merged PRs
-
-- Add back YMap for cell metadata
[#53](https://github.com/jupyter-server/jupyter_ydoc/pull/53)
([@davidbrochart](https://github.com/davidbrochart))
-
-### Contributors to this release
+[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2022-09-29..2022-10-26&type=Issues)
|
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2022-09-29..2022-10-26&type=Issues)
|
[@meeseeksmachine](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ameeseeksmachine+updated%3A2022-09-29..2022-10-26&type=Issues)
|
[@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Awelcome+updated%3A2022-09-29..2022-10-26&type=Issues)
-([GitHub contributors page for this
release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2022-09-26&to=2022-09-26&type=c))
+## 0.2.1
-[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2022-09-26..2022-09-26&type=Issues)
+Back-port of #56, #57 and #59.
## 0.2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_ydoc-1.0.2/javascript/package.json
new/jupyter_ydoc-1.1.0/javascript/package.json
--- old/jupyter_ydoc-1.0.2/javascript/package.json 2023-04-14
11:06:51.000000000 +0200
+++ new/jupyter_ydoc-1.1.0/javascript/package.json 2023-09-21
16:17:18.000000000 +0200
@@ -1,6 +1,6 @@
{
"name": "@jupyter/ydoc",
- "version": "1.0.2",
+ "version": "1.1.0",
"type": "module",
"description": "Jupyter document structures for collaborative editing
using YJS",
"homepage": "https://github.com/jupyter-server/jupyter_ydoc",
@@ -19,7 +19,8 @@
"lib": "lib/"
},
"files": [
- "lib/**/*.{d.ts,js,js.map,json}"
+ "lib/**/*.{d.ts,js,js.map,json}",
+ "src/**/*.{ts}"
],
"scripts": {
"build": "tsc -b",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_ydoc-1.0.2/javascript/src/awareness.ts
new/jupyter_ydoc-1.1.0/javascript/src/awareness.ts
--- old/jupyter_ydoc-1.0.2/javascript/src/awareness.ts 1970-01-01
01:00:00.000000000 +0100
+++ new/jupyter_ydoc-1.1.0/javascript/src/awareness.ts 2023-09-21
16:17:18.000000000 +0200
@@ -0,0 +1,9 @@
+// Copyright (c) Jupyter Development Team.
+// Distributed under the terms of the Modified BSD License.
+
+import type { Awareness } from 'y-protocols/awareness';
+
+/**
+ * The awareness interface.
+ */
+export type IAwareness = Awareness;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_ydoc-1.0.2/javascript/src/index.ts
new/jupyter_ydoc-1.1.0/javascript/src/index.ts
--- old/jupyter_ydoc-1.0.2/javascript/src/index.ts 2023-04-14
11:06:51.000000000 +0200
+++ new/jupyter_ydoc-1.1.0/javascript/src/index.ts 2023-09-21
16:17:18.000000000 +0200
@@ -9,6 +9,7 @@
export * from './api.js';
export * from './utils.js';
+export * from './awareness.js';
export * from './ytext.js';
export * from './ydocument.js';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_ydoc-1.0.2/jupyter_ydoc/utils.py
new/jupyter_ydoc-1.1.0/jupyter_ydoc/utils.py
--- old/jupyter_ydoc-1.0.2/jupyter_ydoc/utils.py 2023-04-14
11:06:51.000000000 +0200
+++ new/jupyter_ydoc-1.1.0/jupyter_ydoc/utils.py 2023-09-21
16:17:18.000000000 +0200
@@ -12,7 +12,7 @@
) -> Union[List, Dict]:
if isinstance(o, list):
for i, v in enumerate(o):
- if type(v) == from_type:
+ if type(v) is from_type:
v2 = to_type(v)
if v == v2:
o[i] = v2
@@ -20,7 +20,7 @@
cast_all(v, from_type, to_type)
elif isinstance(o, dict):
for k, v in o.items():
- if type(v) == from_type:
+ if type(v) is from_type:
v2 = to_type(v)
if v == v2:
o[k] = v2
++++++ jupyter_ydoc-1.0.2-gh.tar.gz -> jupyter_ydoc-1.1.0.tar.gz ++++++
++++ 5818 lines of diff (skipped)
++++++ node_modules.tar.xz ++++++
/work/SRC/openSUSE:Factory/python-jupyter-ydoc/node_modules.tar.xz
/work/SRC/openSUSE:Factory/.python-jupyter-ydoc.new.1770/node_modules.tar.xz
differ: char 25, line 1