diff options
-rwxr-xr-x | README.txt | 10 | ||||
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | ez_setup.py | 2 | ||||
-rw-r--r-- | release.py | 2 | ||||
-rwxr-xr-x | setup.py | 2 | ||||
-rw-r--r-- | setuptools.egg-info/entry_points.txt | 70 | ||||
-rw-r--r-- | setuptools.egg-info/requires.txt | 14 |
7 files changed, 52 insertions, 52 deletions
@@ -12,7 +12,7 @@ Installation Instructions Upgrading from Distribute ========================= -Currently, Distribute disallows installing Setuptools 0.7 over Distribute. +Currently, Distribute disallows installing Setuptools 0.7.1 over Distribute. You must first uninstall any active version of Distribute first (see `Uninstalling`_). @@ -29,7 +29,7 @@ The recommended way to install setuptools on Windows is to download `ez_setup.py`_ and run it. The script will download the appropriate .egg file and install it for you. -.. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/0.7/ez_setup.py +.. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/0.7.1/ez_setup.py For best results, uninstall previous versions FIRST (see `Uninstalling`_). @@ -45,7 +45,7 @@ Unix-based Systems including Mac OS X Download `ez_setup.py`_ and run it using the target Python version. The script will download the appropriate version and install it for you:: - > wget https://bitbucket.org/pypa/setuptools/raw/0.7/ez_setup.py -O - | python + > wget https://bitbucket.org/pypa/setuptools/raw/0.7.1/ez_setup.py -O - | python Note that you will may need to invoke the command with superuser privileges to install to the system Python. @@ -53,7 +53,7 @@ install to the system Python. Alternatively, on Python 2.6 and later, Setuptools may be installed to a user-local path:: - > wget https://bitbucket.org/pypa/setuptools/raw/0.7/ez_setup.py + > wget https://bitbucket.org/pypa/setuptools/raw/0.7.1/ez_setup.py > python ez_setup.py --user @@ -66,7 +66,7 @@ tarball from `Setuptools on PyPI <https://pypi.python.org/pypi/setuptools>`_ and run setup.py with any supported distutils and Setuptools options. For example:: - setuptools-0.7$ python setup.py --prefix=/opt/setuptools + setuptools-0.7.1$ python setup.py --prefix=/opt/setuptools Use ``--help`` to get a full options list, but we recommend consulting the `EasyInstall manual`_ for detailed instructions, especially `the section diff --git a/docs/conf.py b/docs/conf.py index f38127c0..61775604 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2009-2013, The fellowship of the packaging' # built documents. # # The short X.Y version. -version = '0.7' +version = '0.7.1' # The full version, including alpha/beta/rc tags. -release = '0.7' +release = '0.7.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/ez_setup.py b/ez_setup.py index 0a4bf346..5a0af32c 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -28,7 +28,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "0.7" +DEFAULT_VERSION = "0.7.1" DEFAULT_URL = "http://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): @@ -22,7 +22,7 @@ try: except Exception: pass -VERSION = '0.7' +VERSION = '0.7.1' PACKAGE_INDEX = 'https://pypi.python.org/pypi' def set_versions(): @@ -46,7 +46,7 @@ exec(init_file.read(), d) init_file.close() SETUP_COMMANDS = d['__all__'] -VERSION = "0.7" +VERSION = "0.7.1" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt index 663882d6..f101286d 100644 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -1,61 +1,61 @@ [distutils.commands] -bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm -rotate = setuptools.command.rotate:rotate -develop = setuptools.command.develop:develop -setopt = setuptools.command.setopt:setopt build_py = setuptools.command.build_py:build_py +sdist = setuptools.command.sdist:sdist +install_scripts = setuptools.command.install_scripts:install_scripts +alias = setuptools.command.alias:alias saveopts = setuptools.command.saveopts:saveopts -egg_info = setuptools.command.egg_info:egg_info -register = setuptools.command.register:register upload_docs = setuptools.command.upload_docs:upload_docs -install_egg_info = setuptools.command.install_egg_info:install_egg_info -alias = setuptools.command.alias:alias +bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm +install = setuptools.command.install:install easy_install = setuptools.command.easy_install:easy_install -install_scripts = setuptools.command.install_scripts:install_scripts -bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst +egg_info = setuptools.command.egg_info:egg_info +build_ext = setuptools.command.build_ext:build_ext +setopt = setuptools.command.setopt:setopt +develop = setuptools.command.develop:develop bdist_egg = setuptools.command.bdist_egg:bdist_egg -install = setuptools.command.install:install -test = setuptools.command.test:test +install_egg_info = setuptools.command.install_egg_info:install_egg_info +register = setuptools.command.register:register +bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst install_lib = setuptools.command.install_lib:install_lib -build_ext = setuptools.command.build_ext:build_ext -sdist = setuptools.command.sdist:sdist +test = setuptools.command.test:test +rotate = setuptools.command.rotate:rotate [egg_info.writers] -dependency_links.txt = setuptools.command.egg_info:overwrite_arg requires.txt = setuptools.command.egg_info:write_requirements -PKG-INFO = setuptools.command.egg_info:write_pkg_info -eager_resources.txt = setuptools.command.egg_info:overwrite_arg -top_level.txt = setuptools.command.egg_info:write_toplevel_names -namespace_packages.txt = setuptools.command.egg_info:overwrite_arg entry_points.txt = setuptools.command.egg_info:write_entries depends.txt = setuptools.command.egg_info:warn_depends_obsolete - -[console_scripts] -easy_install = setuptools.command.easy_install:main -easy_install-2.7 = setuptools.command.easy_install:main +dependency_links.txt = setuptools.command.egg_info:overwrite_arg +namespace_packages.txt = setuptools.command.egg_info:overwrite_arg +eager_resources.txt = setuptools.command.egg_info:overwrite_arg +PKG-INFO = setuptools.command.egg_info:write_pkg_info +top_level.txt = setuptools.command.egg_info:write_toplevel_names [setuptools.file_finders] svn_cvs = setuptools.command.sdist:_default_revctrl [distutils.setup_keywords] -dependency_links = setuptools.dist:assert_string_list +convert_2to3_doctests = setuptools.dist:assert_string_list +test_loader = setuptools.dist:check_importable +tests_require = setuptools.dist:check_requirements entry_points = setuptools.dist:check_entry_points extras_require = setuptools.dist:check_extras -use_2to3_exclude_fixers = setuptools.dist:assert_string_list -package_data = setuptools.dist:check_package_data -install_requires = setuptools.dist:check_requirements -use_2to3 = setuptools.dist:assert_bool use_2to3_fixers = setuptools.dist:assert_string_list include_package_data = setuptools.dist:assert_bool -exclude_package_data = setuptools.dist:check_package_data -namespace_packages = setuptools.dist:check_nsp -test_suite = setuptools.dist:check_test_suite +packages = setuptools.dist:check_packages eager_resources = setuptools.dist:assert_string_list +install_requires = setuptools.dist:check_requirements +exclude_package_data = setuptools.dist:check_package_data zip_safe = setuptools.dist:assert_bool -test_loader = setuptools.dist:check_importable -packages = setuptools.dist:check_packages -convert_2to3_doctests = setuptools.dist:assert_string_list -tests_require = setuptools.dist:check_requirements +test_suite = setuptools.dist:check_test_suite +use_2to3_exclude_fixers = setuptools.dist:assert_string_list +dependency_links = setuptools.dist:assert_string_list +package_data = setuptools.dist:check_package_data +use_2to3 = setuptools.dist:assert_bool +namespace_packages = setuptools.dist:check_nsp + +[console_scripts] +easy_install = setuptools.command.easy_install:main +easy_install-3.3 = setuptools.command.easy_install:main [setuptools.installation] eggsecutable = setuptools.command.easy_install:bootstrap diff --git a/setuptools.egg-info/requires.txt b/setuptools.egg-info/requires.txt index 91d84d9c..2f2a364f 100644 --- a/setuptools.egg-info/requires.txt +++ b/setuptools.egg-info/requires.txt @@ -1,13 +1,13 @@ -[ssl:sys_platform=='win32'] -wincertstore==0.1 - -[ssl:sys_platform=='win32' and python_version=='2.4'] -ctypes==1.0.2 - [certs] certifi==0.0.8 +[ssl:sys_platform=='win32'] +wincertstore==0.1 + [ssl:python_version in '2.4, 2.5'] -ssl==1.16
\ No newline at end of file +ssl==1.16 + +[ssl:sys_platform=='win32' and python_version=='2.4'] +ctypes==1.0.2
\ No newline at end of file |