[Python-checkins] python/nondist/sandbox/setuptools setuptools.txt, 1.34, 1.35

pje@users.sourceforge.net pje at users.sourceforge.net
Sat Sep 3 06:53:21 CEST 2005


Update of /cvsroot/python/python/nondist/sandbox/setuptools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12188

Modified Files:
	setuptools.txt 
Log Message:
Add release note about bdist_rpm --no-egg option


Index: setuptools.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/setuptools.txt,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- setuptools.txt	23 Aug 2005 13:24:40 -0000	1.34
+++ setuptools.txt	3 Sep 2005 04:53:10 -0000	1.35
@@ -1777,6 +1777,9 @@
 ----------------------------
 
 0.6a1
+ * Added support for building "old-style" RPMs that don't install an egg for
+   the target package, using a ``--no-egg`` option.
+   
  * The ``build_ext`` command now works better when using the ``--inplace``
    option and multiple Python versions.  It now makes sure that all extensions
    match the current Python version, even if newer copies were built for a



More information about the Python-checkins mailing list