Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-voila for openSUSE:Factory checked in at 2022-09-12 19:08:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-voila (Old) and /work/SRC/openSUSE:Factory/.python-voila.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-voila" Mon Sep 12 19:08:09 2022 rev:15 rq:1002583 version:0.3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-voila/python-voila.changes 2022-07-26 19:44:43.493019225 +0200 +++ /work/SRC/openSUSE:Factory/.python-voila.new.2083/python-voila.changes 2022-09-12 19:08:12.950530871 +0200 @@ -1,0 +2,6 @@ +Mon Sep 12 05:59:11 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com> + +- Add patch support-ipywidgets-8.patch: + * Support ipywidgets >= 8 + +------------------------------------------------------------------- New: ---- support-ipywidgets-8.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-voila.spec ++++++ --- /var/tmp/diff_new_pack.mBxwMH/_old 2022-09-12 19:08:13.526532490 +0200 +++ /var/tmp/diff_new_pack.mBxwMH/_new 2022-09-12 19:08:13.530532501 +0200 @@ -41,6 +41,9 @@ Source: https://files.pythonhosted.org/packages/source/v/voila/voila-%{version}.tar.gz Source1: https://github.com/voila-dashboards/voila/archive/refs/tags/v%{version}.tar.gz#/voila-%{version}-gh.tar.gz Source99: python-voila-rpmlintrc +# PATCH-FIX-UPSTREAM Support ipywidgets 8, based on +# gh#voila-dashboards/voila#1193 +Patch0: support-ipywidgets-8.patch BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module jupyter-packaging >= 0.10} BuildRequires: %{python_module setuptools} @@ -117,6 +120,7 @@ sed -i '/nbclient/ s/,<0.6//' setup.cfg # '.' is now considered 'hidden', which is not allowed. sed -i 's|./jupyter.svg|jupyter.svg|' tests/notebooks/images.ipynb +%patch0 -p1 %build %python_build ++++++ support-ipywidgets-8.patch ++++++ Index: voila-0.3.6/tests/notebooks/output.ipynb =================================================================== --- voila-0.3.6.orig/tests/notebooks/output.ipynb +++ voila-0.3.6/tests/notebooks/output.ipynb @@ -16,8 +16,9 @@ "Output()" ] }, + "execution_count": 1, "metadata": {}, - "output_type": "display_data" + "output_type": "execute_result" } ], "source": [ @@ -72,8 +73,9 @@ "Output()" ] }, + "execution_count": 4, "metadata": {}, - "output_type": "display_data" + "output_type": "execute_result" } ], "source": [ @@ -118,8 +120,9 @@ "Output()" ] }, + "execution_count": 6, "metadata": {}, - "output_type": "display_data" + "output_type": "execute_result" } ], "source": [ @@ -165,8 +168,9 @@ "Output()" ] }, + "execution_count": 8, "metadata": {}, - "output_type": "display_data" + "output_type": "execute_result" } ], "source": [ @@ -211,8 +215,9 @@ "Output()" ] }, + "execution_count": 10, "metadata": {}, - "output_type": "display_data" + "output_type": "execute_result" } ], "source": [ @@ -249,8 +254,9 @@ "Output()" ] }, + "execution_count": 12, "metadata": {}, - "output_type": "display_data" + "output_type": "execute_result" } ], "source": [ @@ -276,8 +282,9 @@ "Output()" ] }, + "execution_count": 13, "metadata": {}, - "output_type": "display_data" + "output_type": "execute_result" } ], "source": [ @@ -296,11 +303,20 @@ " print('in outer')\n", " print('also in inner')" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { "kernelspec": { - "language": "python" + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -312,7 +328,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.3" + "version": "3.9.13" }, "widgets": { "application/vnd.jupyter.widget-state+json": { @@ -772,5 +788,5 @@ } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }