From b719392129422470672c6aa3b9d65fa05fbf3a914e2913848baccee9cd780537 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 14 Nov 2020 11:17:37 +0000 Subject: [PATCH] Accepting request 848436 from home:badshah400:branches:devel:languages:python:numeric * Update to version 1.10.1. * Disable python2 builds since dependencies (e.g. python-bokeh) no longer support python2. OBS-URL: https://build.opensuse.org/request/show/848436 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=3 --- panel-0.10.1.tar.gz | 3 +++ panel-0.9.5.tar.gz | 3 --- python-panel.changes | 19 +++++++++++++++++++ python-panel.spec | 6 ++++-- 4 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 panel-0.10.1.tar.gz delete mode 100644 panel-0.9.5.tar.gz diff --git a/panel-0.10.1.tar.gz b/panel-0.10.1.tar.gz new file mode 100644 index 0000000..0ed6e77 --- /dev/null +++ b/panel-0.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92cdda28805b6504e2f238eae8d7106b356ade2a33e020d3583bead9a573ac10 +size 6775641 diff --git a/panel-0.9.5.tar.gz b/panel-0.9.5.tar.gz deleted file mode 100644 index 78bdb22..0000000 --- a/panel-0.9.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53340615f30f67f3182793695ebe52bf25e7bbb0751aba6f29763244350d0f42 -size 1394879 diff --git a/python-panel.changes b/python-panel.changes index 76f0514..4002a76 100644 --- a/python-panel.changes +++ b/python-panel.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Oct 31 20:38:23 UTC 2020 - Atri Bhattacharya + +- Update to version 1.10.1: + * Enhancements: Add pn.bind function to bind parameters to a + function (gh#holoviz/panel#1629). + * Bug fixes: + - Fix WidgetBox CSS (gh#holoviz/panel#855). + - Fix CSS load order in Templates (gh#holoviz/panel#1698). + - Allow setting DiscreteSlider orientation + (gh#holoviz/panel#1683). + - Ensure JS callbacks and links are only set up once on + templates (gh#holoviz/panel#1700). + - Initialize pipeline only once (gh#holoviz/panel#1705). + - Allow using NumberInput as Param pane widget + (gh#holoviz/panel#1708). +- Disable python2 builds since dependencies (e.g. python-bokeh) no + longer support python2. + ------------------------------------------------------------------- Sat Jun 6 15:37:07 UTC 2020 - Atri Bhattacharya diff --git a/python-panel.spec b/python-panel.spec index e55cb26..f38a073 100644 --- a/python-panel.spec +++ b/python-panel.spec @@ -16,9 +16,11 @@ # +# Dependencies (e.g. bokeh) no longer support python2 +%define skip_python2 1 %define modname panel Name: python-panel -Version: 0.9.5 +Version: 0.10.1 Release: 0 Summary: A high level app and dashboarding solution for Python License: BSD-3-Clause @@ -83,7 +85,7 @@ mkdir -p %{buildroot}%{_docdir}/%{modname} %check # DISABLE TESTS REQUIRING NETWORK ACCESS -%pytest -k 'not (test_loading_a_image_from_url or test_image_alt_text or test_image_link_url or test_vtk_pane_from_url)' +%pytest -k 'not (test_loading_a_image_from_url or test_image_alt_text or test_image_link_url or test_vtk_pane_from_url or test_vtkjs_pane)' %files %{python_files} %license LICENSE.txt