- Return None for attributes if no method has been set (#1001081) (dshea)

- Fix up a couple pylint errors in the tools. (clumens)
This commit is contained in:
Brian C. Lane 2013-09-03 16:33:19 -07:00
parent 6be5b6f344
commit 4fa23556b6
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@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@redhat.com> - 1.99.37-1
- Correct exception raising style. (clumens)
- Fix up how we call pylint for 1.0.0. (clumens)

View File

@ -1 +1 @@
8f98b04adcbf9a3d3852dc9fd74d3567 pykickstart-1.99.37.tar.gz
637bf871ab6a9a0ca81b55e4ecf6d546 pykickstart-1.99.38.tar.gz