From c15e010e20a9924a7641c394b9cb1c4744cad087 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 22 Apr 2014 11:26:51 -0400 Subject: [PATCH] - Move ks tools from optparse to argparse (#1083913). (clumens) - Use descriptive pylint messages instead of numbers. (clumens) - Fix up some printing problems in some of the tools. (clumens) - Add support for the --listversions option to ksverdiff too. (clumens) - Run pylint on tools/, and fix up all the errors. (clumens) - disable-msg -> disable for pylint. (clumens) --- .gitignore | 1 + pykickstart.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3026464..607de1f 100644 --- a/.gitignore +++ b/.gitignore @@ -125,3 +125,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.51.tar.gz /pykickstart-1.99.52.tar.gz /pykickstart-1.99.53.tar.gz +/pykickstart-1.99.54.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index cfb813b..7d0428f 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.53 +Version: 1.99.54 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 +* Tue Apr 22 2014 Chris Lumens - 1.99.54-1 +- Move ks tools from optparse to argparse (#1083913). (clumens) +- Use descriptive pylint messages instead of numbers. (clumens) +- Fix up some printing problems in some of the tools. (clumens) +- Add support for the --listversions option to ksverdiff too. (clumens) +- Run pylint on tools/, and fix up all the errors. (clumens) +- disable-msg -> disable for pylint. (clumens) + * Mon Mar 31 2014 Chris Lumens - 1.99.53-1 - ostreesetup: New command (walters) - Move commandMap and dataMap setting into the individual handler classes. (clumens) diff --git a/sources b/sources index b3baa0b..0016416 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a680b695ccde99d1a2929571ca713ab8 pykickstart-1.99.53.tar.gz +ab98a99337cd6f00ecb2be29cd78032e pykickstart-1.99.54.tar.gz