Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ipyvuetify for openSUSE:Factory checked in at 2023-06-14 16:29:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ipyvuetify (Old) and /work/SRC/openSUSE:Factory/.python-ipyvuetify.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipyvuetify" Wed Jun 14 16:29:59 2023 rev:5 rq:1092992 version:1.8.10 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ipyvuetify/python-ipyvuetify.changes 2023-05-02 16:23:20.887348093 +0200 +++ /work/SRC/openSUSE:Factory/.python-ipyvuetify.new.15902/python-ipyvuetify.changes 2023-06-14 16:31:26.615244254 +0200 @@ -1,0 +2,5 @@ +Tue Jun 13 21:07:14 UTC 2023 - Ben Greiner <[email protected]> + +- Unpin jupyterlab build requirement + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ipyvuetify.spec ++++++ --- /var/tmp/diff_new_pack.AV8V1o/_old 2023-06-14 16:31:28.759257432 +0200 +++ /var/tmp/diff_new_pack.AV8V1o/_new 2023-06-14 16:31:28.763257457 +0200 @@ -17,7 +17,6 @@ %define anypython3dist python3dist -%define untaggedversioncommit 1aaafbcce5a58e59a14311ac36594038893da4e1 Name: python-ipyvuetify Version: 1.8.10 Release: 0 @@ -25,9 +24,9 @@ License: MIT URL: https://github.com/mariobuikhuizen/ipyvuetify Source0: https://files.pythonhosted.org/packages/source/i/ipyvuetify/ipyvuetify-%{version}.tar.gz -Source1: https://github.com/widgetti/ipyvuetify/raw/%{untaggedversioncommit}/examples/Examples.ipynb +Source1: https://github.com/widgetti/ipyvuetify/raw/v%{version}/examples/Examples.ipynb BuildRequires: %{python_module jupyter-packaging >= 0.7.9} -BuildRequires: %{python_module jupyterlab >= 3.0 with %python-jupyterlab < 4} +BuildRequires: %{python_module jupyterlab >= 3} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} ++++++ Examples.ipynb ++++++ --- /var/tmp/diff_new_pack.AV8V1o/_old 2023-06-14 16:31:28.799257678 +0200 +++ /var/tmp/diff_new_pack.AV8V1o/_new 2023-06-14 16:31:28.803257703 +0200 @@ -157,9 +157,7 @@ { "cell_type": "code", "execution_count": null, - "metadata": { - "scrolled": false - }, + "metadata": {}, "outputs": [], "source": [ "def on_menu_click(widget, event, data):\n", @@ -253,9 +251,7 @@ { "cell_type": "code", "execution_count": null, - "metadata": { - "scrolled": true - }, + "metadata": {}, "outputs": [], "source": [ "select1=v.Select(label=\"Choose option\", items=['Option a', 'Option b', 'Option c'])\n",
