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-10-08 12:19:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-ydoc (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-ydoc.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-ydoc"
Sun Oct 8 12:19:04 2023 rev:6 rq:1116214 version:1.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jupyter-ydoc/python-jupyter-ydoc.changes
2023-09-25 20:58:35.590212163 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter-ydoc.new.28202/python-jupyter-ydoc.changes
2023-10-08 12:22:50.167903176 +0200
@@ -1,0 +2,7 @@
+Sat Oct 7 13:45:03 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 1.1.1
+ * Fix joining of source when source is an array of strings #186
+ (@jtpio)
+
+-------------------------------------------------------------------
Old:
----
jupyter_ydoc-1.1.0-gh.tar.gz
jupyter_ydoc-1.1.0.tar.gz
New:
----
jupyter_ydoc-1.1.1-gh.tar.gz
jupyter_ydoc-1.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-ydoc.spec ++++++
--- /var/tmp/diff_new_pack.wzX4oK/_old 2023-10-08 12:22:51.523951931 +0200
+++ /var/tmp/diff_new_pack.wzX4oK/_new 2023-10-08 12:22:51.523951931 +0200
@@ -17,7 +17,7 @@
Name: python-jupyter-ydoc
-Version: 1.1.0
+Version: 1.1.1
Release: 0
Summary: Document structures for collaborative editing using Ypy
License: BSD-3-Clause
++++++ jupyter_ydoc-1.1.0-gh.tar.gz -> jupyter_ydoc-1.1.1-gh.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/jupyter_ydoc-1.1.0/.github/workflows/auto_author_assign.yml
new/jupyter_ydoc-1.1.1/.github/workflows/auto_author_assign.yml
--- old/jupyter_ydoc-1.1.0/.github/workflows/auto_author_assign.yml
2023-09-21 16:17:18.000000000 +0200
+++ new/jupyter_ydoc-1.1.1/.github/workflows/auto_author_assign.yml
2023-09-29 10:08:13.000000000 +0200
@@ -12,4 +12,4 @@
assign-author:
runs-on: ubuntu-latest
steps:
- - uses: toshimaru/[email protected]
+ - uses: toshimaru/[email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_ydoc-1.1.0/.pre-commit-config.yaml
new/jupyter_ydoc-1.1.1/.pre-commit-config.yaml
--- old/jupyter_ydoc-1.1.0/.pre-commit-config.yaml 2023-09-21
16:17:18.000000000 +0200
+++ new/jupyter_ydoc-1.1.1/.pre-commit-config.yaml 2023-09-29
10:08:13.000000000 +0200
@@ -30,7 +30,7 @@
args: [--profile=black]
- repo: https://github.com/asottile/pyupgrade
- rev: v3.11.0
+ rev: v3.13.0
hooks:
- id: pyupgrade
args: [--py37-plus]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_ydoc-1.1.0/CHANGELOG.md
new/jupyter_ydoc-1.1.1/CHANGELOG.md
--- old/jupyter_ydoc-1.1.0/CHANGELOG.md 2023-09-21 16:17:18.000000000 +0200
+++ new/jupyter_ydoc-1.1.1/CHANGELOG.md 2023-09-29 10:08:13.000000000 +0200
@@ -2,6 +2,26 @@
<!-- <START NEW CHANGELOG ENTRY> -->
+## 1.1.1
+
+([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
+
+### Bugs fixed
+
+- Fix joining of `source` when `source` is an array of strings
[#186](https://github.com/jupyter-server/jupyter_ydoc/pull/186)
([@jtpio](https://github.com/jtpio))
+
+### Maintenance and upkeep improvements
+
+- Bump toshimaru/auto-author-assign from 1.6.2 to 2.0.0
[#184](https://github.com/jupyter-server/jupyter_ydoc/pull/184)
([@dependabot](https://github.com/dependabot))
+
+### Contributors to this release
+
+([GitHub contributors page for this
release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2023-09-21&to=2023-09-29&type=c))
+
+[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-09-21..2023-09-29&type=Issues)
|
[@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2023-09-21..2023-09-29&type=Issues)
|
[@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ajtpio+updated%3A2023-09-21..2023-09-29&type=Issues)
|
[@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2023-09-21..2023-09-29&type=Issues)
+
+<!-- <END NEW CHANGELOG ENTRY> -->
+
## 1.1.0
([Full
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
@@ -21,8 +41,6 @@
[@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]))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_ydoc-1.1.0/javascript/package.json
new/jupyter_ydoc-1.1.1/javascript/package.json
--- old/jupyter_ydoc-1.1.0/javascript/package.json 2023-09-21
16:17:18.000000000 +0200
+++ new/jupyter_ydoc-1.1.1/javascript/package.json 2023-09-29
10:08:13.000000000 +0200
@@ -1,6 +1,6 @@
{
"name": "@jupyter/ydoc",
- "version": "1.1.0",
+ "version": "1.1.1",
"type": "module",
"description": "Jupyter document structures for collaborative editing
using YJS",
"homepage": "https://github.com/jupyter-server/jupyter_ydoc",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_ydoc-1.1.0/javascript/src/ycell.ts
new/jupyter_ydoc-1.1.1/javascript/src/ycell.ts
--- old/jupyter_ydoc-1.1.0/javascript/src/ycell.ts 2023-09-21
16:17:18.000000000 +0200
+++ new/jupyter_ydoc-1.1.1/javascript/src/ycell.ts 2023-09-29
10:08:13.000000000 +0200
@@ -113,7 +113,7 @@
}
if (cell.source != null) {
ycell.setSource(
- typeof cell.source === 'string' ? cell.source : cell.source.join('\n')
+ typeof cell.source === 'string' ? cell.source : cell.source.join('')
);
}
return ycell;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_ydoc-1.1.0/javascript/test/ycell.spec.ts
new/jupyter_ydoc-1.1.1/javascript/test/ycell.spec.ts
--- old/jupyter_ydoc-1.1.0/javascript/test/ycell.spec.ts 2023-09-21
16:17:18.000000000 +0200
+++ new/jupyter_ydoc-1.1.1/javascript/test/ycell.spec.ts 2023-09-29
10:08:13.000000000 +0200
@@ -2,7 +2,7 @@
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
-import { IMapChange, YCodeCell, YNotebook } from '../src';
+import { createStandaloneCell, IMapChange, YCodeCell, YNotebook } from
'../src';
describe('@jupyter/ydoc', () => {
// Fix awareness timeout open handle
@@ -13,6 +13,17 @@
jest.clearAllTimers();
});
+ describe('createStandaloneCell', () => {
+ test('should convert a source set as a list of string to a single string',
() => {
+ const cell = createStandaloneCell({
+ cell_type: 'code',
+ source: ['import this\n', 'import math']
+ });
+
+ expect(cell.source).toEqual('import this\nimport math');
+ });
+ });
+
describe('YCell standalone', () => {
test('should set source', () => {
const codeCell = YCodeCell.create();
++++++ jupyter_ydoc-1.1.0-gh.tar.gz -> jupyter_ydoc-1.1.1.tar.gz ++++++
++++ 5469 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.28202/node_modules.tar.xz
differ: char 25, line 1