[pykickstart] - Return None for attributes if no method has been set (#1001081) (dshea) - Fix up a couple pylint e

Brian C. Lane bcl at fedoraproject.org
Tue Sep 3 23:33:42 UTC 2013


commit 4fa23556b6d2957e7e4f654ff6366de20f4f69d0
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Sep 3 16:33:19 2013 -0700

    - Return None for attributes if no method has been set (#1001081) (dshea)
    - Fix up a couple pylint errors in the tools. (clumens)

 .gitignore       |    1 +
 pykickstart.spec |    6 +++++-
 sources          |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e5e98e1..736e289 100644
--- a/.gitignore
+++ b/.gitignore
@@ -109,3 +109,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.35.tar.gz
 /pykickstart-1.99.36.tar.gz
 /pykickstart-1.99.37.tar.gz
+/pykickstart-1.99.38.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 2891d04..00b6128 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.99.37
+Version: 1.99.38
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -48,6 +48,10 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Tue Sep 03 2013 Brian C. Lane <bcl at redhat.com> - 1.99.38-1
+- Return None for attributes if no method has been set (#1001081) (dshea)
+- Fix up a couple pylint errors in the tools. (clumens)
+
 * Wed Aug 21 2013 Chris Lumens <clumens at redhat.com> - 1.99.37-1
 - Correct exception raising style. (clumens)
 - Fix up how we call pylint for 1.0.0. (clumens)
diff --git a/sources b/sources
index e133eab..d6f8dcc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f98b04adcbf9a3d3852dc9fd74d3567  pykickstart-1.99.37.tar.gz
+637bf871ab6a9a0ca81b55e4ecf6d546  pykickstart-1.99.38.tar.gz


More information about the scm-commits mailing list