summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Artemenko <svetlyak.40wt@gmail.com>2016-01-19 04:58:32 +0000
committerAlexander Artemenko <svetlyak.40wt@gmail.com>2016-01-19 04:58:32 +0000
commit3ddc5ab467df7f811e5b2d48e481f15c800ae97b (patch)
tree9e6872bdec58991b69c0dc7970bb1f8b8c9e56c2
parent651470921bb2d85084bd25d192b988d87323032c (diff)
downloadpython-setuptools-bitbucket-svetlyak40wt/make-194-same-level-header-as-other-vers-1453106898145.tar.gz
Make all headers on the same level in CHANGES.txt.svetlyak40wt/make-194-same-level-header-as-other-vers-1453106898145
-rw-r--r--CHANGES.txt232
1 files changed, 1 insertions, 231 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8992df6a..5242f731 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,6 @@
CHANGES
=======
-----
19.4
----
@@ -15,7 +14,6 @@ CHANGES
allowing for setup_requires dependencies to supersede installed
packages for the session.
-----
19.3
----
@@ -23,7 +21,6 @@ CHANGES
dependencies conditionally from vendored copies or primary
locations. Adds a new dependency on six.
-----
19.2
----
@@ -31,7 +28,6 @@ CHANGES
* Pull Request #162: Add missing whitespace to multiline string
literals.
-------
19.1.1
------
@@ -41,7 +37,6 @@ CHANGES
of strings, rather than rely on ``repr``, which can be
incorrect (especially on Python 2).
-----
19.1
----
@@ -51,14 +46,12 @@ CHANGES
than hard-coding a particular value.
* Issue #475: Fix incorrect usage in _translate_metadata2.
-----
19.0
----
* Issue #442: Use RawConfigParser for parsing .pypirc file.
Interpolated values are no longer honored in .pypirc files.
-------
18.8.1
------
@@ -67,7 +60,6 @@ CHANGES
with setuptools hidden. Fixes regression introduced in Setuptools
12.0.
-----
18.8
----
@@ -79,14 +71,12 @@ CHANGES
* Issue #472: Remove deprecated use of 'U' in mode parameter
when opening files.
-------
18.7.1
------
* Issue #469: Refactored logic for Issue #419 fix to re-use metadata
loading from Provider.
-----
18.7
----
@@ -104,14 +94,12 @@ CHANGES
reading the version info from distutils-installed metadata rather
than using the version in the filename.
-------
18.6.1
------
* Issue #464: Correct regression in invocation of superclass on old-style
class on Python 2.
-----
18.6
----
@@ -119,7 +107,6 @@ CHANGES
omit the version number of the package, allowing any version of the
package to be used.
-----
18.5
----
@@ -131,27 +118,23 @@ CHANGES
* `Fix dictionary mutation during iteration
<https://github.com/jaraco/setuptools/pull/29>`_.
-----
18.4
----
* Issue #446: Test command now always invokes unittest, even
if no test suite is supplied.
-------
18.3.2
------
* Correct another regression in setuptools.findall
where the fix for Python #12885 was lost.
-------
18.3.1
------
* Issue #425: Correct regression in setuptools.findall.
-----
18.3
----
@@ -172,25 +155,21 @@ CHANGES
* Refactor setuptools.findall in preparation for re-submission
back to distutils.
-----
18.2
----
* Issue #412: More efficient directory search in ``find_packages``.
-----
18.1
----
* Upgrade to vendored packaging 15.3.
-------
18.0.1
------
* Issue #401: Fix failure in test suite.
-----
18.0
----
@@ -216,7 +195,6 @@ CHANGES
* Pull Request #136: Remove excessive quoting from shebang headers
for Jython.
-------
17.1.1
------
@@ -224,14 +202,12 @@ CHANGES
deprecated imp module (`ref
<https://bitbucket.org/pypa/setuptools/commits/f572ec9563d647fa8d4ffc534f2af8070ea07a8b#comment-1881283>`_).
-----
17.1
----
* Issue #380: Add support for range operators on environment
marker evaluation.
-----
17.0
----
@@ -240,7 +216,6 @@ CHANGES
the name. Removes unintended functionality and brings behavior
into parity with pip.
-----
16.0
----
@@ -251,7 +226,6 @@ CHANGES
* Pull Request #129: Address deprecation warning due to usage
of imp module.
-----
15.2
----
@@ -259,14 +233,12 @@ CHANGES
``pkg_resources._initialize_master_working_set``, allowing for
imperative re-initialization of the master working set.
-----
15.1
----
* Updated to Packaging 15.1 to address Packaging #28.
* Fix ``setuptools.sandbox._execfile()`` with Python 3.1.
-----
15.0
----
@@ -280,7 +252,6 @@ CHANGES
has since been changed, but older versions of buildout may experience
problems. See Buildout #242 for details.
-------
14.3.1
------
@@ -289,7 +260,6 @@ CHANGES
* Issue #364: Replace deprecated usage with recommended usage of
``EntryPoint.load``.
-----
14.3
----
@@ -297,7 +267,6 @@ CHANGES
for creating the directory to avoid the subsequent warning if
the directory is group writable.
-----
14.2
----
@@ -305,21 +274,18 @@ CHANGES
None for pyversion or platform can be compared against Distributions
defining those attributes.
-------
14.1.1
------
* Issue #360: Removed undesirable behavior from test runs, preventing
write tests and installation to system site packages.
-----
14.1
----
* Pull Request #125: Add ``__ne__`` to Requirement class.
* Various refactoring of easy_install.
-----
14.0
----
@@ -335,21 +301,18 @@ CHANGES
using the "install-dir" and "scripts-dir" parameters to easy_install
through an appropriate distutils config file.
-------
13.0.2
------
* Issue #359: Include pytest.ini in the sdist so invocation of py.test on the
sdist honors the pytest configuration.
-------
13.0.1
------
Re-release of 13.0. Intermittent connectivity issues caused the release
process to fail and PyPI uploads no longer accept files for 13.0.
-----
13.0
----
@@ -359,14 +322,12 @@ process to fail and PyPI uploads no longer accept files for 13.0.
functionality was added to support upgrades from old Distribute versions,
0.6.5 and 0.6.6.
-----
12.4
----
* Pull Request #119: Restore writing of ``setup_requires`` to metadata
(previously added in 8.4 and removed in 9.0).
-----
12.3
----
@@ -376,7 +337,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
* Issue #354. Added documentation on building setuptools
documentation.
-----
12.2
----
@@ -387,40 +347,34 @@ process to fail and PyPI uploads no longer accept files for 13.0.
remains deprecated for use by individual packages.
* Simplified implementation of ``ez_setup.use_setuptools``.
-----
12.1
----
* Pull Request #118: Soften warning for non-normalized versions in
Distribution.
-------
12.0.5
------
* Issue #339: Correct Attribute reference in ``cant_write_to_target``.
* Issue #336: Deprecated ``ez_setup.use_setuptools``.
-------
12.0.4
------
* Issue #335: Fix script header generation on Windows.
-------
12.0.3
------
* Fixed incorrect class attribute in ``install_scripts``. Tests would be nice.
-------
12.0.2
------
* Issue #331: Fixed ``install_scripts`` command on Windows systems corrupting
the header.
-------
12.0.1
------
@@ -428,7 +382,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
compatibility. For the future, tools should construct a CommandSpec
explicitly.
-----
12.0
----
@@ -439,14 +392,12 @@ process to fail and PyPI uploads no longer accept files for 13.0.
* Deprecated ``easy_install.ScriptWriter.get_writer``, replaced by ``.best()``
with slightly different semantics (no force_windows flag).
-------
11.3.1
------
* Issue #327: Formalize and restore support for any printable character in an
entry point name.
-----
11.3
----
@@ -460,13 +411,11 @@ process to fail and PyPI uploads no longer accept files for 13.0.
getattr(ep, "resolve", lambda: ep.load(require=False))()
-----
11.2
----
* Pip #2326: Report deprecation warning at stacklevel 2 for easier diagnosis.
-----
11.1
----
@@ -477,20 +426,17 @@ process to fail and PyPI uploads no longer accept files for 13.0.
a VersionConflict when no dependent package context is known. New unit tests
now capture the expected interface.
-----
11.0
----
* Interop #3: Upgrade to Packaging 15.0; updates to PEP 440 so that >1.7 does
not exclude 1.7.1 but does exclude 1.7.0 and 1.7.0.post1.
-------
10.2.1
------
* Issue #323: Fix regression in entry point name parsing.
-----
10.2
----
@@ -500,7 +446,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
* Substantial refactoring of all unit tests. Tests are now much leaner and
re-use a lot of fixtures and contexts for better clarity of purpose.
-----
10.1
----
@@ -509,13 +454,11 @@ process to fail and PyPI uploads no longer accept files for 13.0.
so that systems relying on that interface do not fail (namely, Ubuntu 12.04
and similar Debian releases).
-------
10.0.1
------
* Issue #319: Fixed issue installing pure distutils packages.
-----
10.0
----
@@ -528,53 +471,45 @@ process to fail and PyPI uploads no longer accept files for 13.0.
upgrade (or downgrade) itself even when its own metadata and implementation
change.
----
9.1
---
* Prefer vendored packaging library `as recommended
<https://github.com/jaraco/setuptools/commit/170657b68f4b92e7e1bf82f5e19a831f5744af67#commitcomment-9109448>`_.
------
9.0.1
-----
* Issue #312: Restored presence of pkg_resources API tests (doctest) to sdist.
----
9.0
---
* Issue #314: Disabled support for ``setup_requires`` metadata to avoid issue
where Setuptools was unable to upgrade over earlier versions.
----
8.4
---
* Pull Request #106: Now write ``setup_requires`` metadata.
----
8.3
---
* Issue #311: Decoupled pkg_resources from setuptools once again.
``pkg_resources`` is now a package instead of a module.
------
8.2.1
-----
* Issue #306: Suppress warnings about Version format except in select scenarios
(such as installation).
----
8.2
---
* Pull Request #85: Search egg-base when adding egg-info to manifest.
----
8.1
---
@@ -584,7 +519,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
``pkg_resources.PEP440Warning``, instead of RuntimeWarning.
* Disabled warnings on empty versions.
------
8.0.4
-----
@@ -594,27 +528,23 @@ process to fail and PyPI uploads no longer accept files for 13.0.
* Issue #296: Add warning when a version is parsed as legacy. This warning will
make it easier for developers to recognize deprecated version numbers.
------
8.0.3
-----
* Issue #296: Restored support for ``__hash__`` on parse_version results.
------
8.0.2
-----
* Issue #296: Restored support for ``__getitem__`` and sort operations on
parse_version result.
------
8.0.1
-----
* Issue #296: Restore support for iteration over parse_version result, but
deprecated that usage with a warning. Fixes failure with buildout.
----
8.0
---
@@ -627,7 +557,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
supported. Setuptools now "vendors" the `packaging
<https://github.com/pypa/packaging>`_ library.
----
7.0
---
@@ -644,28 +573,24 @@ process to fail and PyPI uploads no longer accept files for 13.0.
adapted to ignore ``.eggs``. The files will need to be manually moved or
will be retrieved again. Most use cases will require no attention.
----
6.1
---
* Issue #268: When resolving package versions, a VersionConflict now reports
which package previously required the conflicting version.
------
6.0.2
-----
* Issue #262: Fixed regression in pip install due to egg-info directories
being omitted. Re-opens Issue #118.
------
6.0.1
-----
* Issue #259: Fixed regression with namespace package handling on ``single
version, externally managed`` installs.
----
6.0
---
@@ -696,7 +621,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
recognize the specially-packaged compiler package for easy extension module
support on Python 2.6, 2.7, and 3.2.
----
5.8
---
@@ -704,7 +628,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
Python 3, supporting environments where builtins have been patched to make
Python 3 look more like Python 2.
----
5.7
---
@@ -715,20 +638,17 @@ process to fail and PyPI uploads no longer accept files for 13.0.
notes and detailed in Issue #154 was likely not an increase over the status
quo, but rather only an increase over not storing the zip info at all.
----
5.6
---
* Issue #242: Use absolute imports in svn_utils to avoid issues if the
installing package adds an xml module to the path.
------
5.5.1
-----
* Issue #239: Fix typo in 5.5 such that fix did not take.
----
5.5
---
@@ -736,20 +656,17 @@ process to fail and PyPI uploads no longer accept files for 13.0.
Distribution objects and validates the syntax just like install_requires
and tests_require directives.
------
5.4.2
-----
* Issue #236: Corrected regression in execfile implementation for Python 2.6.
------
5.4.1
-----
* Python #7776: (ssl_support) Correct usage of host for validation when
tunneling for HTTPS.
----
5.4
---
@@ -760,7 +677,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
in startup time by enabling this feature. This feature is not enabled by
default because it causes a substantial increase in memory usage.
----
5.3
---
@@ -769,7 +685,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
* Prune revision control directories (e.g .svn) from base path
as well as sub-directories.
----
5.2
---
@@ -781,7 +696,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
* During install_egg_info, the generated lines for namespace package .pth
files are now processed even during a dry run.
----
5.1
---
@@ -789,20 +703,17 @@ process to fail and PyPI uploads no longer accept files for 13.0.
building on the work in Issue #168. Special thanks to Jurko Gospodnetic and
PJE.
------
5.0.2
-----
* Issue #220: Restored script templates.
------
5.0.1
-----
* Renamed script templates to end with .tmpl now that they no longer need
to be processed by 2to3. Fixes spurious syntax errors during build/install.
----
5.0
---
@@ -810,7 +721,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
* Incidentally, script templates were updated not to include the triple-quote
escaping.
--------------------------
3.7.1 and 3.8.1 and 4.0.1
-------------------------
@@ -818,48 +728,41 @@ process to fail and PyPI uploads no longer accept files for 13.0.
* Issue #218: Setuptools 3.8.1 superseded 4.0.1, and 4.x was removed
from the available versions to install.
----
4.0
---
* Issue #210: ``setup.py develop`` now copies scripts in binary mode rather
than text mode, matching the behavior of the ``install`` command.
----
3.8
---
* Extend Issue #197 workaround to include all Python 3 versions prior to
3.2.2.
----
3.7
---
* Issue #193: Improved handling of Unicode filenames when building manifests.
----
3.6
---
* Issue #203: Honor proxy settings for Powershell downloader in the bootstrap
routine.
------
3.5.2
-----
* Issue #168: More robust handling of replaced zip files and stale caches.
Fixes ZipImportError complaining about a 'bad local header'.
------
3.5.1
-----
* Issue #199: Restored ``install._install`` for compatibility with earlier
NumPy versions.
----
3.5
---
@@ -870,32 +773,27 @@ process to fail and PyPI uploads no longer accept files for 13.0.
* Issue #192: Preferred bootstrap location is now
https://bootstrap.pypa.io/ez_setup.py (mirrored from former location).
------
3.4.4
-----
* Issue #184: Correct failure where find_package over-matched packages
when directory traversal isn't short-circuited.
------
3.4.3
-----
* Issue #183: Really fix test command with Python 3.1.
------
3.4.2
-----
* Issue #183: Fix additional regression in test command on Python 3.1.
------
3.4.1
-----
* Issue #180: Fix regression in test command not caught by py.test-run tests.
----
3.4
---
@@ -906,13 +804,11 @@ process to fail and PyPI uploads no longer accept files for 13.0.
now installs naturally on IronPython. Behavior on CPython should be
unchanged.
----
3.3
---
* Add ``include`` parameter to ``setuptools.find_packages()``.
----
3.2
---
@@ -920,27 +816,23 @@ process to fail and PyPI uploads no longer accept files for 13.0.
* Issue #162: Update dependency on certifi to 1.0.1.
* Issue #164: Update dependency on wincertstore to 0.2.
----
3.1
---
* Issue #161: Restore Features functionality to allow backward compatibility
(for Features) until the uses of that functionality is sufficiently removed.
------
3.0.2
-----
* Correct typo in previous bugfix.
------
3.0.1
-----
* Issue #157: Restore support for Python 2.6 in bootstrap script where
``zipfile.ZipFile`` does not yet have support for context managers.
----
3.0
---
@@ -968,7 +860,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
Python 3 environments.
* Issue #156: Fix spelling of __PYVENV_LAUNCHER__ variable.
----
2.2
---
@@ -977,21 +868,18 @@ process to fail and PyPI uploads no longer accept files for 13.0.
* Issue #128: Fixed issue where only the first dependency link was honored
in a distribution where multiple dependency links were supplied.
------
2.1.2
-----
* Issue #144: Read long_description using codecs module to avoid errors
installing on systems where LANG=C.
------
2.1.1
-----
* Issue #139: Fix regression in re_finder for CVS repos (and maybe Git repos
as well).
----
2.1
---
@@ -999,7 +887,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
in a zip-imported file.
* Issue #131: Fix RuntimeError when constructing an egg fetcher.
------
2.0.2
-----
@@ -1007,13 +894,11 @@ process to fail and PyPI uploads no longer accept files for 13.0.
not containing parser module.
* Fix NameError in ``sdist:re_finder``.
------
2.0.1
-----
* Issue #124: Fixed error in list detection in upload_docs.
----
2.0
---
@@ -1026,14 +911,12 @@ process to fail and PyPI uploads no longer accept files for 13.0.
* Removed ``pkg_resources.ImpWrapper``. Clients that expected this class
should use ``pkgutil.ImpImporter`` instead.
------
1.4.2
-----
* Issue #116: Correct TypeError when reading a local package index on Python
3.
------
1.4.1
-----
@@ -1063,7 +946,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
for legacy SVN releases and support for SVN without the subprocess command
would simple go away as support for the older SVNs does.
----
1.4
---
@@ -1072,19 +954,16 @@ process to fail and PyPI uploads no longer accept files for 13.0.
* Pull Request #21: Omit unwanted newlines in ``package_index._encode_auth``
when the username/password pair length indicates wrapping.
------
1.3.2
-----
* Issue #99: Fix filename encoding issues in SVN support.
------
1.3.1
-----
* Remove exuberant warning in SVN support when SVN is not used.
----
1.3
---
@@ -1095,7 +974,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
implementation if present.
* Correct NameError in ``ssl_support`` module (``socket.error``).
----
1.2
---
@@ -1108,7 +986,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
* Setuptools "natural" launcher support, introduced in 1.0, is now officially
supported.
------
1.1.7
-----
@@ -1119,39 +996,33 @@ process to fail and PyPI uploads no longer accept files for 13.0.
* Distribute #363 and Issue #55: Skip an sdist test that fails on locales
other than UTF-8.
------
1.1.6
-----
* Distribute #349: ``sandbox.execfile`` now opens the target file in binary
mode, thus honoring a BOM in the file when compiled.
------
1.1.5
-----
* Issue #69: Second attempt at fix (logic was reversed).
------
1.1.4
-----
* Issue #77: Fix error in upload command (Python 2.4).
------
1.1.3
-----
* Fix NameError in previous patch.
------
1.1.2
-----
* Issue #69: Correct issue where 404 errors are returned for URLs with
fragments in them (such as #egg=).
------
1.1.1
-----
@@ -1159,7 +1030,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
environments where a trusted SSL connection cannot be validated.
* Issue #76: Fix AttributeError in upload command with Python 2.4.
----
1.1
---
@@ -1167,7 +1037,6 @@ process to fail and PyPI uploads no longer accept files for 13.0.
condition when a host is blocked via ``--allow-hosts``.
* Issue #72: Restored Python 2.4 compatibility in ``ez_setup.py``.
----
1.0
---
@@ -1204,13 +1073,11 @@ not all users will find 1.0 a drop-in replacement for 0.9.
* Removed ``--ignore-conflicts-at-my-risk`` and ``--delete-conflicting``
options to easy_install. These options have been deprecated since 0.6a11.
------
0.9.8
-----
* Issue #53: Fix NameErrors in `_vcs_split_rev_from_url`.
------
0.9.7
-----
@@ -1220,79 +1087,67 @@ not all users will find 1.0 a drop-in replacement for 0.9.
referenced by bookmark.
* Add underscore-separated keys to environment markers (markerlib).
------
0.9.6
-----
* Issue #44: Test failure on Python 2.4 when MD5 hash doesn't have a `.name`
attribute.
------
0.9.5
-----
* Python #17980: Fix security vulnerability in SSL certificate validation.
------
0.9.4
-----
* Issue #43: Fix issue (introduced in 0.9.1) with version resolution when
upgrading over other releases of Setuptools.
------
0.9.3
-----
* Issue #42: Fix new ``AttributeError`` introduced in last fix.
------
0.9.2
-----
* Issue #42: Fix regression where blank checksums would trigger an
``AttributeError``.
------
0.9.1
-----
* Distribute #386: Allow other positional and keyword arguments to os.open.
* Corrected dependency on certifi mis-referenced in 0.9.
----
0.9
---
* `package_index` now validates hashes other than MD5 in download links.
----
0.8
---
* Code base now runs on Python 2.4 - Python 3.3 without Python 2to3
conversion.
------
0.7.8
-----
* Distribute #375: Yet another fix for yet another regression.
------
0.7.7
-----
* Distribute #375: Repair AttributeError created in last release (redo).
* Issue #30: Added test for get_cache_path.
------
0.7.6
-----
* Distribute #375: Repair AttributeError created in last release.
------
0.7.5
-----
@@ -1302,33 +1157,28 @@ not all users will find 1.0 a drop-in replacement for 0.9.
``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now
deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``.
------
0.7.4
-----
* Issue #20: Fix comparison of parsed SVN version on Python 3.
------
0.7.3
-----
* Issue #1: Disable installation of Windows-specific files on non-Windows systems.
* Use new sysconfig module with Python 2.7 or >=3.2.
------
0.7.2
-----
* Issue #14: Use markerlib when the `parser` module is not available.
* Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI.
------
0.7.1
-----
* Fix NameError (Issue #3) again - broken in bad merge.
----
0.7
---
@@ -1346,13 +1196,11 @@ Added several features that were slated for setuptools 0.6c12:
* Added support for SSL certificate validation when installing packages from
an HTTPS service.
------
0.7b4
-----
* Issue #3: Fixed NameError in SSL support.
-------
0.6.49
------
@@ -1360,21 +1208,18 @@ Added several features that were slated for setuptools 0.6c12:
to avoid errors when the cache path does not yet exist. Fixes the error
reported in Distribute #375.
-------
0.6.48
------
* Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
0.6.46 (redo).
-------
0.6.47
------
* Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
0.6.46.
-------
0.6.46
------
@@ -1382,27 +1227,23 @@ Added several features that were slated for setuptools 0.6c12:
customized egg cache location specifies a directory that's group- or
world-writable.
-------
0.6.45
------
* Distribute #379: ``distribute_setup.py`` now traps VersionConflict as well,
restoring ability to upgrade from an older setuptools version.
-------
0.6.44
------
* ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to
satisfy use_setuptools.
-------
0.6.43
------
* Distribute #378: Restore support for Python 2.4 Syntax (regression in 0.6.42).
-------
0.6.42
------
@@ -1410,7 +1251,6 @@ Added several features that were slated for setuptools 0.6c12:
* Distribute #337: Moved site.py to setuptools/site-patch.py (graft of very old
patch from setuptools trunk which inspired PR #31).
-------
0.6.41
------
@@ -1419,14 +1259,12 @@ Added several features that were slated for setuptools 0.6c12:
* Added a new function ``easy_install.get_win_launcher`` which may be used by
third-party libraries such as buildout to get a suitable script launcher.
-------
0.6.40
------
* Distribute #376: brought back cli.exe and gui.exe that were deleted in the
previous release.
-------
0.6.39
------
@@ -1438,13 +1276,11 @@ Added several features that were slated for setuptools 0.6c12:
check the contents of the file against the zip contents during each
invocation of get_resource_filename.
-------
0.6.38
------
* Distribute #371: The launcher manifest file is now installed properly.
-------
0.6.37
------
@@ -1454,7 +1290,6 @@ Added several features that were slated for setuptools 0.6c12:
in `this Microsoft article
<http://technet.microsoft.com/en-us/library/cc709628%28WS.10%29.aspx>`_.
-------
0.6.36
------
@@ -1464,7 +1299,6 @@ Added several features that were slated for setuptools 0.6c12:
under Windows. Easy_install now skips all directories when processing
metadata scripts.
-------
0.6.35
------
@@ -1476,13 +1310,11 @@ how it parses version numbers.
0.6. Updated the documentation to match more closely with the version
parsing as intended in setuptools 0.6.
-------
0.6.34
------
* Distribute #341: 0.6.33 fails to build under Python 2.4.
-------
0.6.33
------
@@ -1495,7 +1327,6 @@ how it parses version numbers.
for details.
* Distribute #341: Fix a ResourceWarning.
-------
0.6.32
------
@@ -1504,7 +1335,6 @@ how it parses version numbers.
* Distribute #335: Backed out `setup_requires` superceding installed requirements
until regression can be addressed.
-------
0.6.31
------
@@ -1529,14 +1359,12 @@ how it parses version numbers.
would have been in had that egg been on the path when pkg_resources was
first imported.
-------
0.6.30
------
* Distribute #328: Clean up temporary directories in distribute_setup.py.
* Fix fatal bug in distribute_setup.py.
-------
0.6.29
------
@@ -1568,7 +1396,6 @@ how it parses version numbers.
* `distribute_setup.py` now allows a `--download-base` argument for retrieving
distribute from a specified location.
-------
0.6.28
------
@@ -1578,7 +1405,6 @@ how it parses version numbers.
* Distribute #283: Fix and disable scanning of `*.pyc` / `*.pyo` files on
Python 3.3.
-------
0.6.27
------
@@ -1589,7 +1415,6 @@ how it parses version numbers.
* Distribute #231: Don't fiddle with system python when used with buildout
(bootstrap.py)
-------
0.6.26
------
@@ -1598,7 +1423,6 @@ how it parses version numbers.
installation of a source distribution; now fulfillment of setup_requires
dependencies will honor the parameters passed to easy_install.
-------
0.6.25
------
@@ -1614,13 +1438,11 @@ how it parses version numbers.
449.
* Distribute #273: Legacy script launchers now install with Python2/3 support.
-------
0.6.24
------
* Distribute #249: Added options to exclude 2to3 fixers
-------
0.6.23
------
@@ -1636,13 +1458,11 @@ how it parses version numbers.
* Distribute #227: easy_install now passes its arguments to setup.py bdist_egg
* Distribute #225: Fixed a NameError on Python 2.5, 2.4
-------
0.6.21
------
* Distribute #225: FIxed a regression on py2.4
-------
0.6.20
------
@@ -1650,19 +1470,16 @@ how it parses version numbers.
* Distribute #212: Fix issue where easy_instal fails on Python 3 on windows installer.
* Distribute #213: Fix typo in documentation.
-------
0.6.19
------
* Distribute #206: AttributeError: 'HTTPMessage' object has no attribute 'getheaders'
-------
0.6.18
------
* Distribute #210: Fixed a regression introduced by Distribute #204 fix.
-------
0.6.17
------
@@ -1675,7 +1492,6 @@ how it parses version numbers.
* Distribute #205: Sandboxing doesn't preserve working_set. Leads to setup_requires
problems.
-------
0.6.16
------
@@ -1685,7 +1501,6 @@ how it parses version numbers.
* Distribute #195: Cython build support.
* Distribute #200: Issues with recognizing 64-bit packages on Windows.
-------
0.6.15
------
@@ -1693,7 +1508,6 @@ how it parses version numbers.
* Several issues under Python 3 has been solved.
* Distribute #146: Fixed missing DLL files after easy_install of windows exe package.
-------
0.6.14
------
@@ -1703,7 +1517,6 @@ how it parses version numbers.
Thanks to David and Zooko.
* Distribute #174: Fixed the edit mode when its used with setuptools itself
-------
0.6.13
------
@@ -1712,13 +1525,11 @@ how it parses version numbers.
* Distribute #163: scan index links before external links, and don't use the md5 when
comparing two distributions
-------
0.6.12
------
* Distribute #149: Fixed various failures on 2.3/2.4
-------
0.6.11
------
@@ -1735,7 +1546,6 @@ how it parses version numbers.
* Distribute #138: cant_write_to_target error when setup_requires is used.
* Distribute #147: respect the sys.dont_write_bytecode flag
-------
0.6.10
------
@@ -1743,7 +1553,6 @@ how it parses version numbers.
zc.buildout uses the exception message to get the name of the
distribution.
------
0.6.9
-----
@@ -1770,14 +1579,12 @@ how it parses version numbers.
* Distribute #100: making sure there's no SandboxViolation when
the setup script patches setuptools.
------
0.6.8
-----
* Added "check_packages" in dist. (added in Setuptools 0.6c11)
* Fixed the DONT_PATCH_SETUPTOOLS state.
------
0.6.7
-----
@@ -1802,14 +1609,12 @@ how it parses version numbers.
* Distribute #74: no_fake should be True by default.
* Distribute #72: avoid a bootstrapping issue with easy_install -U
------
0.6.6
-----
* Unified the bootstrap file so it works on both py2.x and py3k without 2to3
(patch by Holger Krekel)
------
0.6.5
-----
@@ -1828,7 +1633,6 @@ how it parses version numbers.
* Fixed a hole in sandboxing allowing builtin file to write outside of
the sandbox.
------
0.6.4
-----
@@ -1840,7 +1644,6 @@ how it parses version numbers.
* Fixed a bootstrap bug on the use_setuptools() API.
------
0.6.3
-----
@@ -1854,7 +1657,6 @@ bootstrapping
* Fixed a bug in sorting that caused bootstrap to fail on Python 3.
------
0.6.2
-----
@@ -1886,7 +1688,6 @@ bootstrapping
* Make sure setuptools is patched when running through easy_install
This closes Old Setuptools #40.
------
0.6.1
-----
@@ -1914,7 +1715,6 @@ bootstrapping
and --root or --prefix is provided, but is not in the same location.
This closes Distribute #10.
----
0.6
---
@@ -1957,7 +1757,6 @@ easy_install
* Immediately close all file handles. This closes Distribute #3.
------
0.6c9
-----
@@ -1998,7 +1797,6 @@ easy_install
gracefully under Google App Engine (with an ``ImportError`` loading the
C-based module, instead of getting a ``NameError``).
------
0.6c7
-----
@@ -2009,7 +1807,6 @@ easy_install
``--root`` or ``--single-version-externally-managed``, due to the
parent package not having the child package as an attribute.
------
0.6c6
-----
@@ -2033,7 +1830,6 @@ easy_install
* Fix ``find_packages()`` treating ``ez_setup`` and directories with ``.`` in
their names as packages.
------
0.6c5
-----
@@ -2043,7 +1839,6 @@ easy_install
* Fix uploaded ``bdist_wininst`` packages being described as suitable for
"any" version by Python 2.5, even if a ``--target-version`` was specified.
------
0.6c4
-----
@@ -2073,13 +1868,11 @@ easy_install
listed a namespace package ``foo.bar`` without explicitly listing ``foo``
as a namespace package.
------
0.6c3
-----
* Fixed breakages caused by Subversion 1.4's new "working copy" format
------
0.6c2
-----
@@ -2090,7 +1883,6 @@ easy_install
* Running ``setup.py develop`` on a setuptools-using project will now install
setuptools if needed, instead of only downloading the egg.
------
0.6c1
-----
@@ -2114,7 +1906,6 @@ easy_install
the version was overridden on the command line that built the source
distribution.)
------
0.6b4
-----
@@ -2127,7 +1918,6 @@ easy_install
* Fixed redundant warnings about missing ``README`` file(s); it should now
appear only if you are actually a source distribution.
------
0.6b3
-----
@@ -2138,7 +1928,6 @@ easy_install
``include_package_data`` and ``package_data`` are used to refer to the same
files.
------
0.6b1
-----
@@ -2146,7 +1935,6 @@ easy_install
the name of a ``.py`` loader/wrapper. (Python's import machinery ignores
this suffix when searching for an extension module.)
-------
0.6a11
------
@@ -2180,13 +1968,11 @@ easy_install
it. Previously, the file could be left open and the actual error would be
masked by problems trying to remove the open file on Windows systems.
-------
0.6a10
------
* Fixed the ``develop`` command ignoring ``--find-links``.
------
0.6a9
-----
@@ -2238,7 +2024,6 @@ easy_install
back into an ``.egg`` file or directory and install it as such.
------
0.6a8
-----
@@ -2266,13 +2051,11 @@ easy_install
metadata cache to pretend that the egg has valid version information, until
it has a chance to make it actually be so (via the ``egg_info`` command).
------
0.6a5
-----
* Fixed missing gui/cli .exe files in distribution. Fixed bugs in tests.
------
0.6a3
-----
@@ -2280,7 +2063,6 @@ easy_install
on Windows and other platforms. (The special handling is only for Windows;
other platforms are treated the same as for ``console_scripts``.)
------
0.6a2
-----
@@ -2289,7 +2071,6 @@ easy_install
scripts get an ``.exe`` wrapper so you can just type their name. On other
platforms, the scripts are written without a file extension.
------
0.6a1
-----
@@ -2335,7 +2116,6 @@ easy_install
or documented, and never would have worked without EasyInstall - which it
pre-dated and was never compatible with.
-------
0.5a12
------
@@ -2343,14 +2123,12 @@ easy_install
``python -m``, and marks them as unsafe for zipping, since Python 2.4 can't
handle ``-m`` on zipped modules.
-------
0.5a11
------
* Fix breakage of the "develop" command that was caused by the addition of
``--always-unzip`` to the ``easy_install`` command.
------
0.5a9
-----
@@ -2385,7 +2163,6 @@ easy_install
* Fixed the swapped ``-d`` and ``-b`` options of ``bdist_egg``.
------
0.5a8
-----
@@ -2413,7 +2190,6 @@ easy_install
* Added a "setopt" command that sets a single option in a specified distutils
configuration file.
------
0.5a7
-----
@@ -2421,7 +2197,6 @@ easy_install
fix for "upload" and a temporary workaround for lack of .egg support in
PyPI.
------
0.5a6
-----
@@ -2440,7 +2215,6 @@ easy_install
revisions compare *lower* than the version specified in setup.py (e.g. by
using ``--tag-build=dev``).
------
0.5a5
-----
@@ -2468,7 +2242,6 @@ easy_install
accordingly. ``easy_install.py`` is still installed as a script, but not as
a module.
------
0.5a4
-----
@@ -2484,7 +2257,6 @@ easy_install
* Setup scripts using setuptools now always install using ``easy_install``
internally, for ease of uninstallation and upgrading.
------
0.5a1
-----
@@ -2499,7 +2271,6 @@ easy_install
from setuptools import setup
# etc...
------
0.4a2
-----
@@ -2527,7 +2298,6 @@ easy_install
their ``command_consumes_arguments`` attribute to ``True`` in order to
receive an ``args`` option containing the rest of the command line.
------
0.3a2
-----
@@ -2537,8 +2307,8 @@ easy_install
* Misc. bug fixes
------
0.3a1
-----
* Initial release.
+