[Python-checkins] python/nondist/sandbox/setuptools EasyInstall.txt, 1.49, 1.50

pje@users.sourceforge.net pje at users.sourceforge.net
Sat Aug 6 19:54:58 CEST 2005


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

Modified Files:
	EasyInstall.txt 
Log Message:
Change dependency processing algorithm for less redundancy in the common
case, and more thoroughness in the --always-copy case.


Index: EasyInstall.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/EasyInstall.txt,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- EasyInstall.txt	25 Jul 2005 03:12:50 -0000	1.49
+++ EasyInstall.txt	6 Aug 2005 17:54:55 -0000	1.50
@@ -685,6 +685,11 @@
    OS X upgrades (such as 10.4.1 to 10.4.2) do not cause eggs built with a
    previous OS version to become obsolete.
 
+ * easy_install's dependency processing algorithms have changed.  When using
+   ``--always-copy``, it now ensures that dependencies are copied too.  When
+   not using ``--always-copy``, it tries to use a single resolution loop,
+   rather than recursing.
+
  * Fixed installing extra ``.pyc`` or ``.pyo`` files for scripts with ``.py``
    extensions.
 



More information about the Python-checkins mailing list