Andreas Tille pushed to branch master at Debian Med / graphlan
Commits: 77604bcd by Andreas Tille at 2019-11-08T16:42:49Z Follow hint of Scott Talbert <[email protected]> from [email protected] - - - - - 3984ad4a by Andreas Tille at 2019-11-08T16:50:35Z Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/patches/2to3.patch Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,11 @@ -graphlan (1.1.3-2) UNRELEASED; urgency=medium +graphlan (1.1.3-2) unstable; urgency=medium * Use 2to3 to port to Python3 Closes: #936652 * debhelper-compat 12 * Standards-Version: 4.4.1 - -- Andreas Tille <[email protected]> Fri, 08 Nov 2019 13:37:28 +0100 + -- Andreas Tille <[email protected]> Fri, 08 Nov 2019 17:43:16 +0100 graphlan (1.1.3-1) unstable; urgency=medium ===================================== debian/patches/2to3.patch ===================================== @@ -87,6 +87,15 @@ Last-Update: Fri, 08 Nov 2019 13:37:28 +0100 clade_attr = ( ( 'clade_marker_size', float, 20.0 ), +@@ -96,7 +96,7 @@ leg_attr = ( ( 'annotation_background_co + ( 'keys', str, "?" ) ) + + lev_sep = '.' +-legal_options = set(zip(*clade_attr+ext_attr+int_attr+structural_attr+global_graphical_attr+branch_attr+leg_attr)[0]) | set(['class']) ++legal_options = set(list(zip(*clade_attr+ext_attr+int_attr+structural_attr+global_graphical_attr+branch_attr+leg_attr))[0]) | set(['class']) + + def random_keys(used_keys): + n = 1 @@ -255,17 +255,17 @@ class CircTree(PpaTree): clade.properties = [] View it on GitLab: https://salsa.debian.org/med-team/graphlan/compare/43c74efa7c2b660e514d234f98bc585805877148...3984ad4a9c2549e41830b9757b800a40359713fd -- View it on GitLab: https://salsa.debian.org/med-team/graphlan/compare/43c74efa7c2b660e514d234f98bc585805877148...3984ad4a9c2549e41830b9757b800a40359713fd You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
