[med-svn] [Git][med-team/scoary][master] release

Alexandre Detiste (@detiste-guest) gitlab at salsa.debian.org
Wed Aug 28 10:24:37 BST 2024



Alexandre Detiste pushed to branch master at Debian Med / scoary


Commits:
b4a9b51d by Alexandre Detiste at 2024-08-28T11:23:55+02:00
release

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/remove_six.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+scoary (1.6.16-8) unstable; urgency=medium
+
+  * Team upload.
+  * Remove artificial need for python3-six.
+
+ -- Alexandre Detiste <tchet at debian.org>  Wed, 28 Aug 2024 11:23:30 +0200
+
 scoary (1.6.16-7) unstable; urgency=medium
 
   * scipy-1.12.0.patch: new: fix ftbfs with scipy-1.12.0. (Closes: #1071702)


=====================================
debian/patches/remove_six.patch
=====================================
@@ -0,0 +1,15 @@
+Forwarded: https://github.com/AdmiralenOla/Scoary/pull/111
+
+--- a/scoary/nwkhandler.py
++++ b/scoary/nwkhandler.py
+@@ -3,9 +3,8 @@
+ try:
+     from ete3 import Tree
+     from ete3.parser.newick import NewickError
+-    import six
+ except ImportError:
+-    sys.exit("ERROR: Could not import ete3. You need 'ete3' AND 'six' installed to read custom trees.")
++    sys.exit("ERROR: Could not import ete3. You need 'ete3' installed to read custom trees.")
+ 
+ def ReadTreeFromFile(filepath):
+     """


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 python3.11.patch
 scipy-1.12.0.patch
+remove_six.patch



View it on GitLab: https://salsa.debian.org/med-team/scoary/-/commit/b4a9b51dbbefb50b52ef476fe874f4065d30aea5

-- 
View it on GitLab: https://salsa.debian.org/med-team/scoary/-/commit/b4a9b51dbbefb50b52ef476fe874f4065d30aea5
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/20240828/b4180482/attachment-0001.htm>


More information about the debian-med-commit mailing list