From c18b071c5fecdd52fe4d4059d5c8215f27ad498e Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 17 Sep 2014 14:39:41 -0400 Subject: [PATCH] New version. --- po/pykickstart.pot | 18 +++++++++--------- pykickstart.spec | 12 +++++++++++- setup.py | 2 +- 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/po/pykickstart.pot b/po/pykickstart.pot index 1262902..010f3ba 100644 --- a/po/pykickstart.pot +++ b/po/pykickstart.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-12 11:53-0400\n" +"POT-Creation-Date: 2014-09-17 14:39-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,14 +17,6 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: ../pykickstart/sections.py:251 -msgid "--default and --nobase cannot be used together" -msgstr "" - -#: ../pykickstart/sections.py:253 -msgid "--default and --nocore cannot be used together" -msgstr "" - #: ../pykickstart/base.py:187 #, python-format msgid "" @@ -128,6 +120,14 @@ msgstr "" msgid "Required flag set for option that doesn't take a value" msgstr "" +#: ../pykickstart/sections.py:251 +msgid "--default and --nobase cannot be used together" +msgstr "" + +#: ../pykickstart/sections.py:253 +msgid "--default and --nocore cannot be used together" +msgstr "" + #: ../pykickstart/errors.py:46 #, python-format msgid "" diff --git a/pykickstart.spec b/pykickstart.spec index 074610d..f95520a 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.58 +Version: 1.99.59 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,16 @@ make test %{_mandir}/man1/* %changelog +* Wed Sep 17 2014 Chris Lumens - 1.99.59-1 +- Some tests for --size and --percent (#1117908) (amulhern) +- Update tests where necessary with --size flag (#1117908) (amulhern) +- Supply regex values for assert_parse_error calls in logvol.py (#1117908) (amulhern) +- Check the regular expression when asserting a parse error (#1117908) (amulhern) +- Do not reference non-existant attribute (#1117908) (amulhern) +- Move some statically detectable kickstart errors out of anaconda (#1117908) (amulhern) +- Remove --disable-override from tx arguments. (clumens) +- Add the bootloader --disabled option for RHEL7 as well. (clumens) + * Tue Aug 12 2014 Chris Lumens - 1.99.58-1 - Add --install flag to repo command (#1119867) (bcl) diff --git a/setup.py b/setup.py index 666c723..84f6c19 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup -setup(name='pykickstart', version='1.99.58', +setup(name='pykickstart', version='1.99.59', description='Python module for manipulating kickstart files', author='Chris Lumens', author_email='clumens@redhat.com', url='http://fedoraproject.org/wiki/pykickstart', -- 2.11.4.GIT