summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-09-07 17:18:31 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-09-07 17:18:31 -0400
commit6827895311736b96b8debf3659cf9cae8b2ecd6d (patch)
tree8af85e89b8d3cf3a0668fdc1275f0d0e93338d7e
parent8c0b4e8c1f0fdcc9ca92142eb506f7329b69bd31 (diff)
downloadpython-setuptools-bitbucket-6827895311736b96b8debf3659cf9cae8b2ecd6d.tar.gz
Bumped to 1.1.5 in preparation for next release.
-rw-r--r--ez_setup.py2
-rw-r--r--setuptools.egg-info/entry_points.txt68
-rw-r--r--setuptools.egg-info/requires.txt14
-rw-r--r--setuptools/version.py2
4 files changed, 43 insertions, 43 deletions
diff --git a/ez_setup.py b/ez_setup.py
index 79713bd8..4118de3b 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -29,7 +29,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "1.1.4"
+DEFAULT_VERSION = "1.1.5"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):
diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt
index d6b54060..139acb1d 100644
--- a/setuptools.egg-info/entry_points.txt
+++ b/setuptools.egg-info/entry_points.txt
@@ -1,48 +1,48 @@
-[console_scripts]
-easy_install-3.3 = setuptools.command.easy_install:main
-easy_install = setuptools.command.easy_install:main
-
[distutils.commands]
+rotate = setuptools.command.rotate:rotate
+build_py = setuptools.command.build_py:build_py
+sdist = setuptools.command.sdist:sdist
+bdist_egg = setuptools.command.bdist_egg:bdist_egg
+install = setuptools.command.install:install
register = setuptools.command.register:register
-install_lib = setuptools.command.install_lib:install_lib
-build_ext = setuptools.command.build_ext:build_ext
-develop = setuptools.command.develop:develop
+saveopts = setuptools.command.saveopts:saveopts
install_scripts = setuptools.command.install_scripts:install_scripts
-build_py = setuptools.command.build_py:build_py
-install_egg_info = setuptools.command.install_egg_info:install_egg_info
-egg_info = setuptools.command.egg_info:egg_info
-bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
alias = setuptools.command.alias:alias
bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
easy_install = setuptools.command.easy_install:easy_install
-test = setuptools.command.test:test
-install = setuptools.command.install:install
+egg_info = setuptools.command.egg_info:egg_info
setopt = setuptools.command.setopt:setopt
upload_docs = setuptools.command.upload_docs:upload_docs
-bdist_egg = setuptools.command.bdist_egg:bdist_egg
-rotate = setuptools.command.rotate:rotate
-sdist = setuptools.command.sdist:sdist
-saveopts = setuptools.command.saveopts:saveopts
+install_lib = setuptools.command.install_lib:install_lib
+bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
+install_egg_info = setuptools.command.install_egg_info:install_egg_info
+test = setuptools.command.test:test
+build_ext = setuptools.command.build_ext:build_ext
+develop = setuptools.command.develop:develop
+
+[console_scripts]
+easy_install-3.3 = setuptools.command.easy_install:main
+easy_install = setuptools.command.easy_install:main
[distutils.setup_keywords]
-test_suite = setuptools.dist:check_test_suite
-packages = setuptools.dist:check_packages
+entry_points = setuptools.dist:check_entry_points
+use_2to3_exclude_fixers = setuptools.dist:assert_string_list
+package_data = setuptools.dist:check_package_data
use_2to3_fixers = setuptools.dist:assert_string_list
-convert_2to3_doctests = setuptools.dist:assert_string_list
-tests_require = setuptools.dist:check_requirements
+install_requires = setuptools.dist:check_requirements
+test_suite = setuptools.dist:check_test_suite
test_loader = setuptools.dist:check_importable
-extras_require = setuptools.dist:check_extras
+use_2to3 = setuptools.dist:assert_bool
+convert_2to3_doctests = setuptools.dist:assert_string_list
zip_safe = setuptools.dist:assert_bool
-exclude_package_data = setuptools.dist:check_package_data
+tests_require = setuptools.dist:check_requirements
eager_resources = setuptools.dist:assert_string_list
-include_package_data = setuptools.dist:assert_bool
-package_data = setuptools.dist:check_package_data
-use_2to3_exclude_fixers = setuptools.dist:assert_string_list
+exclude_package_data = setuptools.dist:check_package_data
namespace_packages = setuptools.dist:check_nsp
-use_2to3 = setuptools.dist:assert_bool
-entry_points = setuptools.dist:check_entry_points
+include_package_data = setuptools.dist:assert_bool
+extras_require = setuptools.dist:check_extras
dependency_links = setuptools.dist:assert_string_list
-install_requires = setuptools.dist:check_requirements
+packages = setuptools.dist:check_packages
[setuptools.file_finders]
svn_cvs = setuptools.command.sdist:_default_revctrl
@@ -51,12 +51,12 @@ svn_cvs = setuptools.command.sdist:_default_revctrl
eggsecutable = setuptools.command.easy_install:bootstrap
[egg_info.writers]
-PKG-INFO = setuptools.command.egg_info:write_pkg_info
-requires.txt = setuptools.command.egg_info:write_requirements
-depends.txt = setuptools.command.egg_info:warn_depends_obsolete
namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
-eager_resources.txt = setuptools.command.egg_info:overwrite_arg
-dependency_links.txt = setuptools.command.egg_info:overwrite_arg
+requires.txt = setuptools.command.egg_info:write_requirements
top_level.txt = setuptools.command.egg_info:write_toplevel_names
+dependency_links.txt = setuptools.command.egg_info:overwrite_arg
+depends.txt = setuptools.command.egg_info:warn_depends_obsolete
+PKG-INFO = setuptools.command.egg_info:write_pkg_info
entry_points.txt = setuptools.command.egg_info:write_entries
+eager_resources.txt = setuptools.command.egg_info:overwrite_arg
diff --git a/setuptools.egg-info/requires.txt b/setuptools.egg-info/requires.txt
index 0b577c97..256342f0 100644
--- a/setuptools.egg-info/requires.txt
+++ b/setuptools.egg-info/requires.txt
@@ -1,13 +1,13 @@
-[ssl:sys_platform=='win32' and python_version=='2.4']
-ctypes==1.0.2
-
-[ssl:python_version in '2.4, 2.5']
-ssl==1.16
+[ssl:sys_platform=='win32']
+wincertstore==0.1
[certs]
certifi==0.0.8
-[ssl:sys_platform=='win32']
-wincertstore==0.1 \ No newline at end of file
+[ssl:sys_platform=='win32' and python_version=='2.4']
+ctypes==1.0.2
+
+[ssl:python_version in '2.4, 2.5']
+ssl==1.16 \ No newline at end of file
diff --git a/setuptools/version.py b/setuptools/version.py
index bc50bee6..99d2a6fa 100644
--- a/setuptools/version.py
+++ b/setuptools/version.py
@@ -1 +1 @@
-__version__ = '1.1.4'
+__version__ = '1.1.5'