[Python-checkins] python/dist/src/Doc/whatsnew whatsnew25.tex, 1.9, 1.10

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Sun Mar 20 23:19:48 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6803/Doc/whatsnew

Modified Files:
	whatsnew25.tex 
Log Message:
PEP 314 implementation (client side):
added support for the provides, requires, and obsoletes metadata fields


Index: whatsnew25.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew25.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- whatsnew25.tex	20 Mar 2005 21:42:04 -0000	1.9
+++ whatsnew25.tex	20 Mar 2005 22:19:46 -0000	1.10
@@ -53,6 +53,14 @@
 
 
 %======================================================================
+\section{PEP 314: Metadata for Python Software Packages v1.1}
+
+XXX describe this PEP.
+    distutils \function{setup()} now supports the \var{provides},
+    \var{requires}, \var{obsoletes} keywords.
+
+
+%======================================================================
 \section{Other Language Changes}
 
 Here are all of the changes that Python 2.5 makes to the core Python



More information about the Python-checkins mailing list