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 2023-09-20 13:25:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-panel (Old)
 and      /work/SRC/openSUSE:Factory/.python-panel.new.16627 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-panel"

Wed Sep 20 13:25:18 2023 rev:16 rq:1111740 version:1.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-panel/python-panel.changes        
2023-07-06 18:28:59.915265718 +0200
+++ /work/SRC/openSUSE:Factory/.python-panel.new.16627/python-panel.changes     
2023-09-20 13:26:56.317806865 +0200
@@ -1,0 +2,69 @@
+Sun Sep 17 00:11:57 UTC 2023 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to vesion 1.2.2:
+  * Enhancements:
+    - Add scroll button, auto-scroll and scroll position options
+      to Column (gh#holoviz/panel#5245, gh#holoviz/panel#5365,
+      gh#holoviz/panel#5369, gh#holoviz/panel#5403)
+    - Add cache busting to server CSS resources
+      (gh#holoviz/panel#5414)
+    - Add Tabulator.title_formatters parameter
+      (gh#holoviz/panel#5421)
+    - Provide the the accessed path to authorization checks
+      (gh#holoviz/panel#5386)
+    - Add Perspective click events (gh#holoviz/panel#5430)
+    - Add and improve pn.io.hold and pn.io.immediate_dispatch
+      context managers to control events (gh#holoviz/panel#5444)
+    - Allow to passing basic_login_template argument to panel
+      server (gh#holoviz/panel#5454)
+  * Bug fixes:
+    - Ensure BasicAuth forwards to original URL after login
+      (gh#holoviz/panel#5357)
+    - Correct return types from threading.Thread to
+      panel.io.server.StoppableThread (gh#holoviz/panel#5396)
+    - Various guards and fixes ensuring Tabulator re-renders
+      correctly (gh#holoviz/panel#5410, gh#holoviz/panel#5412)
+    - Avoid extra executions when executing periodic callback with
+      counter (gh#holoviz/panel#5344)
+    - Ensure updates to DataModel are correctly scheduled on the
+      event loop (gh#holoviz/panel#5360)
+    - Fixes for displaying single newlines in Markdown output and
+      add renderer_options (gh#holoviz/panel#5376)
+    - Allow update of Accordion title without updating content
+      (gh#holoviz/panel#5413)
+    - Fix authentication handling when prefix is set
+      (gh#holoviz/panel#5422)
+    - Fix serialization issues affecting TextLayer objects in
+      DeckGL (gh#holoviz/panel#5427)
+    - Fix height responsiveness of Perspective pane
+      (gh#holoviz/panel#5429)
+    - Ensure FileDownload button can be clicked anywhere
+      (gh#holoviz/panel#5431)
+    - Ensure ReactiveHTML children are rendered just like other
+      models (gh#holoviz/panel#5434)
+    - Set Perspective properties correctly to avoid causing
+      unfocus on keypresses (gh#holoviz/panel#5432)
+    - Ensure FloatPanel correctly exposes its children to allow
+      linking (gh#holoviz/panel#5433)
+    - Do no reset Tabulator options if DataFrame indexes are
+      unchanged (gh#holoviz/panel#5436)
+    - Add ability to work around issues when removing series from
+      ECharts (gh#holoviz/panel#5435)
+    - Fix race conditions when initializing and rendering
+      IPyWidgets in notebooks (gh#holoviz/panel#5462)
+    - Tweak Accordion CSS to remove gaps and avoid border overlap
+      (gh#holoviz/panel#5460)
+    - Ensure columns are deleted when updating traces on Plotly
+      pane to avoid corruption (gh#holoviz/panel#5464)
+    - Invalidate layout when TextEditor CSS loads
+      (gh#holoviz/panel#5465)
+    - Ensure FloatPanel reflects closed status
+      (gh#holoviz/panel#5466)
+    - Fix handling of string dtypes on Perspective pane
+      (gh#holoviz/panel#5467)
+  * Documentation updates.
+- Drop panel-pr5185-bokeh3.2.patch: incorporated upstream.
+- Disable test_local_pdf_file since local pdf file missing from
+  tarball.
+
+-------------------------------------------------------------------

Old:
----
  panel-1.1.1.tar.gz
  panel-pr5185-bokeh3.2.patch

New:
----
  panel-1.2.2.tar.gz

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

Other differences:
------------------
++++++ python-panel.spec ++++++
--- /var/tmp/diff_new_pack.7XvyZ8/_old  2023-09-20 13:26:58.469883964 +0200
+++ /var/tmp/diff_new_pack.7XvyZ8/_new  2023-09-20 13:26:58.469883964 +0200
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for package python-panel
 #
 # Copyright (c) 2023 SUSE LLC
 #
@@ -26,7 +26,7 @@
 %endif
 
 Name:           python-panel%{psuffix}
-Version:        1.1.1
+Version:        1.2.2
 Release:        0
 Summary:        A high level app and dashboarding solution for Python
 License:        BSD-3-Clause
@@ -34,8 +34,6 @@
 URL:            https://panel.holoviz.org
 Source:         
https://files.pythonhosted.org/packages/source/p/panel/panel-%{version}.tar.gz
 Source99:       python-panel-rpmlintrc
-# PATCH-FIX-UPSTREAM panel-pr5185-bokeh3.2.patch gh#holoviz/panel#5185
-Patch0:         
https://github.com/holoviz/panel/pull/5185.patch#/panel-pr5185-bokeh3.2.patch
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module bleach}
 BuildRequires:  %{python_module bokeh >= 3.1.1 with %python-bokeh < 3.3}
@@ -152,6 +150,8 @@
 donttest="$donttest or test_server_async_callbacks"
 # upstream skips it for win and osx, we skip it because it (flakily) 
terminates everything on aarch64
 donttest="$donttest or (test_terminal and test_subprocess)"
+# file sample.pdf missing
+donttest="$donttest or test_pdf_local_file"
 # Don't test on 32-bit: asyncio is too flaky
 [ $(getconf LONG_BIT) -eq 32 ] && exit 0
 #

++++++ panel-1.1.1.tar.gz -> panel-1.2.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-panel/panel-1.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-panel.new.16627/panel-1.2.2.tar.gz differ: 
char 5, line 1

Reply via email to