[med-svn] [Git][med-team/q2templates][master] 3 commits: Fix autopkgtest with pandas 1.5

Andreas Tille (@tille) gitlab at salsa.debian.org
Fri Dec 9 20:44:50 GMT 2022



Andreas Tille pushed to branch master at Debian Med / q2templates


Commits:
9c3fe119 by Andreas Tille at 2022-12-09T21:15:25+01:00
Fix autopkgtest with pandas 1.5

- - - - -
aafc3a89 by Andreas Tille at 2022-12-09T21:41:28+01:00
Verify link to jquery.min.js

- - - - -
30cbde66 by Andreas Tille at 2022-12-09T21:44:22+01:00
routine-update: Ready to upload to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/31768137a28de29e9b6e31066e50a357c5c9a6eb.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+q2templates (2022.8.0+ds-2) unstable; urgency=medium
+
+  * Team upload.
+  * Fix autopkgtest with pandas 1.5
+    Closes: #1024821
+  * Verify link to jquery.min.js
+    Closes: #994459
+
+ -- Andreas Tille <tille at debian.org>  Fri, 09 Dec 2022 21:43:27 +0100
+
 q2templates (2022.8.0+ds-1) unstable; urgency=medium
 
   * New upstream version 2022.8.0+ds


=====================================
debian/patches/31768137a28de29e9b6e31066e50a357c5c9a6eb.patch
=====================================
@@ -0,0 +1,27 @@
+From: Liz Gehret <elizabeth.gehret at gmail.com>
+Date: Fri, 23 Sep 2022 14:59:31 -0700
+Bug-Debian: https://bugs.debian.org/1024821
+Bug-Upstream: https://github.com/qiime2/q2templates/issues/50
+Origin: https://github.com/qiime2/q2templates/commit/31768137a28de29e9b6e31066e50a357c5c9a6eb.patch
+Subject: [PATCH] bug: pandas NULL handling overriding border=0
+
+---
+ q2templates/util.py | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/q2templates/util.py b/q2templates/util.py
+index 08475e1..df434cb 100644
+--- a/q2templates/util.py
++++ b/q2templates/util.py
+@@ -12,8 +12,9 @@
+ import pandas as pd
+ 
+ 
+-def df_to_html(df, border=0, classes=('table', 'table-striped', 'table-hover'),
+-               **kwargs):
++def df_to_html(df, border="0", classes=('table', 'table-striped',
++                                        'table-hover'), **kwargs):
++
+     """Convert a dataframe to HTML without truncating contents.
+ 
+     pandas will truncate cell contents that exceed 50 characters by default.


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 jquery_remove_version.patch
+31768137a28de29e9b6e31066e50a357c5c9a6eb.patch



View it on GitLab: https://salsa.debian.org/med-team/q2templates/-/compare/14b01fa51c6982a4893099d075b543af1d1dca9c...30cbde66a22f0ddba39d4cb6f0e86297a8871d00

-- 
View it on GitLab: https://salsa.debian.org/med-team/q2templates/-/compare/14b01fa51c6982a4893099d075b543af1d1dca9c...30cbde66a22f0ddba39d4cb6f0e86297a8871d00
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20221209/41adf167/attachment-0001.htm>


More information about the debian-med-commit mailing list