[med-svn] [Git][med-team/graphlan][master] 2 commits: Follow hint of Scott Talbert <swt at techie.net> from debian-python at lists.d.o

Andreas Tille gitlab at salsa.debian.org
Fri Nov 8 16:57:32 GMT 2019



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 <swt at techie.net> from debian-python at lists.d.o

- - - - -
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 <tille at debian.org>  Fri, 08 Nov 2019 13:37:28 +0100
+ -- Andreas Tille <tille at debian.org>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191108/0d4a4825/attachment.html>


More information about the debian-med-commit mailing list