Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jupyter-collaboration for
openSUSE:Factory checked in at 2026-05-28 17:27:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-collaboration (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-collaboration.new.1937
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-collaboration"
Thu May 28 17:27:40 2026 rev:15 rq:1355499 version:4.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter-collaboration/python-jupyter-collaboration.changes
2026-03-23 17:13:11.189222490 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyter-collaboration.new.1937/python-jupyter-collaboration.changes
2026-05-28 17:29:01.432896573 +0200
@@ -1,0 +2,43 @@
+Thu May 28 01:49:41 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 4.4.0
+ ## New features added
+ * Make document provider pluggable #558 (@davidbrochart, @Copilot,
+ @SylvainCorlay, @krassowski, @martinRenou)
+ ## Enhancements made
+ * Side Panel: respect avatar_url #582 (@martinRenou, @brichet, @krassowski)
+ * Add create: bool argument to get_document() API #569 (@abbbe,
+ @Darshan808, @krassowski, @mediamead)
+ * Export editor facet to allow settings cursors from third party extensions
+ #562 (@brichet, @davidbrochart, @krassowski)
+ * Improve UX for reconnecting after server restart #548 (@Darshan808,
+ @davidbrochart, @krassowski)
+ * Use jupyter-ydoc's aget/aset #544 (@davidbrochart, @krassowski)
+ ## Bugs fixed
+ * Depend on IDocumentManager instead of fetching settings directly #574
+ (@jtpio, @krassowski)
+ * Fix content duplication when document room goes away #571 (@krassowski,
+ @Copilot, @SylvainCorlay, @davidbrochart)
+ * Fix the share button in the top area #570 (@jtpio, @brichet,
+ @davidbrochart)
+ * Skip redundant aset on out-of-band changes #556 (@jordanhboxer, @Hnasar,
+ @claude, @davidbrochart, @krassowski)
+ * Fix error handling on corrupted files #550 (@krassowski, @Copilot,
+ @davidbrochart)
+ ## Maintenance and upkeep improvements
+ * Align JupyterLab version in one more place #581 (@krassowski, @jtpio)
+ * Test using stable versions #580 (@krassowski, @brichet)
+ * Update to the newer check-jsonschema pre-commit hook #579 (@jtpio,
+ @krassowski)
+ * Update to TypeScript 5.9 #576 (@jtpio, @krassowski)
+ * Rename check release upload artifact #575 (@jtpio, @krassowski)
+ * Require Python 3.10, update classifiers #572 (@jtpio, @krassowski)
+ * Disable postinstall scripts #565 (@krassowski, @davidbrochart)
+ * Update httpx-ws >=0.9.0 #561 (@davidbrochart, @krassowski)
+ * Enable Ruff E, F, I rules and lint codebase #553 (@Darshan808,
+ @krassowski)
+ * Update snapshots after JupyterLab 4.5.6 release #551 (@krassowski,
+ @Darshan808)
+ * Disambiguate log messages #543 (@Carreau, @krassowski)
+
+-------------------------------------------------------------------
Old:
----
jupyter_collaboration-4.2.1-gh.tar.gz
New:
----
jupyter_collaboration-4.4.0-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-collaboration.spec ++++++
--- /var/tmp/diff_new_pack.o0lTOO/_old 2026-05-28 17:29:02.092923894 +0200
+++ /var/tmp/diff_new_pack.o0lTOO/_new 2026-05-28 17:29:02.092923894 +0200
@@ -17,28 +17,28 @@
Name: python-jupyter-collaboration
-Version: 4.2.1
+Version: 4.4.0
Release: 0
Summary: Jupyter Server Extension Providing Support for Y Documents
License: BSD-3-Clause
URL: https://github.com/jupyterlab/jupyter_collaboration
Source:
https://github.com/jupyterlab/jupyter-collaboration/archive/refs/tags/v%{version}.tar.gz#/jupyter_collaboration-%{version}-gh.tar.gz
Source99: python-jupyter-collaboration.rpmlintrc
-BuildRequires: %{python_module base >= 3.8}
+BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module hatchling >= 1.4}
BuildRequires: %{python_module pip}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: (python-jupyter-collaboration-ui >= 2.2.1 with
python-jupyter-collaboration-ui < 3)
-Requires: (python-jupyter-docprovider >= 2.2.1 with
python-jupyter-docprovider < 3)
-Requires: (python-jupyter-server-ydoc >= 2.2.1 with
python-jupyter-server-ydoc < 3)
+Requires: (python-jupyter-collaboration-ui >= 2.4.0 with
python-jupyter-collaboration-ui < 3)
+Requires: (python-jupyter-docprovider >= 2.4.0 with
python-jupyter-docprovider < 3)
+Requires: (python-jupyter-server-ydoc >= 2.4.0 with
python-jupyter-server-ydoc < 3)
Requires: (python-jupyterlab >= 4.4.0 with python-jupyterlab < 5)
Provides: python-jupyter_collaboration = %{version}-%{release}
Obsoletes: python-jupyterlab-rtc < 1
BuildArch: noarch
-BuildRequires: %{python_module jupyter-collaboration-ui >= 2.2.1 with
%python-jupyter-collaboration-ui < 3}
-BuildRequires: %{python_module jupyter-docprovider >= 2.2.1 with
%python-jupyter-docprovider < 3}
-BuildRequires: %{python_module jupyter-server-ydoc-test >= 2.2.1 with
%python-jupyter-server-ydoc-test < 3}
+BuildRequires: %{python_module jupyter-collaboration-ui >= 2.4.0 with
%python-jupyter-collaboration-ui < 3}
+BuildRequires: %{python_module jupyter-docprovider >= 2.4.0 with
%python-jupyter-docprovider < 3}
+BuildRequires: %{python_module jupyter-server-ydoc-test >= 2.4.0 with
%python-jupyter-server-ydoc-test < 3}
BuildRequires: %{python_module jupyterlab > 4.4.0 with %python-jupyterlab < 5}
BuildRequires: %{python_module pycrdt}
BuildRequires: %{python_module pytest}
++++++ jupyter_collaboration-4.2.1-gh.tar.gz ->
jupyter_collaboration-4.4.0-gh.tar.gz ++++++
++++ 12555 lines of diff (skipped)