From 39fd4f97069e1cc0a667afb20362d16e30a9ffba Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 29 Jul 2013 17:23:27 -0400 Subject: [PATCH] - Add aliases for all the old method classes (#986069). (clumens) - Check syntax version before issuing a deprecation warning (#972098). (clumens) --- .gitignore | 1 + pykickstart.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5cd0b57..9f60960 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.32.tar.gz /pykickstart-1.99.33.tar.gz /pykickstart-1.99.34.tar.gz +/pykickstart-1.99.35.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 4b7ad58..bed0023 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.34 +Version: 1.99.35 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -48,6 +48,10 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Mon Jul 29 2013 Chris Lumens - 1.99.35-1 +- Add aliases for all the old method classes (#986069). (clumens) +- Check syntax version before issuing a deprecation warning (#972098). (clumens) + * Mon Jul 15 2013 Chris Lumens - 1.99.34-1 - Always create self.handler on-demand in the test cases. (clumens) - Also set the seen attribute when __call__ is used. (clumens) diff --git a/sources b/sources index 3531603..d0240a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -130c22b97ee5b042b6e04d286b40309a pykickstart-1.99.34.tar.gz +4a24cd58dd5741fd35ead67751230d32 pykickstart-1.99.35.tar.gz