]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Bump zetuptoolz version (file changes).
authorDaira Hopwood <daira@jacaranda.org>
Tue, 28 Apr 2015 17:52:59 +0000 (18:52 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 28 Apr 2015 17:52:59 +0000 (18:52 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
MANIFEST.in
misc/build_helpers/test-osx-pkg.py
setup.py
setuptools-0.6c16dev5.egg/EGG-INFO/PKG-INFO
setuptools-0.6c16dev5.egg/setuptools/__init__.py

index 1b96c8228c5d9e6ba3d1d4872d67b9f30ecd1c77..8668770e86ec99268856cfe9972498e30152e9eb 100644 (file)
@@ -6,5 +6,5 @@ graft docs
 graft misc
 graft static
 
-graft setuptools-0.6c16dev5.egg
+graft setuptools-0.6c16dev6.egg
 global-exclude *~ *.pyc
index c39850195cc80cc11a94b462fb9efc7bf8fa905b..4252468f8962fb76b0355f475d2d56769024b141 100644 (file)
@@ -27,7 +27,7 @@
 # pycrypto: 2.6.1 (/Applications/tahoe.app/support/lib/python2.7/site-packages/pycrypto-2.6.1-py2.7-macosx-10.9-intel.egg)
 # pyasn1: 0.1.7 (/Applications/tahoe.app/support/lib/python2.7/site-packages/pyasn1-0.1.7-py2.7.egg)
 # mock: 1.0.1 (/Applications/tahoe.app/support/lib/python2.7/site-packages)
-# setuptools: 0.6c16dev5 (/Applications/tahoe.app/support/lib/python2.7/site-packages/setuptools-0.6c16dev5.egg)
+# setuptools: 0.6c16dev6 (/Applications/tahoe.app/support/lib/python2.7/site-packages/setuptools-0.6c16dev6.egg)
 # service-identity: 14.0.0 (/Applications/tahoe.app/support/lib/python2.7/site-packages/service_identity-14.0.0-py2.7.egg)
 # characteristic: 14.1.0 (/Applications/tahoe.app/support/lib/python2.7/site-packages)
 # pyasn1-modules: 0.0.5 (/Applications/tahoe.app/support/lib/python2.7/site-packages/pyasn1_modules-0.0.5-py2.7.egg)
index d6fe60b9a41c34e7aa69e21b9183dbd441d72d44..5f6878539f650eea60650a4368a4134627da2f0e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,7 @@ if len(sys.argv) > 1 and sys.argv[1] == '--fakedependency':
 
 __requires__ = install_requires[:]
 
-egg = os.path.realpath('setuptools-0.6c16dev5.egg')
+egg = os.path.realpath('setuptools-0.6c16dev6.egg')
 sys.path.insert(0, egg)
 import setuptools; setuptools.bootstrap_install_from = egg
 
index fd497e01d76f8476581b3059b98d45e13f928379..45c34582e68d618c7cdb92cd1525ccd19825f205 100644 (file)
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: setuptools
-Version: 0.6c16dev5
+Version: 0.6c16dev6
 Summary: Download, build, install, upgrade, and uninstall Python packages -- easily!  (zetuptoolz fork)
 Home-page: http://pypi.python.org/pypi/setuptools
 Author: Phillip J. Eby
index deade6220a87c739d2207e154a8d66b741c568bd..e741940bed8501aac1d01b596ef9da8395f094ce 100644 (file)
@@ -9,7 +9,7 @@ import os.path
 import os
 import sys
 
-__version__ = '0.6c16dev5'
+__version__ = '0.6c16dev6'
 __all__ = [
     'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require',
     'find_packages'