[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.51

David Steele dsteele at gmail.com
Wed May 15 10:09:37 UTC 2013


The following commit has been merged in the master branch:
commit e0d138b59bddb70e712a1613c7fcd82a60323db5
Author: David Steele <dsteele at gmail.com>
Date:   Thu Jan 17 19:13:35 2013 -0500

    Bump the required python version to 2.7.
    
    ... to support argparse in detect_well_known_errors.
    optparse is deprecated in the current version.

diff --git a/debian/changelog b/debian/changelog
index f6be0ec..3ac2520 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ piuparts (0.51) UNRELEASED; urgency=low
   * New known problem: Database setup failure (issue).
 
   [ David Steele ]
+  * Update python Requires to 2.7 (for argparse)
   * detect_well_known_errors:
     - Replace the bash script with an equivalent Python script.
     - Sort known error and issue packages by reverse dependency count.
diff --git a/debian/control b/debian/control
index a507a60..9564b63 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends-Indep:
 Homepage: http://piuparts.debian.org
 Vcs-Git: git://anonscm.debian.org/piuparts/piuparts.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git
-X-Python-Version: >= 2.6
+X-Python-Version: >= 2.7
 
 Package: piuparts
 Architecture: all

-- 
piuparts git repository



More information about the Piuparts-commits mailing list