rpms/pykickstart/devel .cvsignore, 1.3, 1.4 pykickstart.spec, 1.2, 1.3 sources, 1.3, 1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Oct 7 20:10:29 UTC 2005


Author: clumens

Update of /cvs/dist/rpms/pykickstart/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31733

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



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/pykickstart/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	5 Oct 2005 21:53:51 -0000	1.3
+++ .cvsignore	7 Oct 2005 20:10:25 -0000	1.4
@@ -1,2 +1,3 @@
 pykickstart-0.1.tar.gz
 pykickstart-0.2.tar.gz
+pykickstart-0.3.tar.gz


Index: pykickstart.spec
===================================================================
RCS file: /cvs/dist/rpms/pykickstart/devel/pykickstart.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pykickstart.spec	5 Oct 2005 21:53:51 -0000	1.2
+++ pykickstart.spec	7 Oct 2005 20:10:25 -0000	1.3
@@ -1,6 +1,6 @@
 Summary:  A python library for manipulating kickstart files
 Name: pykickstart
-Version: 0.2
+Version: 0.3
 Release: 1
 Source0: %{name}-%{version}.tar.gz
 License: GPL
@@ -33,6 +33,14 @@
 %{_libdir}/python?.?/site-packages/pykickstart
 
 %changelog
+* Fri Oct 07 2005 Chris Lumens <clumens at redhat.com> 0.3-1
+- Add a deprecated attribute to options.
+- Add --card option back to xconfig and mark as deprecated.
+- Throw a deprecation warning on mouse and langsupport commands.
+- Rename Writer to KickstartWriter for consistency.
+- Collapse scripts into a single list and add an attribute on Script to
+  differentiate.
+
 * Wed Oct 05 2005 Chris Lumens <clumens at redhat.com> 0.2-1
 - Rename module to pykickstart to avoid conflicts in anaconda.
 - Rename data classes for consistency.


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/pykickstart/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	5 Oct 2005 21:53:51 -0000	1.3
+++ sources	7 Oct 2005 20:10:25 -0000	1.4
@@ -1 +1 @@
-73b6f9350bcddf70cbe0caf40d67a866  pykickstart-0.2.tar.gz
+9b073dbd3c879c7feb83727b0f0468ce  pykickstart-0.3.tar.gz




More information about the fedora-cvs-commits mailing list