rpms/pykickstart/devel .cvsignore, 1.105, 1.106 pykickstart.spec, 1.114, 1.115 sources, 1.114, 1.115

Christopher Edward Lumens clumens at fedoraproject.org
Wed Feb 18 18:34:03 UTC 2009


Author: clumens

Update of /cvs/pkgs/rpms/pykickstart/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3400

Modified Files:
	.cvsignore pykickstart.spec sources 
Log Message:
New version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/.cvsignore,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- .cvsignore	29 Jan 2009 22:42:50 -0000	1.105
+++ .cvsignore	18 Feb 2009 18:33:32 -0000	1.106
@@ -39,3 +39,4 @@
 pykickstart-1.49.tar.gz
 pykickstart-1.50.tar.gz
 pykickstart-1.51.tar.gz
+pykickstart-1.52.tar.gz


Index: pykickstart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/pykickstart.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- pykickstart.spec	29 Jan 2009 22:42:50 -0000	1.114
+++ pykickstart.spec	18 Feb 2009 18:33:32 -0000	1.115
@@ -3,7 +3,7 @@
 Summary:  A python library for manipulating kickstart files
 Name: pykickstart
 Url: http://fedoraproject.org/wiki/pykickstart
-Version: 1.51
+Version: 1.52
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -45,6 +45,30 @@
 %{_bindir}/ksverdiff
 
 %changelog
+* Wed Feb 18 2009 Chris Lumens <clumens at redhat.com> - 1.52-1
+- Add lots more test cases (alindebe, mgracik, stickster).
+- Add a skip attribute on key to shut up pychecker.
+- Only show autostep command when requested (jlaska)
+- Strip spaces from service names, and require an option to be provided.
+- Surround services lists in double quotes.
+- Remove the extra space from the services __str__ method.
+- Fix output formatting bugs in firewall, partition, and repo (mgracik).
+- Specifying both or neither of --drives and --only-use should be an error.
+- Corrected newline char in return value of FC6_Method. (mgracik)
+- Make --drives a required option for FC3, and catch no args on F8.
+- Fix final printing of the rescue command (mgracik).
+- Surround output strings in double quotes.
+- Fix a typo in the deviceprobe command.
+- Revert the more strict option processing on displaymode.
+- Properly handle erroring on extra args, not just extra options.
+- Don't use the logging class since it interferes with the logging test.
+- port without host should raise KickstartParseError, not kickstartValueError.
+- Add the --key option to option processing, since it's a valid argument.
+- Fix test cases that were failing due to the new use of KSOptionParser.
+- Teach driverdisk.py command to reject extra partitions (stickster).
+- Add KSOptionParser to all commands ... enables more strick option checking (jlaska).
+- Use KSOptionParser so we can catch bad command options (jlaska).
+
 * Thu Jan 29 2009 Chris Lumens <clumens at redhat.com> - 1.51-1
 - Make a couple changes to how the logging command is handled.
 - Add a lot of test cases (clumens, alindebe, jlaska, fcami, adamwill, pfrields).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/sources,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- sources	29 Jan 2009 22:42:50 -0000	1.114
+++ sources	18 Feb 2009 18:33:32 -0000	1.115
@@ -1 +1 @@
-13df4ad1e1daac39764a91d87e4b6328  pykickstart-1.51.tar.gz
+7e576f0c98c77f18a229d51c3ec48bc4  pykickstart-1.52.tar.gz




More information about the fedora-extras-commits mailing list