- 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:
parent
fd93081cb9
commit
6be5b6f344
1
.gitignore
vendored
1
.gitignore
vendored
@ -108,3 +108,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-1.99.34.tar.gz
|
/pykickstart-1.99.34.tar.gz
|
||||||
/pykickstart-1.99.35.tar.gz
|
/pykickstart-1.99.35.tar.gz
|
||||||
/pykickstart-1.99.36.tar.gz
|
/pykickstart-1.99.36.tar.gz
|
||||||
|
/pykickstart-1.99.37.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: A python library for manipulating kickstart files
|
Summary: A python library for manipulating kickstart files
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Url: http://fedoraproject.org/wiki/pykickstart
|
Url: http://fedoraproject.org/wiki/pykickstart
|
||||||
Version: 1.99.36
|
Version: 1.99.37
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution. Thus the source is only available from
|
# our distribution. Thus the source is only available from
|
||||||
@ -48,6 +48,11 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- When method.method is set, also set the right seen attribute (#994553). (clumens)
|
||||||
- Add tests for incorrect command usage detection (mkolman)
|
- Add tests for incorrect command usage detection (mkolman)
|
||||||
|
Loading…
Reference in New Issue
Block a user