Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-anywidget for 
openSUSE:Factory checked in at 2024-09-01 19:21:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-anywidget (Old)
 and      /work/SRC/openSUSE:Factory/.python-anywidget.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-anywidget"

Sun Sep  1 19:21:13 2024 rev:11 rq:1197745 version:0.9.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-anywidget/python-anywidget.changes        
2024-05-06 17:55:22.827734771 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-anywidget.new.2698/python-anywidget.changes  
    2024-09-01 19:21:37.584505569 +0200
@@ -1,0 +2,29 @@
+Fri Aug 30 09:04:41 UTC 2024 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 0.9.13
+  * Improve legacy ESM deprecation notice with widget provenance
+    and Python migration instruction (#609)
+- Release 0.9.12
+  * Add IPython Cell Magic for HMR (#594). New %%vfile cell magic
+    for prototyping widgets in notebooks. Enables syntax
+    highlighting and anywidget's Hot Module Replacement (HMR)
+    directly within the notebook. Previously, front-end code had to
+    be inline strings or file paths, causing loss of widget state
+    when editing inline-strings in notebooks. The new %%vfile cell
+    magic allows editing front-end code within the notebook with
+    live reloading on cell re-execution. Use %%vfile <filename> to
+    create a virtual file for either JavaScript or CSS, and use
+    vfile:<filename> in _esm or _css attributes of an AnyWidget
+    subclass to reference the virtual file. Anywidget applies HMR
+    updates automatically on cell re-execution.
+- Release 0.9.11
+  * Relax version pinning for anywidget front end (#521)
+  * Adopted ~major.minor.* notation for more flexible version
+    compatibility in the front end, mirroring practices improve
+    compatability in environments where bumping the front-end
+    versions is not possible for end users (i.e., JupyterHub). This
+    change is intended to enhance adaptability without causing
+    disruptions. If issues arise, please report them on our issues
+    page.
+
+-------------------------------------------------------------------

Old:
----
  anywidget-0.9.10.tar.gz

New:
----
  anywidget-0.9.13.tar.gz

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

Other differences:
------------------
++++++ python-anywidget.spec ++++++
--- /var/tmp/diff_new_pack.RuO2Ui/_old  2024-09-01 19:21:38.288534393 +0200
+++ /var/tmp/diff_new_pack.RuO2Ui/_new  2024-09-01 19:21:38.288534393 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define distver 0.9.10
+%define distver 0.9.13
 Name:           python-anywidget
-Version:        0.9.10
+Version:        0.9.13
 Release:        0
 Summary:        Custom jupyter widgets made easy
 License:        MIT
@@ -61,7 +61,7 @@
 %package     -n jupyter-anywidget
 Summary:        Custom jupyter widgets made easy
 Requires:       jupyter-ipywidgets >= 7.0.0
-Requires:       (jupyter-notebook < 7 or jupyter-nbclassic)
+Requires:       (jupyter-notebook or jupyter-nbclassic)
 Requires:       python3dist(anywidget) >= %{distver}
 Suggests:       python3-anywidget
 
@@ -76,6 +76,8 @@
 
 %prep
 %autosetup -p1 -n anywidget-%{version}
+# Different layout in sdist than in repository
+sed -i "s|../packages/anywidget/|../anywidget/labextension/|" 
tests/test_widget.py
 
 %build
 %pyproject_wheel

++++++ anywidget-0.9.10.tar.gz -> anywidget-0.9.13.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-anywidget/anywidget-0.9.10.tar.gz 
/work/SRC/openSUSE:Factory/.python-anywidget.new.2698/anywidget-0.9.13.tar.gz 
differ: char 13, line 1

Reply via email to