- Run nosetests with the same python as was passed to make. (clumens)

- Looks like Group still needs to define __hash__ to be hashable. (clumens)
This commit is contained in:
Chris Lumens 2015-07-09 10:45:38 -04:00
parent 7664628b8e
commit c73841d386
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -148,3 +148,4 @@ pykickstart-1.78.tar.gz
/pykickstart-2.8.tar.gz
/pykickstart-2.9.tar.gz
/pykickstart-2.10.tar.gz
/pykickstart-2.11.tar.gz

View File

@ -1,5 +1,5 @@
Name: pykickstart
Version: 2.10
Version: 2.11
Release: 1%{?dist}
License: GPLv2 and MIT
Group: System Environment/Libraries
@ -114,6 +114,10 @@ popd
%{python3_sitelib}/pykickstart/locale/
%changelog
* Thu Jul 09 2015 Chris Lumens <clumens@redhat.com> - 2.11-1
- Run nosetests with the same python as was passed to make. (clumens)
- Looks like Group still needs to define __hash__ to be hashable. (clumens)
* Mon Jul 06 2015 Chris Lumens <clumens@redhat.com> - 2.10-1
- Don't forget to call the superclass's __init__ in Group now. (clumens)
- Group objects need to be hashable. (clumens)

View File

@ -1 +1 @@
63b37caee0dbb5b14894d7504629b927 pykickstart-2.10.tar.gz
255863e44a14c8f374b73909ea513b81 pykickstart-2.11.tar.gz