[Python-modules-commits] r8523 - in packages/pyparted/trunk/debian (3 files)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Mon May 18 21:54:33 UTC 2009


    Date: Monday, May 18, 2009 @ 21:54:33
  Author: dktrkranz-guest
Revision: 8523

Upstream released 2.0.12

Modified:
  packages/pyparted/trunk/debian/changelog
  packages/pyparted/trunk/debian/copyright
  packages/pyparted/trunk/debian/patches/python2.5_fallback

Modified: packages/pyparted/trunk/debian/changelog
===================================================================
--- packages/pyparted/trunk/debian/changelog	2009-05-18 19:36:43 UTC (rev 8522)
+++ packages/pyparted/trunk/debian/changelog	2009-05-18 21:54:33 UTC (rev 8523)
@@ -1,5 +1,5 @@
-pyparted (2.0.10-1) unstable; urgency=low
+pyparted (2.0.12-1) unstable; urgency=low
 
   * Initial release (Closes: #512011).
 
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Mon, 06 Apr 2009 17:55:18 +0200
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Mon, 18 May 2009 23:52:08 +0200

Modified: packages/pyparted/trunk/debian/copyright
===================================================================
--- packages/pyparted/trunk/debian/copyright	2009-05-18 19:36:43 UTC (rev 8522)
+++ packages/pyparted/trunk/debian/copyright	2009-05-18 21:54:33 UTC (rev 8523)
@@ -1,6 +1,6 @@
 This package was debianized by:
 
-    Luca Falavigna <dktrkranz at ubuntu.com> on Mon, 06 Apr 2009 17:55:18 +0200
+    Luca Falavigna <dktrkranz at ubuntu.com> on Mon, 18 May 2009 23:52:08 +0200
 
 It was downloaded from:
 

Modified: packages/pyparted/trunk/debian/patches/python2.5_fallback
===================================================================
--- packages/pyparted/trunk/debian/patches/python2.5_fallback	2009-05-18 19:36:43 UTC (rev 8522)
+++ packages/pyparted/trunk/debian/patches/python2.5_fallback	2009-05-18 21:54:33 UTC (rev 8523)
@@ -28,4 +28,4 @@
 +        except parted.PartitionException:
              return None
  
-     fileSystem = property(lambda s: s._fileSystem, lambda s, v: setattr(s, "_fileSystem", v))
+     @property




More information about the Python-modules-commits mailing list