- Add __ne__ methods to every object with an __eq__ method. (clumens)

- Use the older exception syntax for python 2.4 compatibility. (clumens)
- Add an __eq__ method to the method command. (clumens)
This commit is contained in:
Chris Lumens 2012-03-22 10:14:38 -04:00
parent 1a580c105b
commit 15f359dbaa
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -80,3 +80,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.6.tar.gz
/pykickstart-1.99.7.tar.gz
/pykickstart-1.99.8.tar.gz
/pykickstart-1.99.9.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.8
Version: 1.99.9
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -46,6 +46,11 @@ rm -rf %{buildroot}
%{_bindir}/ksverdiff
%changelog
* Thu Mar 22 2012 Chris Lumens <clumens@redhat.com> - 1.99.9-1
- Add __ne__ methods to every object with an __eq__ method. (clumens)
- Use the older exception syntax for python 2.4 compatibility. (clumens)
- Add an __eq__ method to the method command. (clumens)
* Wed Mar 14 2012 Chris Lumens <clumens@redhat.com> - 1.99.8-1
- Add support for RHEL7 (#802369).
- Add a method to set a command back to its initial blank state.

View File

@ -1 +1 @@
5d74d57388359503b0d84d744a587e7d pykickstart-1.99.8.tar.gz
6203f8a8635923a6df7fecf1f5d9f814 pykickstart-1.99.9.tar.gz