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

Alexandre Detiste (@detiste-guest) gitlab at salsa.debian.org
Fri Jul 19 22:17:20 BST 2024



Alexandre Detiste pushed to branch master at Debian Med / graphlan


Commits:
46a39495 by Alexandre Detiste at 2024-07-19T23:16:53+02:00
release

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/matplotlib3.8.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+graphlan (1.1.3-6) unstable; urgency=medium
+
+  * Team upload.
+  * Add a patch for MatPlotLib 3.8 compatibility (Closes: #1075906)
+
+ -- Alexandre Detiste <tchet at debian.org>  Fri, 19 Jul 2024 23:16:13 +0200
+
 graphlan (1.1.3-5) unstable; urgency=medium
 
   * Drop r-cran-randomfields from Test-Depends


=====================================
debian/patches/matplotlib3.8.patch
=====================================
@@ -0,0 +1,20 @@
+--- a/src/graphlan_lib.py
++++ b/src/graphlan_lib.py
+@@ -1107,7 +1107,7 @@
+                 ax = fig_annot.add_subplot(111, frame_on=False, xticks=[], yticks=[])
+ 
+             ll = [ax.scatter(0.0, 0.0, s=0.0)] * len(self._ext_key)
+-            plt.figlegend(ll, sorted(self._ext_key), 'upper left', frameon=False,
++            plt.figlegend(ll, sorted(self._ext_key), loc='upper left', frameon=False,
+                 shadow=False, scatterpoints=1, handlelength=0, markerscale=0.0,
+                 handletextpad=0.2, ncol=1, labelspacing=0.1,
+                 prop={'size': self.annotation_legend_font_size})
+@@ -1134,7 +1134,7 @@
+                 print('[w] External legend not created, no annotated labels!')
+ 
+         if labels:
+-            plt.figlegend(handles, labels, loc, labelspacing=0.1, frameon=False,
++            plt.figlegend(handles, labels, loc=loc, labelspacing=0.1, frameon=False,
+                 markerscale=self.class_legend_marker_size, scatterpoints=1,
+                 handletextpad=0.2, prop={'size': self.class_legend_font_size})
+ 


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 2to3.patch
+matplotlib3.8.patch



View it on GitLab: https://salsa.debian.org/med-team/graphlan/-/commit/46a39495b685bf83cf0dd777e659c7ce1b804c60

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/graphlan/-/commit/46a39495b685bf83cf0dd777e659c7ce1b804c60
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/20240719/ead4c368/attachment-0001.htm>


More information about the debian-med-commit mailing list