[Python-modules-commits] r15325 - in packages/matplotlib/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Jan 13 20:49:10 UTC 2011


    Date: Thursday, January 13, 2011 @ 20:49:06
  Author: morph
Revision: 15325

* debian/patches/50_bts608942_spaces_in_param_args.patch
  - don't separate param and its argument with a space, new sphinx consider
    the second argument as the type; thanks to Jakub Wilk for the report;
    Closes: #608942

Added:
  packages/matplotlib/trunk/debian/patches/50_bts608942_spaces_in_param_args.patch
Modified:
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/patches/series

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2011-01-13 16:15:49 UTC (rev 15324)
+++ packages/matplotlib/trunk/debian/changelog	2011-01-13 20:49:06 UTC (rev 15325)
@@ -20,8 +20,12 @@
   * debian/patches/40_bts608939_draw_markers_description.patch
     - fix a glitch (missing reference to documentation page) in draw_markers()
       description; thanks to Jakub Wilk for report and patch; Closes: #608939
+  * debian/patches/50_bts608942_spaces_in_param_args.patch
+    - don't separate param and its argument with a space, new sphinx consider
+      the second argument as the type; thanks to Jakub Wilk for the report;
+      Closes: #608942
 
- -- Sandro Tosi <morph at debian.org>  Wed, 12 Jan 2011 23:55:51 +0100
+ -- Sandro Tosi <morph at debian.org>  Thu, 13 Jan 2011 21:47:36 +0100
 
 matplotlib (0.99.3-1) unstable; urgency=low
 

Added: packages/matplotlib/trunk/debian/patches/50_bts608942_spaces_in_param_args.patch
===================================================================
--- packages/matplotlib/trunk/debian/patches/50_bts608942_spaces_in_param_args.patch	                        (rev 0)
+++ packages/matplotlib/trunk/debian/patches/50_bts608942_spaces_in_param_args.patch	2011-01-13 20:49:06 UTC (rev 15325)
@@ -0,0 +1,51 @@
+Description: don't separate param and its argument with a space
+
+Index: matplotlib-1.0.1/lib/mpl_toolkits/axes_grid1/axes_divider.py
+===================================================================
+--- matplotlib-1.0.1.orig/lib/mpl_toolkits/axes_grid1/axes_divider.py	2011-01-13 19:25:40.413682190 +0100
++++ matplotlib-1.0.1/lib/mpl_toolkits/axes_grid1/axes_divider.py	2011-01-13 18:59:00.990682216 +0100
+@@ -172,12 +172,12 @@
+     def locate(self, nx, ny, nx1=None, ny1=None, renderer=None):
+         """
+ 
+-        :param nx, nx1: Integers specifying the column-position of the
++        :param nx,nx1: Integers specifying the column-position of the
+           cell. When nx1 is None, a single nx-th column is
+           specified. Otherwise location of columns spanning between nx
+           to nx1 (but excluding nx1-th column) is specified.
+ 
+-        :param ny, ny1: same as nx and nx1, but for row positions.
++        :param ny,ny1: same as nx and nx1, but for row positions.
+         """
+ 
+ 
+@@ -222,12 +222,12 @@
+         (:class:`mpl_toolkits.axes_grid.axes_divider.AxesLocator`) for
+         specified cell.
+ 
+-        :param nx, nx1: Integers specifying the column-position of the
++        :param nx,nx1: Integers specifying the column-position of the
+           cell. When nx1 is None, a single nx-th column is
+           specified. Otherwise location of columns spanning between nx
+           to nx1 (but excluding nx1-th column) is specified.
+ 
+-        :param ny, ny1: same as nx and nx1, but for row positions.
++        :param ny,ny1: same as nx and nx1, but for row positions.
+         """
+         return AxesLocator(self, nx, ny, nx1, ny1)
+ 
+@@ -242,12 +242,12 @@
+         """
+         :param axes_divider: An instance of AxesDivider class.
+ 
+-        :param nx, nx1: Integers specifying the column-position of the
++        :param nx,nx1: Integers specifying the column-position of the
+           cell. When nx1 is None, a single nx-th column is
+           specified. Otherwise location of columns spanning between nx
+           to nx1 (but excluding nx1-th column) is is specified.
+ 
+-        :param ny, ny1: same as nx and nx1, but for row positions.
++        :param ny,ny1: same as nx and nx1, but for row positions.
+         """
+         self._axes_divider = axes_divider
+ 

Modified: packages/matplotlib/trunk/debian/patches/series
===================================================================
--- packages/matplotlib/trunk/debian/patches/series	2011-01-13 16:15:49 UTC (rev 15324)
+++ packages/matplotlib/trunk/debian/patches/series	2011-01-13 20:49:06 UTC (rev 15325)
@@ -1,3 +1,4 @@
+50_bts608942_spaces_in_param_args.patch
 40_bts608939_draw_markers_description.patch
 10_build_fix.patch
 20_matplotlibrc_path_search_fix.patch




More information about the Python-modules-commits mailing list