[med-svn] [Git][med-team/q2templates][master] 5 commits: New upstream version 2024.5.0+ds

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Tue Jun 25 02:02:44 BST 2024



Michael R. Crusoe pushed to branch master at Debian Med / q2templates


Commits:
c25df038 by Michael R. Crusoe at 2024-06-25T02:56:45+02:00
New upstream version 2024.5.0+ds
- - - - -
56764a90 by Michael R. Crusoe at 2024-06-25T02:56:45+02:00
routine-update: New upstream version

- - - - -
c4598897 by Michael R. Crusoe at 2024-06-25T02:56:46+02:00
Update upstream source from tag 'upstream/2024.5.0+ds'

Update to upstream version '2024.5.0+ds'
with Debian dir f411ec8287dcecd7ed306fba36d932540aeb4315
- - - - -
e62c0868 by Michael R. Crusoe at 2024-06-25T02:58:33+02:00
d/patches/pandas2.0.patch: dropped, applied upstream

- - - - -
e1b4242b by Michael R. Crusoe at 2024-06-25T03:00:51+02:00
routine-update: Ready to upload to unstable

- - - - -


5 changed files:

- debian/changelog
- − debian/patches/pandas2.0.patch
- debian/patches/series
- q2templates/_version.py
- q2templates/util.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+q2templates (2024.5.0+ds-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version
+  * d/patches/pandas2.0.patch: dropped, applied upstream
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Tue, 25 Jun 2024 03:00:51 +0200
+
 q2templates (2024.2.0+ds-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/patches/pandas2.0.patch deleted
=====================================
@@ -1,19 +0,0 @@
-Description: Fix for pandas 2.0
-             Support for negative integer for :attr:`pd.options.display.max_colwidth`
-             is deprecated in favor of using ``None``
-Bug-Debian: https://bugs.debian.org/1044068
-Author: Andreas Tille <tille at debian.org>
-        s3v <c0llapsed at yahoo.it>
-Last-Update: Fri, 16 Feb 2024 17:30:31 +0100
-
---- a/q2templates/util.py
-+++ b/q2templates/util.py
-@@ -43,7 +43,7 @@ def df_to_html(df, border="0", classes=(
-     .. [2] https://github.com/pandas-dev/pandas/issues/1852
- 
-     """
--    with pd.option_context('display.max_colwidth', -1):
-+    with pd.option_context('display.max_colwidth', None):
-         return df.to_html(border=border, classes=classes, **kwargs)
- 
- 


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,2 @@
 jquery_remove_version.patch
-pandas2.0.patch
 python3.12.patch


=====================================
q2templates/_version.py
=====================================
@@ -23,9 +23,9 @@ def get_keywords():
     # setup.py/versioneer.py will grep for the variable names, so they must
     # each be defined on a line of their own. _version.py will just call
     # get_keywords().
-    git_refnames = " (tag: 2024.2.0, Release-2024.2)"
-    git_full = "2b88ef1ed21f48dbf45203a768442166679f258f"
-    git_date = "2024-02-16 21:55:12 +0000"
+    git_refnames = " (tag: 2024.5.0, Release-2024.5)"
+    git_full = "6ce2072be0d2e0d9f75fcbd40572302773c14a98"
+    git_date = "2024-05-29 04:19:47 +0000"
     keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
     return keywords
 


=====================================
q2templates/util.py
=====================================
@@ -43,7 +43,7 @@ def df_to_html(df, border="0", classes=('table', 'table-striped',
     .. [2] https://github.com/pandas-dev/pandas/issues/1852
 
     """
-    with pd.option_context('display.max_colwidth', -1):
+    with pd.option_context('display.max_colwidth', None):
         return df.to_html(border=border, classes=classes, **kwargs)
 
 



View it on GitLab: https://salsa.debian.org/med-team/q2templates/-/compare/d2cbd57fc57abbc3168cdd0e33cbb87ff280d407...e1b4242bb7cd23b4f8b8b63d57be04c8e64023e8

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/q2templates/-/compare/d2cbd57fc57abbc3168cdd0e33cbb87ff280d407...e1b4242bb7cd23b4f8b8b63d57be04c8e64023e8
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/20240625/290b13a1/attachment-0001.htm>


More information about the debian-med-commit mailing list