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-06-13 16:09:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-ydoc (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter-ydoc.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter-ydoc"

Tue Jun 13 16:09:48 2023 rev:3 rq:1092712 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jupyter-ydoc/python-jupyter-ydoc.changes  
2023-04-25 16:42:23.926080189 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter-ydoc.new.15902/python-jupyter-ydoc.changes
       2023-06-13 16:09:53.147018411 +0200
@@ -1,0 +2,32 @@
+Sun Jun 11 21:02:51 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 1.0.2
+  * Trust the default cell #161 (@krassowski)
+- Releases 1.0.0, 1.0.1
+  * Fix metadata issue #158 (@hbcarlos)
+  * Add py.typed #152 (@davidbrochart)
+  * Add model version #139 (@davidbrochart)
+- Release 0.3.x
+  * Fix notebook undo scope #148 (@fcollonval)
+  * Update YDocument constructor #142 (@trungleduc)
+  * Add ycells getter #136 (@davidbrochart)
+  * Split documents into separate files #135 (@davidbrochart)
+  * Fixes handling metadata changes #134 (@hbcarlos)
+  * Improves the initialization #124 (@hbcarlos)
+  * Improve Python API #122 (@davidbrochart)
+  * Notebook metadata #115 (@hbcarlos)
+  * Make YDocument a IObservableDisposable #108 (@fcollonval)
+  * Add readme to javascript package #106 (@fcollonval)
+  * Adds docstring to the python package #101 (@hbcarlos)
+  * Import shared model #86 (@fcollonval)
+  * Add path document attribute #81 (@davidbrochart)
+  * Make YBaseDoc an abstract base class #74 (@davidbrochart)
+  * Fixes multiple bugs #131 (@hbcarlos)
+  * Fixes metadata #120 (@hbcarlos)
+  * Support cell.source is [list, of, string] #112 (@Wh1isper)
+  * Removes YMap for attachements #77 (@fcollonval)
+  * Drop pkg_resources #59 (@jtpio)
+  * Remove factory API #133 (@hbcarlos)
+  * Import shared model #86 (@fcollonval)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-jupyter-ydoc.spec ++++++
--- /var/tmp/diff_new_pack.YGl2wS/_old  2023-06-13 16:09:54.039023674 +0200
+++ /var/tmp/diff_new_pack.YGl2wS/_new  2023-06-13 16:09:54.043023697 +0200
@@ -17,9 +17,7 @@
 
 
 Name:           python-jupyter-ydoc
-# 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
+Version:        1.0.2
 Release:        0
 Summary:        Document structures for collaborative editing using Ypy
 License:        BSD-3-Clause
@@ -33,12 +31,12 @@
 Source3:        create_node_modules.sh
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module hatch_nodejs_version}
-BuildRequires:  %{python_module hatchling}
+BuildRequires:  %{python_module hatchling >= 1.10}
 BuildRequires:  %{python_module pip}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 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)
+Requires:       (python-y-py >= 0.6.0 with python-y-py < 0.7.0)
 Provides:       python-jupyter_ydoc = %{version}-%{release}
 BuildArch:      noarch
 # SECTION test
@@ -46,9 +44,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 y-py >= 0.6.0 with %python-y-py < 0.7.0}
+BuildRequires:  %{python_module ypy-websocket >= 0.8.3 with 
%python-ypy-websocket < 0.9}
 BuildRequires:  nodejs
+BuildRequires:  yarn
 # /SECTION
 %python_subpackages
 
@@ -70,7 +69,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest
+# tests NEED -vv
+%pytest -vv
 
 %files %{python_files}
 %{python_sitelib}/jupyter_ydoc

++++++ create_node_modules.sh ++++++
--- /var/tmp/diff_new_pack.YGl2wS/_old  2023-06-13 16:09:54.071023863 +0200
+++ /var/tmp/diff_new_pack.YGl2wS/_new  2023-06-13 16:09:54.075023886 +0200
@@ -6,21 +6,15 @@
 # Note: The pathname MUST NOT include any ':' as is common
 # in checked out obs package directories.
 
-# requires: yarn, npm
+# requires: yarn
 
 pushd javascript
 yarn
 yarn build
 popd
-pushd tests
-npm install
-popd
 
 tar cJf node_modules.tar.xz \
-  yarn.lock \
   node_modules \
-  tests/node_modules \
   javascript/lib \
-  javascript/node_modules \
   javascript/tsconfig.tsbuildinfo
 

++++++ jupyter_ydoc-0.2.4-gh.tar.gz -> jupyter_ydoc-1.0.2-gh.tar.gz ++++++
++++ 18017 lines of diff (skipped)

++++++ jupyter_ydoc-0.2.4-gh.tar.gz -> jupyter_ydoc-1.0.2.tar.gz ++++++
++++ 15491 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.15902/node_modules.tar.xz 
differ: char 25, line 1

Reply via email to