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-04-25 16:42:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-ydoc (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter-ydoc.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter-ydoc"

Tue Apr 25 16:42:23 2023 rev:2 rq:1082589 version:0.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jupyter-ydoc/python-jupyter-ydoc.changes  
2023-03-24 15:20:43.126981073 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter-ydoc.new.1533/python-jupyter-ydoc.changes
        2023-04-25 16:42:23.926080189 +0200
@@ -1,0 +2,6 @@
+Mon Apr 24 19:25:19 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 0.2.4
+  * Fix metadata issue #158 (@hbcarlos)
+
+-------------------------------------------------------------------

Old:
----
  jupyter_ydoc-0.2.3-gh.tar.gz
  jupyter_ydoc-0.2.3.tar.gz

New:
----
  jupyter_ydoc-0.2.4-gh.tar.gz
  jupyter_ydoc-0.2.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-jupyter-ydoc.spec ++++++
--- /var/tmp/diff_new_pack.6PKK1Q/_old  2023-04-25 16:42:24.658084498 +0200
+++ /var/tmp/diff_new_pack.6PKK1Q/_new  2023-04-25 16:42:24.666084545 +0200
@@ -17,7 +17,9 @@
 
 
 Name:           python-jupyter-ydoc
-Version:        0.2.3
+# Don't update to >= 0.3 before jupyterlab and jupyter-collaboration release a 
new requirement
+# jupyterlab 3.6 requires jupyter-ydoc~=0.2.3
+Version:        0.2.4
 Release:        0
 Summary:        Document structures for collaborative editing using Ypy
 License:        BSD-3-Clause

++++++ jupyter_ydoc-0.2.3-gh.tar.gz -> jupyter_ydoc-0.2.4-gh.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jupyter_ydoc-0.2.3/.github/workflows/check-release.yml 
new/jupyter_ydoc-0.2.4/.github/workflows/check-release.yml
--- old/jupyter_ydoc-0.2.3/.github/workflows/check-release.yml  2023-03-10 
16:42:34.000000000 +0100
+++ new/jupyter_ydoc-0.2.4/.github/workflows/check-release.yml  2023-04-12 
09:43:43.000000000 +0200
@@ -15,7 +15,7 @@
       matrix:
         group: [check_release, link_check]
         python-version: ["3.9"]
-        node-version: ["14.x"]
+        node-version: ["18.x"]
     steps:
       - name: Checkout
         uses: actions/checkout@v2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_ydoc-0.2.3/.github/workflows/test.yml 
new/jupyter_ydoc-0.2.4/.github/workflows/test.yml
--- old/jupyter_ydoc-0.2.3/.github/workflows/test.yml   2023-03-10 
16:42:34.000000000 +0100
+++ new/jupyter_ydoc-0.2.4/.github/workflows/test.yml   2023-04-12 
09:43:43.000000000 +0200
@@ -50,7 +50,7 @@
 
       - name: Install dependencies
         run: |
-          mamba install python=${{ matrix.python-version }} pip nodejs=16 yarn
+          mamba install python=${{ matrix.python-version }} pip nodejs=18 
yarn=1
           pip install .[test]
 
       - name: Build JavaScript assets
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_ydoc-0.2.3/CHANGELOG.md 
new/jupyter_ydoc-0.2.4/CHANGELOG.md
--- old/jupyter_ydoc-0.2.3/CHANGELOG.md 2023-03-10 16:42:34.000000000 +0100
+++ new/jupyter_ydoc-0.2.4/CHANGELOG.md 2023-04-12 09:43:43.000000000 +0200
@@ -2,6 +2,22 @@
 
 <!-- <START NEW CHANGELOG ENTRY> -->
 
+## 0.2.4
+
+([Full 
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
+
+### Bugs fixed
+
+- 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=2023-03-10&to=2023-04-12&type=c))
+
+[@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)
+
+<!-- <END NEW CHANGELOG ENTRY> -->
+
 ## 0.2.3
 
 ([Full 
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/8854a43982e623f926a2094f58819716eb16bd77...e4c4b6ca5a6731104c909ebc12eb4cf500345df5))
@@ -20,8 +36,6 @@
 
 
[@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)
 
-<!-- <END NEW CHANGELOG ENTRY> -->
-
 ## 0.2.2
 
 ([Full 
Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/v0.2.1...ae5e46d3e4756f80452e9416e70ac6aa9ab7475a))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_ydoc-0.2.3/javascript/package.json 
new/jupyter_ydoc-0.2.4/javascript/package.json
--- old/jupyter_ydoc-0.2.3/javascript/package.json      2023-03-10 
16:42:34.000000000 +0100
+++ new/jupyter_ydoc-0.2.4/javascript/package.json      2023-04-12 
09:43:43.000000000 +0200
@@ -1,6 +1,6 @@
 {
     "name": "@jupyter/ydoc",
-    "version": "0.2.3",
+    "version": "0.2.4",
     "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-0.2.3/jupyter_ydoc/ydoc.py 
new/jupyter_ydoc-0.2.4/jupyter_ydoc/ydoc.py
--- old/jupyter_ydoc-0.2.3/jupyter_ydoc/ydoc.py 2023-03-10 16:42:34.000000000 
+0100
+++ new/jupyter_ydoc-0.2.4/jupyter_ydoc/ydoc.py 2023-04-12 09:43:43.000000000 
+0200
@@ -163,9 +163,9 @@
 
         return dict(
             cells=cells,
-            metadata=meta["metadata"],
-            nbformat=int(meta["nbformat"]),
-            nbformat_minor=int(meta["nbformat_minor"]),
+            metadata=meta.get("metadata", {}),
+            nbformat=int(meta.get("nbformat", 0)),
+            nbformat_minor=int(meta.get("nbformat_minor", 0)),
         )
 
     def set(self, value):

++++++ jupyter_ydoc-0.2.3-gh.tar.gz -> jupyter_ydoc-0.2.4.tar.gz ++++++
++++ 9487 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.1533/node_modules.tar.xz 
differ: char 26, line 1

Reply via email to