From c73841d386a7d72011bbb604d78b87f12a6c1749 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 9 Jul 2015 10:45:38 -0400 Subject: [PATCH] - Run nosetests with the same python as was passed to make. (clumens) - Looks like Group still needs to define __hash__ to be hashable. (clumens) --- .gitignore | 1 + pykickstart.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 94e9296..5e77570 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pykickstart.spec b/pykickstart.spec index 5b6a349..aa57fbc 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -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 - 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 - 2.10-1 - Don't forget to call the superclass's __init__ in Group now. (clumens) - Group objects need to be hashable. (clumens) diff --git a/sources b/sources index 1468647..cb605c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -63b37caee0dbb5b14894d7504629b927 pykickstart-2.10.tar.gz +255863e44a14c8f374b73909ea513b81 pykickstart-2.11.tar.gz