SHA256
1
0
forked from pool/python-panel

Accepting request 848501 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/848501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-panel?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2020-11-15 14:26:28 +00:00 committed by Git OBS Bridge
commit 365c33bc19
4 changed files with 26 additions and 5 deletions

3
panel-0.10.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92cdda28805b6504e2f238eae8d7106b356ade2a33e020d3583bead9a573ac10
size 6775641

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53340615f30f67f3182793695ebe52bf25e7bbb0751aba6f29763244350d0f42
size 1394879

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Oct 31 20:38:23 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- 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 <badshah400@gmail.com>

View File

@ -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