From 28c63cd6bfd59b80fac7f96d44eaad2f91247ad4edfc0e6015e9debcc76ac440 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sat, 10 Sep 2022 02:52:54 +0000 Subject: [PATCH] Accepting request 1002362 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/1002362 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=33 --- ipywidgets-8.0.1.tar.gz | 3 --- ipywidgets-8.0.2.tar.gz | 3 +++ python-ipywidgets.changes | 14 ++++++++++++++ python-ipywidgets.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 ipywidgets-8.0.1.tar.gz create mode 100644 ipywidgets-8.0.2.tar.gz diff --git a/ipywidgets-8.0.1.tar.gz b/ipywidgets-8.0.1.tar.gz deleted file mode 100644 index a54bf70..0000000 --- a/ipywidgets-8.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a296094203309e834f2781a275214d255ac5d266bbfa602f9f6915e1806614c -size 111771 diff --git a/ipywidgets-8.0.2.tar.gz b/ipywidgets-8.0.2.tar.gz new file mode 100644 index 0000000..34ca9dc --- /dev/null +++ b/ipywidgets-8.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08cb75c6e0a96836147cbfdc55580ae04d13e05d26ffbc377b4e1c68baa28b1f +size 112516 diff --git a/python-ipywidgets.changes b/python-ipywidgets.changes index 70523aa..8484ef0 100644 --- a/python-ipywidgets.changes +++ b/python-ipywidgets.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Sep 8 14:49:13 UTC 2022 - Arun Persaud + +- update to version 8.0.2: + * Add a regression test for time and datetime cross validation + * datetime test lint + * Accept None for Date[time]Picker widgets + * Export the NaiveDatetimePicker as well + * Delete unused import. + * Rename check_widgets -> check_widget_children to be more clear + * Fix tests# + * Allow Mappings to be given as the options in a selection widget + again. + ------------------------------------------------------------------- Sat Aug 20 14:50:46 UTC 2022 - Arun Persaud diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec index fbbaad0..533c16f 100644 --- a/python-ipywidgets.spec +++ b/python-ipywidgets.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ipywidgets -Version: 8.0.1 +Version: 8.0.2 Release: 0 Summary: IPython HTML widgets for Jupyter License: BSD-3-Clause