[pykickstart] - Move from pychecker to pylint, since the latter actually works. - Lots of minor corrections for py

Christopher Edward Lumens clumens at fedoraproject.org
Mon Nov 8 16:12:19 UTC 2010


commit b3d1705451ba9171690ed6ca64a88e0c074653b6
Author: Chris Lumens <clumens at redhat.com>
Date:   Mon Nov 8 11:11:43 2010 -0500

    - Move from pychecker to pylint, since the latter actually works.
    - Lots of minor corrections for pylint.
    - Add bootloader --iscrypted (#554870).
    - Add support for F15.

 .gitignore       |    2 ++
 pykickstart.spec |    8 +++++++-
 sources          |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ffb0448..a31cd1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,3 +65,5 @@ pykickstart-1.75.tar.gz
 pykickstart-1.76.tar.gz
 pykickstart-1.77.tar.gz
 pykickstart-1.78.tar.gz
+/pykickstart-1.78.tar.gz
+/pykickstart-1.79.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 5f5c3c6..a0f6840 100644
--- a/pykickstart.spec
+++ b/pykickstart.spec
@@ -3,7 +3,7 @@
 Summary:  A python library for manipulating kickstart files
 Name: pykickstart
 Url: http://fedoraproject.org/wiki/pykickstart
-Version: 1.78
+Version: 1.79
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -45,6 +45,12 @@ rm -rf %{buildroot}
 %{_bindir}/ksverdiff
 
 %changelog
+* Mon Nov 08 2010 Chris Lumens <clumens at redhat.com> 1.79-1
+- Move from pychecker to pylint, since the latter actually works.
+- Lots of minor corrections for pylint.
+- Add bootloader --iscrypted (#554870).
+- Add support for F15.
+
 * Fri Sep 10 2010 Chris Lumens <clumens at redhat.com> - 1.78-1
 - Raise KickstartError instead of IOError (#618002). (clumens)
 - It's --biospart, not --biosdisk (#620855). (clumens)
diff --git a/sources b/sources
index 4173353..636a322 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-82b524d54029b2e17cc1aa1973583d8a  pykickstart-1.78.tar.gz
+c1f50aeb9f90287479487d5bfd99a91e  pykickstart-1.79.tar.gz


More information about the scm-commits mailing list