- Correct exception raising style. (clumens)

- Fix up how we call pylint for 1.0.0. (clumens)
- Set method.method when attempted. (dshea)
This commit is contained in:
Chris Lumens 2013-08-21 10:05:43 -04:00
parent fd93081cb9
commit 6be5b6f344
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -108,3 +108,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.34.tar.gz
/pykickstart-1.99.35.tar.gz
/pykickstart-1.99.36.tar.gz
/pykickstart-1.99.37.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.36
Version: 1.99.37
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,11 @@ rm -rf %{buildroot}
%{_mandir}/man1/*
%changelog
* 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)
- Set method.method when attempted. (dshea)
* Mon Aug 19 2013 Chris Lumens <clumens@redhat.com> - 1.99.36-1
- When method.method is set, also set the right seen attribute (#994553). (clumens)
- Add tests for incorrect command usage detection (mkolman)

View File

@ -1 +1 @@
d68cdc9777ddb45b05b0102fd7f3b8ef pykickstart-1.99.36.tar.gz
8f98b04adcbf9a3d3852dc9fd74d3567 pykickstart-1.99.37.tar.gz