diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-19 21:39:41 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-19 21:39:41 -0500 |
| commit | e4572e8c828cf5c82e072e01672283b5f27396a4 (patch) | |
| tree | e8cc8df65484f1f29d9e6bd0a27a362eadddd068 /CHANGES.rst | |
| parent | dcb24ad15465c266a3f258471766fbbe8fc8a42e (diff) | |
| parent | d1cef0c5aa0ca473d4b5fef6b11e5508a37663a2 (diff) | |
| download | external_python_setuptools-e4572e8c828cf5c82e072e01672283b5f27396a4.tar.gz external_python_setuptools-e4572e8c828cf5c82e072e01672283b5f27396a4.tar.bz2 external_python_setuptools-e4572e8c828cf5c82e072e01672283b5f27396a4.zip | |
Merge branch 'master' into drop-py26
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index cf596cf2..f75bb62a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,61 @@ v37.0.0 * #878: Drop support for Python 2.6. Python 2.6 users should rely on 'setuptools < 37dev'. +v36.8.0 +------- + +* #1190: In SSL support for package index operations, use SNI + where available. + +v36.7.3 +------- + +* #1175: Bug fixes to ``build_meta`` module. + +v36.7.2 +------- + +* #701: Fixed duplicate test discovery on Python 3. + +v36.7.1 +------- + +* #1193: Avoid test failures in bdist_egg when + PYTHONDONTWRITEBYTECODE is set. + +v36.7.0 +------- + +* #1054: Support ``setup_requires`` in ``setup.cfg`` files. + +v36.6.1 +------- + +* #1132: Removed redundant and costly serialization/parsing step + in ``EntryPoint.__init__``. + +* #844: ``bdist_egg --exclude-source-files`` now tested and works + on Python 3. + +v36.6.0 +------- + +* #1143: Added ``setuptools.build_meta`` module, an implementation + of PEP-517 for Setuptools-defined packages. + +* #1143: Added ``dist_info`` command for producing dist_info + metadata. + +v36.5.0 +------- + +* #170: When working with Mercurial checkouts, use Windows-friendly + syntax for suppressing output. + +* Inspired by #1134, performed substantial refactoring of + ``pkg_resources.find_on_path`` to facilitate an optimization + for paths with many non-version entries. + v36.4.0 ------- |
