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 2023-09-25 20:02:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-anywidget (Old) and /work/SRC/openSUSE:Factory/.python-anywidget.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-anywidget" Mon Sep 25 20:02:33 2023 rev:2 rq:1113219 version:0.6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-anywidget/python-anywidget.changes 2023-09-07 21:14:13.872501576 +0200 +++ /work/SRC/openSUSE:Factory/.python-anywidget.new.1770/python-anywidget.changes 2023-09-25 20:56:36.845922478 +0200 @@ -1,0 +2,15 @@ +Sat Sep 23 16:38:24 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 0.6.5 + * fix: disable auto-reloading in dist-packages (#276) + * When the package is located in dist-packages, auto-reloading is + now disabled. This prevents unnecessary warnings when the + package is used in environments like Google Colab which are + likely non-development installs. +- Release 0.6.4 + * fix: Keep support for binary traitlets (#274) + * Uses structuredClone to ensure binary data is automatically + serialized, correctly. Applies changes reverted in ipywidgets + 8.1.1. + +------------------------------------------------------------------- Old: ---- anywidget-0.6.3.tar.gz New: ---- anywidget-0.6.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-anywidget.spec ++++++ --- /var/tmp/diff_new_pack.pPte6I/_old 2023-09-25 20:56:38.273974067 +0200 +++ /var/tmp/diff_new_pack.pPte6I/_new 2023-09-25 20:56:38.277974211 +0200 @@ -17,27 +17,27 @@ Name: python-anywidget -Version: 0.6.3 +Version: 0.6.5 Release: 0 Summary: Custom jupyter widgets made easy License: MIT URL: https://github.com/manzt/anywidget Source: https://files.pythonhosted.org/packages/source/a/anywidget/anywidget-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: jupyter-rpm-macros +BuildRequires: %{python_module hatch-jupyter-builder} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module jupyterlab >= 3} -BuildRequires: %{python_module hatch-jupyter-builder} BuildRequires: %{python_module pip} +BuildRequires: jupyter-rpm-macros +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module ipywidgets >= 7.6.0} -BuildRequires: %{python_module psygnal >= 0.8.1} -BuildRequires: %{python_module typing-extensions >= 4.2.0} BuildRequires: %{python_module msgspec} +BuildRequires: %{python_module psygnal >= 0.8.1} BuildRequires: %{python_module pydantic} -BuildRequires: %{python_module watchfiles} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-cov} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module typing-extensions >= 4.2.0} +BuildRequires: %{python_module watchfiles} # /SECTION BuildRequires: fdupes Requires: python-ipywidgets >= 7.6.0 @@ -90,13 +90,13 @@ %pytest %files %{python_files} -%doc CHANGELOG.md README.md +%doc README.md %license LICENSE %{python_sitelib}/anywidget %{python_sitelib}/anywidget-%{version}.dist-info %files -n jupyter-anywidget -%doc CHANGELOG.md README.md +%doc README.md %license LICENSE %_jupyter_config %{_jupyter_nb_notebook_confdir}/anywidget.json %{_jupyter_prefix}/labextensions/anywidget ++++++ anywidget-0.6.3.tar.gz -> anywidget-0.6.5.tar.gz ++++++ ++++ 15516 lines of diff (skipped)