diff --git a/.gitignore b/.gitignore index 76ef050..e5e98e1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pykickstart.spec b/pykickstart.spec index 42850e5..2891d04 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.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 - 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 - 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) diff --git a/sources b/sources index aced141..e133eab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d68cdc9777ddb45b05b0102fd7f3b8ef pykickstart-1.99.36.tar.gz +8f98b04adcbf9a3d3852dc9fd74d3567 pykickstart-1.99.37.tar.gz