From: Daira Hopwood Date: Tue, 28 Apr 2015 17:52:59 +0000 (+0100) Subject: Bump zetuptoolz version (file changes). X-Git-Tag: allmydata-tahoe-1.10.1a1~29 X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=409cf22ee910ecb15d49834c582dbf7dc2c54c5f Bump zetuptoolz version (file changes). Signed-off-by: Daira Hopwood --- diff --git a/MANIFEST.in b/MANIFEST.in index 1b96c822..8668770e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,5 +6,5 @@ graft docs graft misc graft static -graft setuptools-0.6c16dev5.egg +graft setuptools-0.6c16dev6.egg global-exclude *~ *.pyc diff --git a/misc/build_helpers/test-osx-pkg.py b/misc/build_helpers/test-osx-pkg.py index c3985019..4252468f 100644 --- a/misc/build_helpers/test-osx-pkg.py +++ b/misc/build_helpers/test-osx-pkg.py @@ -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) diff --git a/setup.py b/setup.py index d6fe60b9..5f687853 100644 --- 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 diff --git a/setuptools-0.6c16dev5.egg/EGG-INFO/PKG-INFO b/setuptools-0.6c16dev5.egg/EGG-INFO/PKG-INFO index fd497e01..45c34582 100644 --- a/setuptools-0.6c16dev5.egg/EGG-INFO/PKG-INFO +++ b/setuptools-0.6c16dev5.egg/EGG-INFO/PKG-INFO @@ -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 diff --git a/setuptools-0.6c16dev5.egg/setuptools/__init__.py b/setuptools-0.6c16dev5.egg/setuptools/__init__.py index deade622..e741940b 100644 --- a/setuptools-0.6c16dev5.egg/setuptools/__init__.py +++ b/setuptools-0.6c16dev5.egg/setuptools/__init__.py @@ -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'