diff --git a/ipywidgets-8.1.5.tar.gz b/ipywidgets-8.1.7.tar.gz similarity index 50% rename from ipywidgets-8.1.5.tar.gz rename to ipywidgets-8.1.7.tar.gz index 82ddc3d527352dd71883124ec1ce6f335f12527b..977e54781caefbf196abfd712695b6cc18c0167d 100644 Binary files a/ipywidgets-8.1.5.tar.gz and b/ipywidgets-8.1.7.tar.gz differ diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec index 34515b9d4e894b0e72550022976f2438d0aeb443..f9da28cfa7ecd70c6f93c1fdfc36406872cab35d 100644 --- a/python-ipywidgets.spec +++ b/python-ipywidgets.spec @@ -2,7 +2,7 @@ %global pypi_name ipywidgets Name: python-%{pypi_name} -Version: 8.1.5 +Version: 8.1.7 Release: 1 Summary: IPython HTML widgets for Jupyter @@ -18,6 +18,7 @@ BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-hatchling +BuildRequires: python3-hatch-jupyter-builder #for test BuildRequires: python3-pytest @@ -98,6 +99,18 @@ cd %{_builddir}/ipywidgets-%{version}/python/ipywidgets %{_datadir}/jupyter/labextensions/ %changelog +* Fri May 23 2025 Dongxing Wang - 8.1.7-1 +- Update package to version 8.1.7 + Fix CI + remove Python 3.8 + Dynamic widgets registry + Fix lumino and lab packages pinning + Update lables even without MatJax/TypeSetter + Update github actions and fix readthedocs + Fix the new line when pressing enter in textarea widget + Backward compatibility on processPhosphorMessage + Include sourcemaps in npm tarballs + Fix deprecation warning when importing the backend_inline + * Tue Oct 29 2024 Dongxing Wang - 8.1.5-1 - Update package to version 8.1.5 More Phosphor backward compatibility