From 4fa23556b6d2957e7e4f654ff6366de20f4f69d0 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 3 Sep 2013 16:33:19 -0700 Subject: [PATCH] - 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 - 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 - 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