Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-panel for openSUSE:Factory 
checked in at 2021-09-25 00:35:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-panel (Old)
 and      /work/SRC/openSUSE:Factory/.python-panel.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-panel"

Sat Sep 25 00:35:23 2021 rev:7 rq:920842 version:0.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-panel/python-panel.changes        
2021-08-28 22:29:16.549984526 +0200
+++ /work/SRC/openSUSE:Factory/.python-panel.new.1899/python-panel.changes      
2021-09-25 00:36:06.683174286 +0200
@@ -1,0 +2,39 @@
+Sun Sep 19 10:09:33 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Add missing bleach runtime dependency
+
+-------------------------------------------------------------------
+Sat Sep 18 17:47:51 UTC 2021 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 0.12.3:
+  * Patch Bokeh to fix show() (gh#holoviz/panel#2748).
+- Changes from version 0.12.2:
+  * Enhancements:
+    - Add option to hide constant parameters on Param pane
+      (gh#holoviz/panel#2637).
+    - Added on_session_destroyed callback (gh#holoviz/panel#2659).
+    - Stricter validation for linking syntax in
+      ReactiveHTML._template (gh#holoviz/panel#2689).
+  * Bug fixes:
+    - Improved thread safety (gh#holoviz/panel#2631).
+    - Ensure sessions get distinct files in config
+      (gh#holoviz/panel#2646).
+    - Fix bug when updating Trend data (gh#holoviz/panel#2647).
+    - Ensure sorters are applied correctly after updating
+      Tabulator value (gh#holoviz/panel#2639).
+    - Correctly reflect filtered data on Tabulator.selection
+      (gh#holoviz/panel#2676).
+    - Unescape child literal HTML in ReactiveHTML
+      (gh#holoviz/panel#2690).
+    - Ensure Trend indicator can be rendered in layout
+      (gh#holoviz/panel#2694).
+  * Documentation:
+    - Enhance templates docs (gh#holoviz/panel#2658).
+    - Add Folium reference notebook (gh#holoviz/panel#2672).
+  * Compatibility:
+    - Add support for bokeh 2.4 (gh#holoviz/panel#2644,
+      gh#holoviz/panel#2687, gh#holoviz/panel#2696).
+- Drop mp3.mp3, mp4.mp4 as Sources and
+  panel-pr2636-fixtests.patch: upstream PR merged.
+
+-------------------------------------------------------------------

Old:
----
  mp3.mp3
  mp4.mp4
  panel-0.12.1.tar.gz
  panel-pr2636-fixtests.patch

New:
----
  panel-0.12.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-panel.spec ++++++
--- /var/tmp/diff_new_pack.e8datn/_old  2021-09-25 00:36:07.347174980 +0200
+++ /var/tmp/diff_new_pack.e8datn/_new  2021-09-25 00:36:07.347174980 +0200
@@ -29,23 +29,18 @@
 %define skip_python36 1
 %define modname panel
 Name:           python-panel%{psuffix}
-Version:        0.12.1
+Version:        0.12.3
 Release:        0
 Summary:        A high level app and dashboarding solution for Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://panel.holoviz.org
 Source:         
https://files.pythonhosted.org/packages/source/p/panel/panel-%{version}.tar.gz
-# upstream forgot to package test files for 0.12.1 (See Patch1)
-Source1:        
https://github.com/holoviz/panel/raw/v%{version}/panel/tests/pane/assets/mp3.mp3
-Source2:        
https://github.com/holoviz/panel/raw/v%{version}/panel/tests/pane/assets/mp4.mp4
 Source99:       python-panel-rpmlintrc
-# PATCH-FIX-UPSTREAM panel-pr2636-fixtests.patch -- gh#holoviz/panel#2636
-Patch1:         
https://github.com/holoviz/panel/pull/2636.patch#/panel-pr2636-fixtests.patch
 BuildRequires:  %{python_module Markdown}
 BuildRequires:  %{python_module bleach}
-BuildRequires:  %{python_module bokeh >= 2.2.2}
-BuildRequires:  %{python_module param >= 1.9.3}
+BuildRequires:  %{python_module bokeh >= 2.4.0}
+BuildRequires:  %{python_module param >= 1.10.0}
 BuildRequires:  %{python_module pyct >= 0.4.4}
 BuildRequires:  %{python_module pyviz-comms >= 0.7.4}
 BuildRequires:  %{python_module requests}
@@ -74,8 +69,9 @@
 %endif
 Requires:       jupyter-panel
 Requires:       python-Markdown
-Requires:       python-bokeh >= 2.2.2
-Requires:       python-param >= 1.9.3
+Requires:       python-bleach
+Requires:       python-bokeh >= 2.4.0
+Requires:       python-param >= 1.10.0
 Requires:       python-pyct >= 0.4.4
 Requires:       python-pyviz-comms >= 0.7.4
 Requires:       python-requests
@@ -83,7 +79,7 @@
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
 Recommends:     python-Pillow
-Recommends:     python-holoviews >= 1.13.2
+Recommends:     python-holoviews > 1.14.1
 Recommends:     python-matplotlib
 Recommends:     python-notebook >= 5.4
 Recommends:     python-plotly >= 4.0
@@ -111,8 +107,6 @@
 %autosetup -p1 -n panel-%{version}
 # Do not try to rebuild the bundled npm stuff. We don't have network. Just use 
the shipped bundle.
 sed -i '/def _build_paneljs/ a \    return' setup.py
-mkdir panel/tests/pane/assets
-cp %{SOURCE1} %{SOURCE2} panel/tests/pane/assets/
 
 %build
 %python_build

++++++ panel-0.12.1.tar.gz -> panel-0.12.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-panel/panel-0.12.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-panel.new.1899/panel-0.12.3.tar.gz differ: 
char 5, line 1

Reply via email to