[med-svn] [Git][med-team/q2-vsearch][master] Fix further Python3.12 issue but there are remaining pandas issues

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Jan 31 07:51:36 GMT 2024



Andreas Tille pushed to branch master at Debian Med / q2-vsearch


Commits:
03f50ec0 by Andreas Tille at 2024-01-31T08:50:57+01:00
Fix further Python3.12 issue but there are remaining pandas issues

- - - - -


1 changed file:

- debian/patches/python3.12.patch


Changes:

=====================================
debian/patches/python3.12.patch
=====================================
@@ -16,3 +16,13 @@ Description: Enable building with Python3.12
      VCS = parser.get("versioneer", "VCS")  # mandatory
  
      def get(parser, name):
+--- a/q2_vsearch/_stats.py
++++ b/q2_vsearch/_stats.py
+@@ -30,6 +30,7 @@ def _get_stats_easy(cmds_packed) -> None
+     with fileinput.input(files=filelist, mode='r',
+                          openhook=fileinput.hook_compressed) as fh:
+         for line in fh:
++            line = line.encode('utf-8')   # Convert line to bytes
+             for p in processes:
+                 p.stdin.write(line)
+ 



View it on GitLab: https://salsa.debian.org/med-team/q2-vsearch/-/commit/03f50ec024a11be1279eabd5e73499717c665283

-- 
View it on GitLab: https://salsa.debian.org/med-team/q2-vsearch/-/commit/03f50ec024a11be1279eabd5e73499717c665283
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/20240131/f46fdbf4/attachment.htm>


More information about the debian-med-commit mailing list