From 49c19b39d76659c18eb2ceeb9eecef28465eaa88 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 21 Mar 2014 10:30:36 -0400 Subject: [PATCH] - Take care of all the unused argument warnings. (clumens) - Take care of all the unused variable warnings. (clumens) - Remove unused imports. (clumens) - Don't do relative import any more, either. (clumens) - Stop doing wildcard imports. (clumens) - Add an option to disable even installing the core group. (clumens) --- .gitignore | 1 + pykickstart.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7bd0dbe..cb3a6e3 100644 --- a/.gitignore +++ b/.gitignore @@ -123,3 +123,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.49.tar.gz /pykickstart-1.99.50.tar.gz /pykickstart-1.99.51.tar.gz +/pykickstart-1.99.52.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 79caa3c..0f61226 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.51 +Version: 1.99.52 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -54,6 +54,14 @@ make test %{_mandir}/man1/* %changelog +* Fri Mar 21 2014 Chris Lumens - 1.99.52-1 +- Take care of all the unused argument warnings. (clumens) +- Take care of all the unused variable warnings. (clumens) +- Remove unused imports. (clumens) +- Don't do relative import any more, either. (clumens) +- Stop doing wildcard imports. (clumens) +- Add an option to disable even installing the core group. (clumens) + * Tue Mar 18 2014 Chris Lumens - 1.99.51-1 - Use the correct indentation for the new network stuff. (clumens) - Add network --interfacename option for vlans (#1061646) (rvykydal) diff --git a/sources b/sources index 3a2dddb..a7d441d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae9e60a4e453577dbf047c8961d7600c pykickstart-1.99.51.tar.gz +e25dd2be9008e44421c69520f0346df1 pykickstart-1.99.52.tar.gz