Imported Upstream version 54.0.0
[platform/upstream/python3-setuptools.git] / CHANGES.rst
1 v54.0.0
2 -------
3
4
5 Breaking Changes
6 ^^^^^^^^^^^^^^^^
7 * #2582: Simplified build-from-source story by providing bootstrapping metadata in a separate egg-info directory. Build requirements no longer include setuptools itself. Sdist once again includes the pyproject.toml. Project can no longer be installed from source on pip 19.x, but install from source is still supported on pip < 19 and pip >= 20 and install from wheel is still supported with pip >= 9.
8
9 Changes
10 ^^^^^^^
11 * #1932: Handled :code:`AttributeError` by raising :code:`DistutilsSetupError` in :code:`dist.check_specifier()` when specifier is not a string -- by :user:`melissa-kun-li`
12 * #2570: Correctly parse cmdclass in setup.cfg.
13
14 Documentation changes
15 ^^^^^^^^^^^^^^^^^^^^^
16 * #2553: Added userguide example for markers in extras_require -- by :user:`pwoolvett`
17
18
19 v53.1.0
20 -------
21
22
23 Changes
24 ^^^^^^^
25 * #1937: Preserved case-sensitivity of keys in setup.cfg so that entry point names are case-sensitive. Changed sensitivity of configparser. NOTE: Any projects relying on case-insensitivity will need to adapt to accept the original case as published. -- by :user:`melissa-kun-li`
26 * #2573: Fixed error in uploading a Sphinx doc with the :code:`upload_docs` command. An html builder will be used.
27   Note: :code:`upload_docs` is deprecated for PyPi, but is supported for other sites -- by :user:`melissa-kun-li`
28
29
30 v53.0.0
31 -------
32
33
34 Breaking Changes
35 ^^^^^^^^^^^^^^^^
36 * #1527: Removed bootstrap script. Now Setuptools requires pip or another pep517-compliant builder such as 'build' to build. Now Setuptools can be installed from Github main branch.
37
38
39 v52.0.0
40 -------
41
42
43 Breaking Changes
44 ^^^^^^^^^^^^^^^^
45 * #2537: Remove fallback support for fetch_build_eggs using easy_install. Now pip is required for setup_requires to succeed.
46 * #2544: Removed 'easy_install' top-level model (runpy entry point) and 'easy_install' console script.
47 * #2545: Removed support for eggsecutables.
48
49 Changes
50 ^^^^^^^
51 * #2459: Tests now run in parallel via pytest-xdist, completing in about half the time. Special thanks to :user:`webknjaz` for hard work implementing test isolation. To run without parallelization, disable the plugin with ``tox -- -p no:xdist``.
52
53
54 v51.3.3
55 -------
56
57
58 Misc
59 ^^^^
60 * #2539: Fix AttributeError in Description validation.
61
62
63 v51.3.2
64 -------
65
66
67 Misc
68 ^^^^
69 * #1390: Validation of Description field now is more lenient, emitting a warning and mangling the value to be valid (replacing newlines with spaces).
70
71
72 v51.3.1
73 -------
74
75
76 Misc
77 ^^^^
78 * #2536: Reverted tag deduplication handling.
79
80
81 v51.3.0
82 -------
83
84
85 Changes
86 ^^^^^^^
87 * #1390: Newlines in metadata description/Summary now trigger a ValueError.
88 * #2481: Define ``create_module()`` and ``exec_module()`` methods in ``VendorImporter``
89   to get rid of ``ImportWarning`` -- by :user:`hroncok`
90 * #2489: ``pkg_resources`` behavior for zipimport now matches the regular behavior, and finds
91   ``.egg-info`` (previoulsy would only find ``.dist-info``) -- by :user:`thatch`
92 * #2529: Fixed an issue where version tags may be added multiple times
93
94
95 v51.2.0
96 -------
97
98
99 Changes
100 ^^^^^^^
101 * #2493: Use importlib.import_module() rather than the deprectated loader.load_module()
102   in pkg_resources namespace delaration -- by :user:`encukou`
103
104 Documentation changes
105 ^^^^^^^^^^^^^^^^^^^^^
106 * #2525: Fix typo in the document page about entry point. -- by :user:`jtr109`
107
108 Misc
109 ^^^^
110 * #2534: Avoid hitting network during test_easy_install.
111
112
113 v51.1.2
114 -------
115
116
117 Misc
118 ^^^^
119 * #2505: Disable inclusion of package data as it causes 'tests' to be included as data.
120
121
122 v51.1.1
123 -------
124
125
126 Misc
127 ^^^^
128 * #2534: Avoid hitting network during test_virtualenv.test_test_command.
129
130
131 v51.1.0
132 -------
133
134
135 Changes
136 ^^^^^^^
137 * #2486: Project adopts jaraco/skeleton for shared package maintenance.
138
139 Misc
140 ^^^^
141 * #2477: Restore inclusion of rst files in sdist.
142 * #2484: Setuptools has replaced the master branch with the main branch.
143 * #2485: Fixed failing test when pip 20.3+ is present.
144   -- by :user:`yan12125`
145 * #2487: Fix tests with pytest 6.2
146   -- by :user:`yan12125`
147
148
149 v51.0.0
150 -------
151
152
153 Breaking Changes
154 ^^^^^^^^^^^^^^^^
155 * #2435: Require Python 3.6 or later.
156
157 Documentation changes
158 ^^^^^^^^^^^^^^^^^^^^^
159 * #2430: Fixed inconsistent RST title nesting levels caused by #2399
160   -- by :user:`webknjaz`
161 * #2430: Fixed a typo in Sphinx docs that made docs dev section disappear
162   as a result of PR #2426 -- by :user:`webknjaz`
163
164 Misc
165 ^^^^
166 * #2471: Removed the tests that guarantee that the vendored dependencies can be built by distutils.
167
168
169 v50.3.2
170 -------
171
172
173
174 Documentation changes
175 ^^^^^^^^^^^^^^^^^^^^^
176 * #2394: Extended towncrier news template to include change note categories.
177   This allows to see what types of changes a given version introduces
178   -- by :user:`webknjaz`
179 * #2427: Started enforcing strict syntax and reference validation
180   in the Sphinx docs -- by :user:`webknjaz`
181 * #2428: Removed redundant Sphinx ``Makefile`` support -- by :user:`webknjaz`
182
183 Misc
184 ^^^^
185 * #2401: Enabled test results reporting in AppVeyor CI
186   -- by :user:`webknjaz`
187 * #2420: Replace Python 3.9.0 beta with 3.9.0 final on GitHub Actions.
188 * #2421: Python 3.9 Trove classifier got added to the dist metadata
189   -- by :user:`webknjaz`
190
191
192 v50.3.1
193 -------
194
195
196
197 Documentation changes
198 ^^^^^^^^^^^^^^^^^^^^^
199 * #2093: Finalized doc revamp.
200 * #2097: doc: simplify index and group deprecated files
201 * #2102: doc overhaul step 2: break main doc into multiple sections
202 * #2111: doc overhaul step 3: update userguide
203 * #2395: Added a ``:user:`` role to Sphinx config -- by :user:`webknjaz`
204 * #2395: Added an illustrative explanation about the change notes to fragments dir -- by :user:`webknjaz`
205
206 Misc
207 ^^^^
208 * #2379: Travis CI test suite now tests against PPC64.
209 * #2413: Suppress EOF errors (and other exceptions) when importing lib2to3.
210
211
212 v50.3.0
213 -------
214
215
216
217 Changes
218 ^^^^^^^
219 * #2368: In distutils, restore support for monkeypatched CCompiler.spawn per pypa/distutils#15.
220
221
222 v50.2.0
223 -------
224
225
226
227 Changes
228 ^^^^^^^
229 * #2355: When pip is imported as part of a build, leave distutils patched.
230 * #2380: There are some setuptools specific changes in the
231   ``setuptools.command.bdist_rpm`` module that are no longer needed, because
232   they are part of the ``bdist_rpm`` module in distutils in Python
233   3.5.0. Therefore, code was removed from ``setuptools.command.bdist_rpm``.
234
235
236 v50.1.0
237 -------
238
239
240
241 Changes
242 ^^^^^^^
243 * #2350: Setuptools reverts using the included distutils by default. Platform maintainers and system integrators and others are *strongly* encouraged to set ``SETUPTOOLS_USE_DISTUTILS=local`` to help identify and work through the reported issues with distutils adoption, mainly to file issues and pull requests with pypa/distutils such that distutils performs as needed across every supported environment.
244
245
246 v50.0.3
247 -------
248
249
250
251 Misc
252 ^^^^
253 * #2363: Restore link_libpython support on Python 3.7 and earlier (see pypa/distutils#9).
254
255
256 v50.0.2
257 -------
258
259
260
261 Misc
262 ^^^^
263 * #2352: In distutils hack, use absolute import rather than relative to avoid bpo-30876.
264
265
266 v50.0.1
267 -------
268
269
270
271 Misc
272 ^^^^
273 * #2357: Restored Python 3.5 support in distutils.util for missing ``subprocess._optim_args_from_interpreter_flags``.
274 * #2358: Restored AIX support on Python 3.8 and earlier.
275 * #2361: Add Python 3.10 support to _distutils_hack. Get the 'Loader' abstract class
276   from importlib.abc rather than importlib.util.abc (alias removed in Python
277   3.10).
278
279
280 v50.0.0
281 -------
282
283
284
285 Breaking Changes
286 ^^^^^^^^^^^^^^^^
287 * #2232: Once again, Setuptools overrides the stdlib distutils on import. For environments or invocations where this behavior is undesirable, users are provided with a temporary escape hatch. If the environment variable ``SETUPTOOLS_USE_DISTUTILS`` is set to ``stdlib``, Setuptools will fall back to the legacy behavior. Use of this escape hatch is discouraged, but it is provided to ease the transition while proper fixes for edge cases can be addressed.
288
289 Changes
290 ^^^^^^^
291 * #2334: In MSVC module, refine text in error message.
292
293
294 v49.6.0
295 -------
296
297
298
299 Changes
300 ^^^^^^^
301 * #2129: In pkg_resources, no longer detect any pathname ending in .egg as a Python egg. Now the path must be an unpacked egg or a zip file.
302
303
304 v49.5.0
305 -------
306
307
308
309 Changes
310 ^^^^^^^
311 * #2306: When running as a PEP 517 backend, setuptools does not try to install
312   ``setup_requires`` itself. They are reported as build requirements for the
313   frontend to install.
314
315
316 v49.4.0
317 -------
318
319
320
321 Changes
322 ^^^^^^^
323 * #2310: Updated vendored packaging version to 20.4.
324
325
326 v49.3.2
327 -------
328
329
330
331 Documentation changes
332 ^^^^^^^^^^^^^^^^^^^^^
333 * #2300: Improve the ``safe_version`` function documentation
334
335 Misc
336 ^^^^
337 * #2297: Once again, in stubs prefer exec_module to the deprecated load_module.
338
339
340 v49.3.1
341 -------
342
343
344
345 Changes
346 ^^^^^^^
347 * #2316: Removed warning when ``distutils`` is imported before ``setuptools`` when ``distutils`` replacement is not enabled.
348
349
350 v49.3.0
351 -------
352
353
354
355 Changes
356 ^^^^^^^
357 * #2259: Setuptools now provides a .pth file (except for editable installs of setuptools) to the target environment to ensure that when enabled, the setuptools-provided distutils is preferred before setuptools has been imported (and even if setuptools is never imported). Honors the SETUPTOOLS_USE_DISTUTILS environment variable.
358
359
360 v49.2.1
361 -------
362
363
364
365 Misc
366 ^^^^
367 * #2257: Fixed two flaws in distutils._msvccompiler.MSVCCompiler.spawn.
368
369
370 v49.2.0
371 -------
372
373
374
375 Changes
376 ^^^^^^^
377 * #2230: Now warn the user when setuptools is imported after distutils modules have been loaded (exempting PyPy for 3.6), directing the users of packages to import setuptools first.
378
379
380 v49.1.3
381 -------
382
383
384
385 Misc
386 ^^^^
387 * #2212: (Distutils) Allow spawn to accept environment. Avoid monkey-patching global state.
388 * #2249: Fix extension loading technique in stubs.
389
390
391 v49.1.2
392 -------
393
394
395
396 Changes
397 ^^^^^^^
398 * #2232: In preparation for re-enabling a local copy of distutils, Setuptools now honors an environment variable, SETUPTOOLS_USE_DISTUTILS. If set to 'stdlib' (current default), distutils will be used from the standard library. If set to 'local' (default in a imminent backward-incompatible release), the local copy of distutils will be used.
399
400
401 v49.1.1
402 -------
403
404
405
406 Misc
407 ^^^^
408 * #2094: Removed pkg_resources.py2_warn module, which is no longer reachable.
409
410
411 v49.0.1
412 -------
413
414
415
416 Misc
417 ^^^^
418 * #2228: Applied fix for pypa/distutils#3, restoring expectation that spawn will raise a DistutilsExecError when attempting to execute a missing file.
419
420
421 v49.1.0
422 -------
423
424
425
426 Changes
427 ^^^^^^^
428 * #2228: Disabled distutils adoption for now while emergent issues are addressed.
429
430
431 v49.0.0
432 -------
433
434
435
436 Breaking Changes
437 ^^^^^^^^^^^^^^^^
438 * #2165: Setuptools no longer installs a site.py file during easy_install or develop installs. As a result, .eggs on PYTHONPATH will no longer take precedence over other packages on sys.path. If this issue affects your production environment, please reach out to the maintainers at #2165.
439
440 Changes
441 ^^^^^^^
442 * #2137: Removed (private) pkg_resources.RequirementParseError, now replaced by packaging.requirements.InvalidRequirement. Kept the name for compatibility, but users should catch InvalidRequirement instead.
443 * #2180: Update vendored packaging in pkg_resources to 19.2.
444
445 Misc
446 ^^^^
447 * #2199: Fix exception causes all over the codebase by using ``raise new_exception from old_exception``
448
449
450 v48.0.0
451 -------
452
453
454
455 Breaking Changes
456 ^^^^^^^^^^^^^^^^
457 * #2143: Setuptools adopts distutils from the Python 3.9 standard library and no longer depends on distutils in the standard library. When importing ``setuptools`` or ``setuptools.distutils_patch``, Setuptools will expose its bundled version as a top-level ``distutils`` package (and unload any previously-imported top-level distutils package), retaining the expectation that ``distutils``' objects are actually Setuptools objects.
458   To avoid getting any legacy behavior from the standard library, projects are advised to always "import setuptools" prior to importing anything from distutils. This behavior happens by default when using ``pip install`` or ``pep517.build``. Workflows that rely on ``setup.py (anything)`` will need to first ensure setuptools is imported. One way to achieve this behavior without modifying code is to invoke Python thus: ``python -c "import setuptools; exec(open('setup.py').read())" (anything)``.
459
460
461 v47.3.2
462 -------
463
464
465
466 Misc
467 ^^^^
468 * #2071: Replaced references to the deprecated imp package with references to importlib
469
470
471 v47.3.1
472 -------
473
474
475
476 Misc
477 ^^^^
478 * #1973: Removed ``pkg_resources.py31compat.makedirs`` in favor of the stdlib. Use ``os.makedirs()`` instead.
479 * #2198: Restore ``__requires__`` directive in easy-install wrapper scripts.
480
481
482 v47.3.0
483 -------
484
485
486
487 Changes
488 ^^^^^^^
489 * #2197: Console script wrapper for editable installs now has a unified template and honors importlib_metadata if present for faster script execution on older Pythons.
490
491 Misc
492 ^^^^
493 * #2195: Fix broken entry points generated by easy-install (pip editable installs).
494
495
496 v47.2.0
497 -------
498
499
500
501 Changes
502 ^^^^^^^
503 * #2194: Editable-installed entry points now load significantly faster on Python versions 3.8+.
504 * #1471: Incidentally fixed by #2194 on Python 3.8 or when importlib_metadata is present.
505
506
507 v47.1.1
508 -------
509
510
511
512 Documentation changes
513 ^^^^^^^^^^^^^^^^^^^^^
514 * #2156: Update mailing list pointer in developer docs
515
516 Incorporate changes from v44.1.1:
517 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
518
519 * #2158: Avoid loading working set during ``Distribution.finalize_options`` prior to invoking ``_install_setup_requires``, broken since v42.0.0.
520
521
522 v44.1.1
523 -------
524
525
526
527 Misc
528 ^^^^
529 * #2158: Avoid loading working set during ``Distribution.finalize_options`` prior to invoking ``_install_setup_requires``, broken since v42.0.0.
530
531
532 v47.1.0
533 -------
534
535
536
537 Changes
538 ^^^^^^^
539 * #2070: In wheel-to-egg conversion, use simple pkg_resources-style namespace declaration for packages that declare namespace_packages.
540
541
542 v47.0.0
543 -------
544
545
546
547 Breaking Changes
548 ^^^^^^^^^^^^^^^^
549 * #2094: Setuptools now actively crashes under Python 2. Python 3.5 or later is required. Users of Python 2 should use ``setuptools<45``.
550
551 Changes
552 ^^^^^^^
553 * #1700: Document all supported keywords by migrating the ones from distutils.
554
555
556 v46.4.0
557 -------
558
559
560
561 Changes
562 ^^^^^^^
563 * #1753: ``attr:`` now extracts variables through rudimentary examination of the AST,
564   thereby supporting modules with third-party imports. If examining the AST
565   fails to find the variable, ``attr:`` falls back to the old behavior of
566   importing the module. Works on Python 3 only.
567
568
569 v46.3.1
570 -------
571
572 No significant changes.
573
574
575 v46.3.0
576 -------
577
578
579
580 Changes
581 ^^^^^^^
582 * #2089: Package index functionality no longer attempts to remove an md5 fragment from the index URL. This functionality, added for distribute #163 is no longer relevant.
583
584 Misc
585 ^^^^
586 * #2041: Preserve file modes during pkg files copying, but clear read only flag for target afterwards.
587 * #2105: Filter ``2to3`` deprecation warnings from ``TestDevelop.test_2to3_user_mode``.
588
589
590 v46.2.0
591 -------
592
593
594
595 Changes
596 ^^^^^^^
597 * #2040: Deprecated the ``bdist_wininst`` command. Binary packages should be built as wheels instead.
598 * #2062: Change 'Mac OS X' to 'macOS' in code.
599 * #2075: Stop recognizing files ending with ``.dist-info`` as distribution metadata.
600 * #2086: Deprecate 'use_2to3' functionality. Packagers are encouraged to use single-source solutions or build tool chains to manage conversions outside of setuptools.
601
602 Documentation changes
603 ^^^^^^^^^^^^^^^^^^^^^
604 * #1698: Added documentation for ``build_meta`` (a bare minimum, not completed).
605
606 Misc
607 ^^^^
608 * #2082: Filter ``lib2to3`` ``PendingDeprecationWarning`` and ``DeprecationWarning`` in tests,
609   because ``lib2to3`` is `deprecated in Python 3.9 <https://bugs.python.org/issue40360>`_.
610
611
612 v46.1.3
613 -------
614
615 No significant changes.
616
617
618 v46.1.2
619 -------
620
621
622
623 Misc
624 ^^^^
625 * #1458: Added template for reporting Python 2 incompatibilities.
626
627
628 v46.1.1
629 -------
630
631 No significant changes.
632
633
634 v46.1.0
635 -------
636
637
638
639 Changes
640 ^^^^^^^
641 * #308: Allow version number normalization to be bypassed by wrapping in a 'setuptools.sic()' call.
642 * #1424: Prevent keeping files mode for package_data build. It may break a build if user's package data has read only flag.
643 * #1431: In ``easy_install.check_site_dir``, ensure the installation directory exists.
644 * #1563: In ``pkg_resources`` prefer ``find_spec`` (PEP 451) to ``find_module``.
645
646 Incorporate changes from v44.1.0:
647 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
648
649 * #1704: Set sys.argv[0] in setup script run by build_meta.__legacy__
650 * #1959: Fix for Python 4: replace unsafe six.PY3 with six.PY2
651 * #1994: Fixed a bug in the "setuptools.finalize_distribution_options" hook that lead to ignoring the order attribute of entry points managed by this hook.
652
653
654 v44.1.0
655 -------
656
657
658
659 Changes
660 ^^^^^^^
661 * #1704: Set sys.argv[0] in setup script run by build_meta.__legacy__
662 * #1959: Fix for Python 4: replace unsafe six.PY3 with six.PY2
663 * #1994: Fixed a bug in the "setuptools.finalize_distribution_options" hook that lead to ignoring the order attribute of entry points managed by this hook.
664
665
666 v46.0.0
667 -------
668
669
670
671 Breaking Changes
672 ^^^^^^^^^^^^^^^^
673 * #65: Once again as in 3.0, removed the Features feature.
674
675 Changes
676 ^^^^^^^
677 * #1890: Fix vendored dependencies so importing ``setuptools.extern.some_module`` gives the same object as ``setuptools._vendor.some_module``. This makes Metadata picklable again.
678 * #1899: Test suite now fails on warnings.
679
680 Documentation changes
681 ^^^^^^^^^^^^^^^^^^^^^
682 * #2011: Fix broken link to distutils docs on package_data
683
684 Misc
685 ^^^^
686 * #1991: Include pkg_resources test data in sdist, so tests can be executed from it.
687
688
689 v45.3.0
690 -------
691
692
693
694 Changes
695 ^^^^^^^
696 * #1557: Deprecated eggsecutable scripts and updated docs.
697 * #1904: Update msvc.py to use CPython 3.8.0 mechanism to find msvc 14+
698
699
700 v45.2.0
701 -------
702
703
704
705 Changes
706 ^^^^^^^
707 * #1905: Fixed defect in _imp, introduced in 41.6.0 when the 'tests' directory is not present.
708 * #1941: Improve editable installs with PEP 518 build isolation:
709
710   * The ``--user`` option is now always available. A warning is issued if the user site directory is not available.
711   * The error shown when the install directory is not in ``PYTHONPATH`` has been turned into a warning.
712 * #1981: Setuptools now declares its ``tests`` and ``docs`` dependencies in metadata (extras).
713 * #1985: Add support for installing scripts in environments where bdist_wininst is missing (i.e. Python 3.9).
714
715 Misc
716 ^^^^
717 * #1968: Add flake8-2020 to check for misuse of sys.version or sys.version_info.
718
719
720 v45.1.0
721 -------
722
723
724
725 Changes
726 ^^^^^^^
727 * #1458: Add minimum sunset date and preamble to Python 2 warning.
728 * #1704: Set sys.argv[0] in setup script run by build_meta.__legacy__
729 * #1974: Add Python 3 Only Trove Classifier and remove universal wheel declaration for more complete transition from Python 2.
730
731
732 v45.0.0
733 -------
734
735
736
737 Breaking Changes
738 ^^^^^^^^^^^^^^^^
739 * #1458: Drop support for Python 2. Setuptools now requires Python 3.5 or later. Install setuptools using pip >=9 or pin to Setuptools <45 to maintain 2.7 support.
740
741 Changes
742 ^^^^^^^
743 * #1959: Fix for Python 4: replace unsafe six.PY3 with six.PY2
744
745
746 v44.0.0
747 -------
748
749
750
751 Breaking Changes
752 ^^^^^^^^^^^^^^^^
753 * #1908: Drop support for Python 3.4.
754
755
756 v43.0.0
757 -------
758
759
760
761 Breaking Changes
762 ^^^^^^^^^^^^^^^^
763 * #1634: Include ``pyproject.toml`` in source distribution by default. Projects relying on the previous behavior where ``pyproject.toml`` was excluded by default should stop relying on that behavior or add ``exclude pyproject.toml`` to their MANIFEST.in file.
764
765 Changes
766 ^^^^^^^
767 * #1927: Setuptools once again declares 'setuptools' in the ``build-system.requires`` and adds PEP 517 build support by declaring itself as the ``build-backend``. It additionally specifies ``build-system.backend-path`` to rely on itself for those builders that support it.
768
769
770 v42.0.2
771 -------
772
773 Changes
774 ^^^^^^^
775
776 * #1921: Fix support for easy_install's ``find-links`` option in ``setup.cfg``.
777 * #1922: Build dependencies (setup_requires and tests_require) now install transitive dependencies indicated by extras.
778
779
780 v42.0.1
781 -------
782
783
784
785 Changes
786 ^^^^^^^
787 * #1918: Fix regression in handling wheels compatibility tags.
788
789
790 v42.0.0
791 -------
792
793
794
795 Breaking Changes
796 ^^^^^^^^^^^^^^^^
797 * #1830, #1909: Mark the easy_install script and setuptools command as deprecated, and use `pip <https://pip.pypa.io/en/stable/>`_ when available to fetch/build wheels for missing ``setup_requires``/``tests_require`` requirements, with the following differences in behavior:
798    * support for ``python_requires``
799    * better support for wheels (proper handling of priority with respect to PEP 425 tags)
800    * PEP 517/518 support
801    * eggs are not supported
802    * no support for the ``allow_hosts`` easy_install option (``index_url``/``find_links`` are still honored)
803    * pip environment variables are honored (and take precedence over easy_install options)
804 * #1898: Removed the "upload" and "register" commands in favor of `twine <https://pypi.org/p/twine>`_.
805
806 Changes
807 ^^^^^^^
808 * #1767: Add support for the ``license_files`` option in ``setup.cfg`` to automatically
809   include multiple license files in a source distribution.
810 * #1829: Update handling of wheels compatibility tags:
811   * add support for manylinux2010
812   * fix use of removed 'm' ABI flag in Python 3.8 on Windows
813 * #1861: Fix empty namespace package installation from wheel.
814 * #1877: Setuptools now exposes a new entry point hook "setuptools.finalize_distribution_options", enabling plugins like `setuptools_scm <https://pypi.org/project/setuptools_scm>`_ to configure options on the distribution at finalization time.
815
816
817 v41.6.0
818 -------
819
820
821
822 Changes
823 ^^^^^^^
824 * #479: Replace usage of deprecated ``imp`` module with local re-implementation in ``setuptools._imp``.
825
826
827 v41.5.1
828 -------
829
830
831
832 Changes
833 ^^^^^^^
834 * #1891: Fix code for detecting Visual Studio's version on Windows under Python 2.
835
836
837 v41.5.0
838 -------
839
840
841
842 Changes
843 ^^^^^^^
844 * #1811: Improve Visual C++ 14.X support, mainly for Visual Studio 2017 and 2019.
845 * #1814: Fix ``pkg_resources.Requirement`` hash/equality implementation: take PEP 508 direct URL into account.
846 * #1824: Fix tests when running under ``python3.10``.
847 * #1878: Formally deprecated the ``test`` command, with the recommendation that users migrate to ``tox``.
848
849 Documentation changes
850 ^^^^^^^^^^^^^^^^^^^^^
851 * #1860: Update documentation to mention the egg format is not supported by pip and dependency links support was dropped starting with pip 19.0.
852 * #1862: Drop ez_setup documentation: deprecated for some time (last updated in 2016), and still relying on easy_install (deprecated too).
853 * #1868: Drop most documentation references to (deprecated) EasyInstall.
854 * #1884: Added a trove classifier to document support for Python 3.8.
855
856 Misc
857 ^^^^
858 * #1886: Added Python 3.8 release to the Travis test matrix.
859
860
861 v41.4.0
862 -------
863
864
865
866 Changes
867 ^^^^^^^
868 * #1847: In declarative config, now traps errors when invalid ``python_requires`` values are supplied.
869
870
871 v41.3.0
872 -------
873
874
875
876 Changes
877 ^^^^^^^
878 * #1690: When storing extras, rely on OrderedSet to retain order of extras as indicated by the packager, which will also be deterministic on Python 2.7 (with PYTHONHASHSEED unset) and Python 3.6+.
879
880 Misc
881 ^^^^
882 * #1858: Fixed failing integration test triggered by 'long_description_content_type' in packaging.
883
884
885 v41.2.0
886 -------
887
888
889
890 Changes
891 ^^^^^^^
892 * #479: Remove some usage of the deprecated ``imp`` module.
893
894 Misc
895 ^^^^
896 * #1565: Changed html_sidebars from string to list of string as per
897   https://www.sphinx-doc.org/en/master/changes.html#id58
898
899
900 v41.1.0
901 -------
902
903
904
905 Misc
906 ^^^^
907 * #1697: Moved most of the constants from setup.py to setup.cfg
908 * #1749: Fixed issue with the PEP 517 backend where building a source distribution would fail if any tarball existed in the destination directory.
909 * #1750: Fixed an issue with PEP 517 backend where wheel builds would fail if the destination directory did not already exist.
910 * #1756: Force metadata-version >= 1.2. when project urls are present.
911 * #1769: Improve ``package_data`` check: ensure the dictionary values are lists/tuples of strings.
912 * #1788: Changed compatibility fallback logic for ``html.unescape`` to avoid accessing ``HTMLParser.unescape`` when not necessary. ``HTMLParser.unescape`` is deprecated and will be removed in Python 3.9.
913 * #1790: Added the file path to the error message when a ``UnicodeDecodeError`` occurs while reading a metadata file.
914
915 Documentation changes
916 ^^^^^^^^^^^^^^^^^^^^^
917 * #1776: Use license classifiers rather than the license field.
918
919
920 v41.0.1
921 -------
922
923
924
925 Changes
926 ^^^^^^^
927 * #1671: Fixed issue with the PEP 517 backend that prevented building a wheel when the ``dist/`` directory contained existing ``.whl`` files.
928 * #1709: In test.paths_on_python_path, avoid adding unnecessary duplicates to the PYTHONPATH.
929 * #1741: In package_index, now honor "current directory" during a checkout of git and hg repositories under Windows
930
931
932 v41.0.0
933 -------
934
935
936
937 Breaking Changes
938 ^^^^^^^^^^^^^^^^
939 * #1735: When parsing setup.cfg files, setuptools now requires the files to be encoded as UTF-8. Any other encoding will lead to a UnicodeDecodeError. This change removes support for specifying an encoding using a 'coding: ' directive in the header of the file, a feature that was introduces in 40.7. Given the recent release of the aforementioned feature, it is assumed that few if any projects are utilizing the feature to specify an encoding other than UTF-8.
940
941
942 v40.9.0
943 -------
944
945
946
947 Changes
948 ^^^^^^^
949 * #1675: Added support for ``setup.cfg``-only projects when using the ``setuptools.build_meta`` backend. Projects that have enabled PEP 517 no longer need to have a ``setup.py`` and can use the purely declarative ``setup.cfg`` configuration file instead.
950 * #1720: Added support for ``pkg_resources.parse_requirements``-style requirements in ``setup_requires`` when ``setup.py`` is invoked from the ``setuptools.build_meta`` build backend.
951 * #1664: Added the path to the ``PKG-INFO`` or ``METADATA`` file in the exception
952   text when the ``Version:`` header can't be found.
953
954 Documentation changes
955 ^^^^^^^^^^^^^^^^^^^^^
956 * #1705: Removed some placeholder documentation sections referring to deprecated features.
957
958
959 v40.8.0
960 -------
961
962
963
964 Changes
965 ^^^^^^^
966 * #1652: Added the ``build_meta:__legacy__`` backend, a "compatibility mode" PEP 517 backend that can be used as the default when ``build-backend`` is left unspecified in ``pyproject.toml``.
967 * #1635: Resource paths are passed to ``pkg_resources.resource_string`` and similar no longer accept paths that traverse parents, that begin with a leading ``/``. Violations of this expectation raise DeprecationWarnings and will become errors. Additionally, any paths that are absolute on Windows are strictly disallowed and will raise ValueErrors.
968 * #1536: ``setuptools`` will now automatically include licenses if ``setup.cfg`` contains a ``license_file`` attribute, unless this file is manually excluded inside ``MANIFEST.in``.
969
970
971 v40.7.3
972 -------
973
974
975
976 Changes
977 ^^^^^^^
978 * #1670: In package_index, revert to using a copy of splituser from Python 3.8. Attempts to use ``urllib.parse.urlparse`` led to problems as reported in #1663 and #1668. This change serves as an alternative to #1499 and fixes #1668.
979
980
981 v40.7.2
982 -------
983
984
985
986 Changes
987 ^^^^^^^
988 * #1666: Restore port in URL handling in package_index.
989
990
991 v40.7.1
992 -------
993
994
995
996 Changes
997 ^^^^^^^
998 * #1660: On Python 2, when reading config files, downcast options from text to bytes to satisfy distutils expectations.
999
1000
1001 v40.7.0
1002 -------
1003
1004
1005
1006 Breaking Changes
1007 ^^^^^^^^^^^^^^^^
1008 * #1551: File inputs for the ``license`` field in ``setup.cfg`` files now explicitly raise an error.
1009
1010 Changes
1011 ^^^^^^^
1012 * #1180: Add support for non-ASCII in setup.cfg (#1062). Add support for native strings on some parameters (#1136).
1013 * #1499: ``setuptools.package_index`` no longer relies on the deprecated ``urllib.parse.splituser`` per Python #27485.
1014 * #1544: Added tests for PackageIndex.download (for git URLs).
1015 * #1625: In PEP 517 build_meta builder, ensure that sdists are built as gztar per the spec.
1016
1017
1018 v40.6.3
1019 -------
1020
1021
1022
1023 Changes
1024 ^^^^^^^
1025 * #1594: PEP 517 backend no longer declares setuptools as a dependency as it can be assumed.
1026
1027
1028 v40.6.2
1029 -------
1030
1031
1032
1033 Changes
1034 ^^^^^^^
1035 * #1592: Fix invalid dependency on external six module (instead of vendored version).
1036
1037
1038 v40.6.1
1039 -------
1040
1041
1042
1043 Changes
1044 ^^^^^^^
1045 * #1590: Fixed regression where packages without ``author`` or ``author_email`` fields generated malformed package metadata.
1046
1047
1048 v40.6.0
1049 -------
1050
1051
1052
1053 Deprecations
1054 ^^^^^^^^^^^^
1055 * #1541: Officially deprecated the ``requires`` parameter in ``setup()``.
1056
1057 Changes
1058 ^^^^^^^
1059 * #1519: In ``pkg_resources.normalize_path``, additional path normalization is now performed to ensure path values to a directory is always the same, preventing false positives when checking scripts have a consistent prefix to set up on Windows.
1060 * #1545: Changed the warning class of all deprecation warnings; deprecation warning classes are no longer derived from ``DeprecationWarning`` and are thus visible by default.
1061 * #1554: ``build_meta.build_sdist`` now includes ``setup.py`` in source distributions by default.
1062 * #1576: Started monkey-patching ``get_metadata_version`` and ``read_pkg_file`` onto ``distutils.DistributionMetadata`` to retain the correct version on the ``PKG-INFO`` file in the (deprecated) ``upload`` command.
1063
1064 Documentation changes
1065 ^^^^^^^^^^^^^^^^^^^^^
1066 * #1395: Changed Pyrex references to Cython in the documentation.
1067 * #1456: Documented that the ``rpmbuild`` packages is required for the ``bdist_rpm`` command.
1068 * #1537: Documented how to use ``setup.cfg`` for ``src/ layouts``
1069 * #1539: Added minimum version column in ``setup.cfg`` metadata table.
1070 * #1552: Fixed a minor typo in the python 2/3 compatibility documentation.
1071 * #1553: Updated installation instructions to point to ``pip install`` instead of ``ez_setup.py``.
1072 * #1560: Updated ``setuptools`` distribution documentation to remove some outdated information.
1073 * #1564: Documented ``setup.cfg`` minimum version for version and project_urls.
1074
1075 Misc
1076 ^^^^
1077 * #1533: Restricted the ``recursive-include setuptools/_vendor`` to contain only .py and .txt files.
1078 * #1572: Added the ``concurrent.futures`` backport ``futures`` to the Python 2.7 test suite requirements.
1079
1080
1081 v40.5.0
1082 -------
1083
1084
1085
1086 Changes
1087 ^^^^^^^
1088 * #1335: In ``pkg_resources.normalize_path``, fix issue on Cygwin when cwd contains symlinks.
1089 * #1502: Deprecated support for downloads from Subversion in package_index/easy_install.
1090 * #1517: Dropped use of six.u in favor of ``u""`` literals.
1091 * #1520: Added support for ``data_files`` in ``setup.cfg``.
1092
1093 Documentation changes
1094 ^^^^^^^^^^^^^^^^^^^^^
1095 * #1525: Fixed rendering of the deprecation warning in easy_install doc.
1096
1097
1098 v40.4.3
1099 -------
1100
1101
1102
1103 Changes
1104 ^^^^^^^
1105 * #1480: Bump vendored pyparsing in pkg_resources to 2.2.1.
1106
1107
1108 v40.4.2
1109 -------
1110
1111
1112
1113 Misc
1114 ^^^^
1115 * #1497: Updated gitignore in repo.
1116
1117
1118 v40.4.1
1119 -------
1120
1121
1122
1123 Changes
1124 ^^^^^^^
1125 * #1480: Bump vendored pyparsing to 2.2.1.
1126
1127
1128 v40.4.0
1129 -------
1130
1131
1132
1133 Changes
1134 ^^^^^^^
1135 * #1481: Join the sdist ``--dist-dir`` and the ``build_meta`` sdist directory argument to point to the same target (meaning the build frontend no longer needs to clean manually the dist dir to avoid multiple sdist presence, and setuptools no longer needs to handle conflicts between the two).
1136
1137
1138 v40.3.0
1139 -------
1140
1141
1142
1143 Changes
1144 ^^^^^^^
1145 * #1402: Fixed a bug with namespace packages under Python 3.6 when one package in
1146   current directory hides another which is installed.
1147 * #1427: Set timestamp of ``.egg-info`` directory whenever ``egg_info`` command is run.
1148 * #1474: ``build_meta.get_requires_for_build_sdist`` now does not include the ``wheel`` package anymore.
1149 * #1486: Suppress warnings in pkg_resources.handle_ns.
1150
1151 Misc
1152 ^^^^
1153 * #1479: Remove internal use of six.binary_type.
1154
1155
1156 v40.2.0
1157 -------
1158
1159
1160
1161 Changes
1162 ^^^^^^^
1163 * #1466: Fix handling of Unicode arguments in PEP 517 backend
1164
1165
1166 v40.1.1
1167 --------
1168
1169
1170
1171 Changes
1172 ^^^^^^^
1173 * #1465: Fix regression with ``egg_info`` command when tagging is used.
1174
1175
1176 v40.1.0
1177 -------
1178
1179
1180
1181 Changes
1182 ^^^^^^^
1183 * #1410: Deprecated ``upload`` and ``register`` commands.
1184 * #1312: Introduced find_namespace_packages() to find PEP 420 namespace packages.
1185 * #1420: Added find_namespace: directive to config parser.
1186 * #1418: Solved race in when creating egg cache directories.
1187 * #1450: Upgraded vendored PyParsing from 2.1.10 to 2.2.0.
1188 * #1451: Upgraded vendored appdirs from 1.4.0 to 1.4.3.
1189 * #1388: Fixed "Microsoft Visual C++ Build Tools" link in exception when Visual C++ not found.
1190 * #1389: Added support for scripts which have unicode content.
1191 * #1416: Moved several Python version checks over to using ``six.PY2`` and ``six.PY3``.
1192
1193 Misc
1194 ^^^^
1195 * #1441: Removed spurious executable permissions from files that don't need them.
1196
1197
1198 v40.0.0
1199 -------
1200
1201
1202
1203 Breaking Changes
1204 ^^^^^^^^^^^^^^^^
1205 * #1342: Drop support for Python 3.3.
1206
1207 Changes
1208 ^^^^^^^
1209 * #1366: In package_index, fixed handling of encoded entities in URLs.
1210 * #1383: In pkg_resources VendorImporter, avoid removing packages imported from the root.
1211
1212 Documentation changes
1213 ^^^^^^^^^^^^^^^^^^^^^
1214 * #1379: Minor doc fixes after actually using the new release process.
1215 * #1385: Removed section on non-package data files.
1216 * #1403: Fix developer's guide.
1217
1218 Misc
1219 ^^^^
1220 * #1404: Fix PEP 518 configuration: set build requirements in ``pyproject.toml`` to ``["wheel"]``.
1221
1222
1223 v39.2.0
1224 -------
1225
1226
1227
1228 Changes
1229 ^^^^^^^
1230 * #1359: Support using "file:" to load a PEP 440-compliant package version from
1231   a text file.
1232 * #1360: Fixed issue with a mismatch between the name of the package and the
1233   name of the .dist-info file in wheel files
1234 * #1364: Add ``__dir__()`` implementation to ``pkg_resources.Distribution()`` that
1235   includes the attributes in the ``_provider`` instance variable.
1236 * #1365: Take the package_dir option into account when loading the version from
1237   a module attribute.
1238
1239 Documentation changes
1240 ^^^^^^^^^^^^^^^^^^^^^
1241 * #1353: Added coverage badge to README.
1242 * #1356: Made small fixes to the developer guide documentation.
1243 * #1357: Fixed warnings in documentation builds and started enforcing that the
1244   docs build without warnings in tox.
1245 * #1376: Updated release process docs.
1246
1247 Misc
1248 ^^^^
1249 * #1343: The ``setuptools`` specific ``long_description_content_type``,
1250   ``project_urls`` and ``provides_extras`` fields are now set consistently
1251   after any ``distutils`` ``setup_keywords`` calls, allowing them to override
1252   values.
1253 * #1352: Added ``tox`` environment for documentation builds.
1254 * #1354: Added ``towncrier`` for changelog management.
1255 * #1355: Add PR template.
1256 * #1368: Fixed tests which failed without network connectivity.
1257 * #1369: Added unit tests for PEP 425 compatibility tags support.
1258 * #1372: Stop testing Python 3.3 in Travis CI, now that the latest version of
1259   ``wheel`` no longer installs on it.
1260
1261 v39.1.0
1262 -------
1263
1264 * #1340: Update all PyPI URLs to reflect the switch to the
1265   new Warehouse codebase.
1266 * #1337: In ``pkg_resources``, now support loading resources
1267   for modules loaded by the ``SourcelessFileLoader``.
1268 * #1332: Silence spurious wheel related warnings on Windows.
1269
1270 v39.0.1
1271 -------
1272
1273 * #1297: Restore Unicode handling for Maintainer fields in
1274   metadata.
1275
1276 v39.0.0
1277 -------
1278
1279 * #1296: Setuptools now vendors its own direct dependencies, no
1280   longer relying on the dependencies as vendored by pkg_resources.
1281
1282 * #296: Removed long-deprecated support for iteration on
1283   Version objects as returned by ``pkg_resources.parse_version``.
1284   Removed the ``SetuptoolsVersion`` and
1285   ``SetuptoolsLegacyVersion`` names as well. They should not
1286   have been used, but if they were, replace with
1287   ``Version`` and ``LegacyVersion`` from ``packaging.version``.
1288
1289 v38.7.0
1290 -------
1291
1292 * #1288: Add support for maintainer in PKG-INFO.
1293
1294 v38.6.1
1295 -------
1296
1297 * #1292: Avoid generating ``Provides-Extra`` in metadata when
1298   no extra is present (but environment markers are).
1299
1300 v38.6.0
1301 -------
1302
1303 * #1286: Add support for Metadata 2.1 (PEP 566).
1304
1305 v38.5.2
1306 -------
1307
1308 * #1285: Fixed RuntimeError in pkg_resources.parse_requirements
1309   on Python 3.7 (stemming from PEP 479).
1310
1311 v38.5.1
1312 -------
1313
1314 * #1271: Revert to Cython legacy ``build_ext`` behavior for
1315   compatibility.
1316
1317 v38.5.0
1318 -------
1319
1320 * #1229: Expand imports in ``build_ext`` to refine detection of
1321   Cython availability.
1322
1323 * #1270: When Cython is available, ``build_ext`` now uses the
1324   new_build_ext.
1325
1326 v38.4.1
1327 -------
1328
1329 * #1257: In bdist_egg.scan_module, fix ValueError on Python 3.7.
1330
1331 v38.4.0
1332 -------
1333
1334 * #1231: Removed warning when PYTHONDONTWRITEBYTECODE is enabled.
1335
1336 v38.3.0
1337 -------
1338
1339 * #1210: Add support for PEP 345 Project-URL metadata.
1340 * #1207: Add support for ``long_description_type`` to setup.cfg
1341   declarative config as intended and documented.
1342
1343 v38.2.5
1344 -------
1345
1346 * #1232: Fix trailing slash handling in ``pkg_resources.ZipProvider``.
1347
1348 v38.2.4
1349 -------
1350
1351 * #1220: Fix ``data_files`` handling when installing from wheel.
1352
1353 v38.2.3
1354 -------
1355
1356 * fix Travis' Python 3.3 job.
1357
1358 v38.2.2
1359 -------
1360
1361 * #1214: fix handling of namespace packages when installing
1362   from a wheel.
1363
1364 v38.2.1
1365 -------
1366
1367 * #1212: fix encoding handling of metadata when installing
1368   from a wheel.
1369
1370 v38.2.0
1371 -------
1372
1373 * #1200: easy_install now support installing from wheels:
1374   they will be installed as standalone unzipped eggs.
1375
1376 v38.1.0
1377 -------
1378
1379 * #1208: Improve error message when failing to locate scripts
1380   in egg-info metadata.
1381
1382 v38.0.0
1383 -------
1384
1385 * #458: In order to support deterministic builds, Setuptools no
1386   longer allows packages to declare ``install_requires`` as
1387   unordered sequences (sets or dicts).
1388
1389 v37.0.0
1390 -------
1391
1392 * #878: Drop support for Python 2.6. Python 2.6 users should
1393   rely on 'setuptools < 37dev'.
1394
1395 v36.8.0
1396 -------
1397
1398 * #1190: In SSL support for package index operations, use SNI
1399   where available.
1400
1401 v36.7.3
1402 -------
1403
1404 * #1175: Bug fixes to ``build_meta`` module.
1405
1406 v36.7.2
1407 -------
1408
1409 * #701: Fixed duplicate test discovery on Python 3.
1410
1411 v36.7.1
1412 -------
1413
1414 * #1193: Avoid test failures in bdist_egg when
1415   PYTHONDONTWRITEBYTECODE is set.
1416
1417 v36.7.0
1418 -------
1419
1420 * #1054: Support ``setup_requires`` in ``setup.cfg`` files.
1421
1422 v36.6.1
1423 -------
1424
1425 * #1132: Removed redundant and costly serialization/parsing step
1426   in ``EntryPoint.__init__``.
1427
1428 * #844: ``bdist_egg --exclude-source-files`` now tested and works
1429   on Python 3.
1430
1431 v36.6.0
1432 -------
1433
1434 * #1143: Added ``setuptools.build_meta`` module, an implementation
1435   of PEP-517 for Setuptools-defined packages.
1436
1437 * #1143: Added ``dist_info`` command for producing dist_info
1438   metadata.
1439
1440 v36.5.0
1441 -------
1442
1443 * #170: When working with Mercurial checkouts, use Windows-friendly
1444   syntax for suppressing output.
1445
1446 * Inspired by #1134, performed substantial refactoring of
1447   ``pkg_resources.find_on_path`` to facilitate an optimization
1448   for paths with many non-version entries.
1449
1450 v36.4.0
1451 -------
1452
1453 * #1075: Add new ``Description-Content-Type`` metadata field. `See here for
1454   documentation on how to use this field.
1455   <https://packaging.python.org/specifications/#description-content-type>`_
1456
1457 * #1068: Sort files and directories when building eggs for
1458   deterministic order.
1459
1460 * #196: Remove caching of easy_install command in fetch_build_egg.
1461   Fixes issue where ``pytest-runner-N.N`` would satisfy the installation
1462   of ``pytest``.
1463
1464 * #1129: Fix working set dependencies handling when replacing conflicting
1465   distributions (e.g. when using ``setup_requires`` with a conflicting
1466   transitive dependency, fix #1124).
1467
1468 * #1133: Improved handling of README files extensions and added
1469   Markdown to the list of searched READMES.
1470
1471 * #1135: Improve performance of pkg_resources import by not invoking
1472   ``access`` or ``stat`` and using ``os.listdir`` instead.
1473
1474 v36.3.0
1475 -------
1476
1477 * #1131: Make possible using several files within ``file:`` directive
1478   in metadata.long_description in ``setup.cfg``.
1479
1480 v36.2.7
1481 -------
1482
1483 * fix #1105: Fix handling of requirements with environment
1484   markers when declared in ``setup.cfg`` (same treatment as
1485   for #1081).
1486
1487 v36.2.6
1488 -------
1489
1490 * #462: Don't assume a directory is an egg by the ``.egg``
1491   extension alone.
1492
1493 v36.2.5
1494 -------
1495
1496 * #1093: Fix test command handler with extras_require.
1497 * #1112, #1091, #1115: Now using Trusty containers in
1498   Travis for CI and CD.
1499
1500 v36.2.4
1501 -------
1502
1503 * #1092: ``pkg_resources`` now uses ``inspect.getmro`` to
1504   resolve classes in method resolution order.
1505
1506 v36.2.3
1507 -------
1508
1509 * #1102: Restore behavior for empty extras.
1510
1511 v36.2.2
1512 -------
1513
1514 * #1099: Revert commit a3ec721, restoring intended purpose of
1515   extras as part of a requirement declaration.
1516
1517 v36.2.1
1518 -------
1519
1520 * fix #1086
1521 * fix #1087
1522 * support extras specifiers in install_requires requirements
1523
1524 v36.2.0
1525 -------
1526
1527 * #1081: Environment markers indicated in ``install_requires``
1528   are now processed and treated as nameless ``extras_require``
1529   with markers, allowing their metadata in requires.txt to be
1530   correctly generated.
1531
1532 * #1053: Tagged commits are now released using Travis-CI
1533   build stages, meaning releases depend on passing tests on
1534   all supported Python versions (Linux) and not just the latest
1535   Python version.
1536
1537 v36.1.1
1538 -------
1539
1540 * #1083: Correct ``py31compat.makedirs`` to correctly honor
1541   ``exist_ok`` parameter.
1542 * #1083: Also use makedirs compatibility throughout setuptools.
1543
1544 v36.1.0
1545 -------
1546
1547 * #1083: Avoid race condition on directory creation in
1548   ``pkg_resources.ensure_directory``.
1549
1550 * Removed deprecation of and restored support for
1551   ``upload_docs`` command for sites other than PyPI.
1552   Only warehouse is dropping support, but services like
1553   `devpi <http://doc.devpi.net/latest/>`_ continue to
1554   support docs built by setuptools' plugins. See
1555   `this comment <https://bitbucket.org/hpk42/devpi/issues/388/support-rtd-model-for-building-uploading#comment-34292423>`_
1556   for more context on the motivation for this change.
1557
1558 v36.0.1
1559 -------
1560
1561 * #1042: Fix import in py27compat module that still
1562   referenced six directly, rather than through the externs
1563   module (vendored packages hook).
1564
1565 v36.0.0
1566 -------
1567
1568 * #980 and others: Once again, Setuptools vendors all
1569   of its dependencies. It seems to be the case that in
1570   the Python ecosystem, all build tools must run without
1571   any dependencies (build, runtime, or otherwise). At
1572   such a point that a mechanism exists that allows
1573   build tools to have dependencies, Setuptools will adopt
1574   it.
1575
1576 v35.0.2
1577 -------
1578
1579 * #1015: Fix test failures on Python 3.7.
1580
1581 * #1024: Add workaround for Jython #2581 in monkey module.
1582
1583 v35.0.1
1584 -------
1585
1586 * #992: Revert change introduced in v34.4.1, now
1587   considered invalid.
1588
1589 * #1016: Revert change introduced in v35.0.0 per #1014,
1590   referencing #436. The approach had unintended
1591   consequences, causing sdist installs to be missing
1592   files.
1593
1594 v35.0.0
1595 -------
1596
1597 * #436: In egg_info.manifest_maker, no longer read
1598   the file list from the manifest file, and instead
1599   re-build it on each build. In this way, files removed
1600   from the specification will not linger in the manifest.
1601   As a result, any files manually added to the manifest
1602   will be removed on subsequent egg_info invocations.
1603   No projects should be manually adding files to the
1604   manifest and should instead use MANIFEST.in or SCM
1605   file finders to force inclusion of files in the manifest.
1606
1607 v34.4.1
1608 -------
1609
1610 * #1008: In MSVC support, use always the last version available for Windows SDK and UCRT SDK.
1611
1612 * #1008: In MSVC support, fix "vcruntime140.dll" returned path with Visual Studio 2017.
1613
1614 * #992: In msvc.msvc9_query_vcvarsall, ensure the
1615   returned dicts have str values and not Unicode for
1616   compatibility with os.environ.
1617
1618 v34.4.0
1619 -------
1620
1621 * #995: In MSVC support, add support for "Microsoft Visual Studio 2017" and "Microsoft Visual Studio Build Tools 2017".
1622
1623 * #999 via #1007: Extend support for declarative package
1624   config in a setup.cfg file to include the options
1625   ``python_requires`` and ``py_modules``.
1626
1627 v34.3.3
1628 -------
1629
1630 * #967 (and #997): Explicitly import submodules of
1631   packaging to account for environments where the imports
1632   of those submodules is not implied by other behavior.
1633
1634 v34.3.2
1635 -------
1636
1637 * #993: Fix documentation upload by correcting
1638   rendering of content-type in _build_multipart
1639   on Python 3.
1640
1641 v34.3.1
1642 -------
1643
1644 * #988: Trap ``os.unlink`` same as ``os.remove`` in
1645   ``auto_chmod`` error handler.
1646
1647 * #983: Fixes to invalid escape sequence deprecations on
1648   Python 3.6.
1649
1650 v34.3.0
1651 -------
1652
1653 * #941: In the upload command, if the username is blank,
1654   default to ``getpass.getuser()``.
1655
1656 * #971: Correct distutils findall monkeypatch to match
1657   appropriate versions (namely Python 3.4.6).
1658
1659 v34.2.0
1660 -------
1661
1662 * #966: Add support for reading dist-info metadata and
1663   thus locating Distributions from zip files.
1664
1665 * #968: Allow '+' and '!' in egg fragments
1666   so that it can take package names that contain
1667   PEP 440 conforming version specifiers.
1668
1669 v34.1.1
1670 -------
1671
1672 * #953: More aggressively employ the compatibility issue
1673   originally added in #706.
1674
1675 v34.1.0
1676 -------
1677
1678 * #930: ``build_info`` now accepts two new parameters
1679   to optimize and customize the building of C libraries.
1680
1681 v34.0.3
1682 -------
1683
1684 * #947: Loosen restriction on the version of six required,
1685   restoring compatibility with environments relying on
1686   six 1.6.0 and later.
1687
1688 v34.0.2
1689 -------
1690
1691 * #882: Ensure extras are honored when building the
1692   working set.
1693 * #913: Fix issue in develop if package directory has
1694   a trailing slash.
1695
1696 v34.0.1
1697 -------
1698
1699 * #935: Fix glob syntax in graft.
1700
1701 v34.0.0
1702 -------
1703
1704 * #581: Instead of vendoring the growing list of
1705   dependencies that Setuptools requires to function,
1706   Setuptools now requires these dependencies just like
1707   any other project. Unlike other projects, however,
1708   Setuptools cannot rely on ``setup_requires`` to
1709   demand the dependencies it needs to install because
1710   its own machinery would be necessary to pull those
1711   dependencies if not present (a bootstrapping problem).
1712   As a result, Setuptools no longer supports self upgrade or
1713   installation in the general case. Instead, users are
1714   directed to use pip to install and upgrade using the
1715   ``wheel`` distributions of setuptools.
1716
1717   Users are welcome to contrive other means to install
1718   or upgrade Setuptools using other means, such as
1719   pre-installing the Setuptools dependencies with pip
1720   or a bespoke bootstrap tool, but such usage is not
1721   recommended and is not supported.
1722
1723   As discovered in #940, not all versions of pip will
1724   successfully install Setuptools from its pre-built
1725   wheel. If you encounter issues with "No module named
1726   six" or "No module named packaging", especially
1727   following a line "Running setup.py egg_info for package
1728   setuptools", then your pip is not new enough.
1729
1730   There's an additional issue in pip where setuptools
1731   is upgraded concurrently with other source packages,
1732   described in pip #4253. The proposed workaround is to
1733   always upgrade Setuptools first prior to upgrading
1734   other packages that would upgrade Setuptools.
1735
1736 v33.1.1
1737 -------
1738
1739 * #921: Correct issue where certifi fallback not being
1740   reached on Windows.
1741
1742 v33.1.0
1743 -------
1744
1745 Installation via pip, as indicated in the `Python Packaging
1746 User's Guide <https://packaging.python.org/installing/>`_,
1747 is the officially-supported mechanism for installing
1748 Setuptools, and this recommendation is now explicit in the
1749 much more concise README.
1750
1751 Other edits and tweaks were made to the documentation. The
1752 codebase is unchanged.
1753
1754 v33.0.0
1755 -------
1756
1757 * #619: Removed support for the ``tag_svn_revision``
1758   distribution option. If Subversion tagging support is
1759   still desired, consider adding the functionality to
1760   setuptools_svn in setuptools_svn #2.
1761
1762 v32.3.1
1763 -------
1764
1765 * #866: Use ``dis.Bytecode`` on Python 3.4 and later in
1766   ``setuptools.depends``.
1767
1768 v32.3.0
1769 -------
1770
1771 * #889: Backport proposed fix for disabling interpolation in
1772   distutils.Distribution.parse_config_files.
1773
1774 v32.2.0
1775 -------
1776
1777 * #884: Restore support for running the tests under
1778   `pytest-runner <https://github.com/pytest-dev/pytest-runner>`_
1779   by ensuring that PYTHONPATH is honored in tests invoking
1780   a subprocess.
1781
1782 v32.1.3
1783 -------
1784
1785 * #706: Add rmtree compatibility shim for environments where
1786   rmtree fails when passed a unicode string.
1787
1788 v32.1.2
1789 -------
1790
1791 * #893: Only release sdist in zip format as warehouse now
1792   disallows releasing two different formats.
1793
1794 v32.1.1
1795 -------
1796
1797 * #704: More selectively ensure that 'rmtree' is not invoked with
1798   a byte string, enabling it to remove files that are non-ascii,
1799   even on Python 2.
1800
1801 * #712: In 'sandbox.run_setup', ensure that ``__file__`` is
1802   always a ``str``, modeling the behavior observed by the
1803   interpreter when invoking scripts and modules.
1804
1805 v32.1.0
1806 -------
1807
1808 * #891: In 'test' command on test failure, raise DistutilsError,
1809   suppression invocation of subsequent commands.
1810
1811 v32.0.0
1812 -------
1813
1814 * #890: Revert #849. ``global-exclude .foo`` will not match all
1815   ``*.foo`` files any more. Package authors must add an explicit
1816   wildcard, such as ``global-exclude *.foo``, to match all
1817   ``.foo`` files. See #886, #849.
1818
1819 v31.0.1
1820 -------
1821
1822 * #885: Fix regression where 'pkg_resources._rebuild_mod_path'
1823   would fail when a namespace package's '__path__' was not
1824   a list with a sort attribute.
1825
1826 v31.0.0
1827 -------
1828
1829 * #250: Install '-nspkg.pth' files for packages installed
1830   with 'setup.py develop'. These .pth files allow
1831   namespace packages installed by pip or develop to
1832   co-mingle. This change required the removal of the
1833   change for #805 and pip #1924, introduced in 28.3.0 and implicated
1834   in #870, but means that namespace packages not in a
1835   site packages directory will no longer work on Python
1836   earlier than 3.5, whereas before they would work on
1837   Python not earlier than 3.3.
1838
1839 v30.4.0
1840 -------
1841
1842 * #879: For declarative config:
1843
1844   - read_configuration() now accepts ignore_option_errors argument. This allows scraping tools to read metadata without a need to download entire packages. E.g. we can gather some stats right from GitHub repos just by downloading setup.cfg.
1845
1846   - packages find: directive now supports fine tuning from a subsection. The same arguments as for find() are accepted.
1847
1848 v30.3.0
1849 -------
1850
1851 * #394 via #862: Added support for `declarative package
1852   config in a setup.cfg file
1853   <https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files>`_.
1854
1855 v30.2.1
1856 -------
1857
1858 * #850: In test command, invoke unittest.main with
1859   indication not to exit the process.
1860
1861 v30.2.0
1862 -------
1863
1864 * #854: Bump to vendored Packaging 16.8.
1865
1866 v30.1.0
1867 -------
1868
1869 * #846: Also trap 'socket.error' when opening URLs in
1870   package_index.
1871
1872 * #849: Manifest processing now matches the filename
1873   pattern anywhere in the filename and not just at the
1874   start. Restores behavior found prior to 28.5.0.
1875
1876 v30.0.0
1877 -------
1878
1879 * #864: Drop support for Python 3.2. Systems requiring
1880   Python 3.2 support must use 'setuptools < 30'.
1881
1882 * #825: Suppress warnings for single files.
1883
1884 * #830 via #843: Once again restored inclusion of data
1885   files to sdists, but now trap TypeError caused by
1886   techniques employed rjsmin and similar.
1887
1888 v29.0.1
1889 -------
1890
1891 * #861: Re-release of v29.0.1 with the executable script
1892   launchers bundled. Now, launchers are included by default
1893   and users that want to disable this behavior must set the
1894   environment variable
1895   'SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES' to
1896   a false value like "false" or "0".
1897
1898 v29.0.0
1899 -------
1900
1901 * #841: Drop special exception for packages invoking
1902   win32com during the build/install process. See
1903   Distribute #118 for history.
1904
1905 v28.8.0
1906 -------
1907
1908 * #629: Per the discussion, refine the sorting to use version
1909   value order for more accurate detection of the latest
1910   available version when scanning for packages. See also
1911   #829.
1912
1913 * #837: Rely on the config var "SO" for Python 3.3.0 only
1914   when determining the ext filename.
1915
1916 v28.7.1
1917 -------
1918
1919 * #827: Update PyPI root for dependency links.
1920
1921 * #833: Backed out changes from #830 as the implementation
1922   seems to have problems in some cases.
1923
1924 v28.7.0
1925 -------
1926
1927 * #832: Moved much of the namespace package handling
1928   functionality into a separate module for re-use in something
1929   like #789.
1930 * #830: ``sdist`` command no longer suppresses the inclusion
1931   of data files, re-aligning with the expectation of distutils
1932   and addressing #274 and #521.
1933
1934 v28.6.1
1935 -------
1936
1937 * #816: Fix manifest file list order in tests.
1938
1939 v28.6.0
1940 -------
1941
1942 * #629: When scanning for packages, ``pkg_resources`` now
1943   ignores empty egg-info directories and gives precedence to
1944   packages whose versions are lexicographically greatest,
1945   a rough approximation for preferring the latest available
1946   version.
1947
1948 v28.5.0
1949 -------
1950
1951 * #810: Tests are now invoked with tox and not setup.py test.
1952 * #249 and #450 via #764: Avoid scanning the whole tree
1953   when building the manifest. Also fixes a long-standing bug
1954   where patterns in ``MANIFEST.in`` had implicit wildcard
1955   matching. This caused ``global-exclude .foo`` to exclude
1956   all ``*.foo`` files, but also ``global-exclude bar.py`` to
1957   exclude ``foo_bar.py``.
1958
1959 v28.4.0
1960 -------
1961
1962 * #732: Now extras with a hyphen are honored per PEP 426.
1963 * #811: Update to pyparsing 2.1.10.
1964 * Updated ``setuptools.command.sdist`` to re-use most of
1965   the functionality directly from ``distutils.command.sdist``
1966   for the ``add_defaults`` method with strategic overrides.
1967   See #750 for rationale.
1968 * #760 via #762: Look for certificate bundle where SUSE
1969   Linux typically presents it. Use ``certifi.where()`` to locate
1970   the bundle.
1971
1972 v28.3.0
1973 -------
1974
1975 * #809: In ``find_packages()``, restore support for excluding
1976   a parent package without excluding a child package.
1977
1978 * #805: Disable ``-nspkg.pth`` behavior on Python 3.3+ where
1979   PEP-420 functionality is adequate. Fixes pip #1924.
1980
1981 v28.1.0
1982 -------
1983
1984 * #803: Bump certifi to 2016.9.26.
1985
1986 v28.0.0
1987 -------
1988
1989 * #733: Do not search excluded directories for packages.
1990   This introduced a backwards incompatible change in ``find_packages()``
1991   so that ``find_packages(exclude=['foo']) == []``, excluding subpackages of ``foo``.
1992   Previously, ``find_packages(exclude=['foo']) == ['foo.bar']``,
1993   even though the parent ``foo`` package was excluded.
1994
1995 * #795: Bump certifi.
1996
1997 * #719: Suppress decoding errors and instead log a warning
1998   when metadata cannot be decoded.
1999
2000 v27.3.1
2001 -------
2002
2003 * #790: In MSVC monkeypatching, explicitly patch each
2004   function by name in the target module instead of inferring
2005   the module from the function's ``__module__``. Improves
2006   compatibility with other packages that might have previously
2007   patched distutils functions (i.e. NumPy).
2008
2009 v27.3.0
2010 -------
2011
2012 * #794: In test command, add installed eggs to PYTHONPATH
2013   when invoking tests so that subprocesses will also have the
2014   dependencies available. Fixes `tox 330
2015   <https://github.com/tox-dev/tox/issues/330>`_.
2016
2017 * #795: Update vendored pyparsing 2.1.9.
2018
2019 v27.2.0
2020 -------
2021
2022 * #520 and #513: Suppress ValueErrors in fixup_namespace_packages
2023   when lookup fails.
2024
2025 * Nicer, more consistent interfaces for msvc monkeypatching.
2026
2027 v27.1.2
2028 -------
2029
2030 * #779 via #781: Fix circular import.
2031
2032 v27.1.1
2033 -------
2034
2035 * #778: Fix MSVC monkeypatching.
2036
2037 v27.1.0
2038 -------
2039
2040 * Introduce the (private) ``monkey`` module to encapsulate
2041   the distutils monkeypatching behavior.
2042
2043 v27.0.0
2044 -------
2045
2046 * Now use Warehouse by default for
2047   ``upload``, patching ``distutils.config.PyPIRCCommand`` to
2048   affect default behavior.
2049
2050   Any config in .pypirc should be updated to replace
2051
2052     https://pypi.python.org/pypi/
2053
2054   with
2055
2056     https://upload.pypi.org/legacy/
2057
2058   Similarly, any passwords stored in the keyring should be
2059   updated to use this new value for "system".
2060
2061   The ``upload_docs`` command will continue to use the python.org
2062   site, but the command is now deprecated. Users are urged to use
2063   Read The Docs instead.
2064
2065 * #776: Use EXT_SUFFIX for py_limited_api renaming.
2066
2067 * #774 and #775: Use LegacyVersion from packaging when
2068   detecting numpy versions.
2069
2070 v26.1.1
2071 -------
2072
2073 * Re-release of 26.1.0 with pytest pinned to allow for automated
2074   deployment and thus proper packaging environment variables,
2075   fixing issues with missing executable launchers.
2076
2077 v26.1.0
2078 -------
2079
2080 * #763: ``pkg_resources.get_default_cache`` now defers to the
2081   `appdirs project <https://pypi.org/project/appdirs>`_ to
2082   resolve the cache directory. Adds a vendored dependency on
2083   appdirs to pkg_resources.
2084
2085 v26.0.0
2086 -------
2087
2088 * #748: By default, sdists are now produced in gzipped tarfile
2089   format by default on all platforms, adding forward compatibility
2090   for the same behavior in Python 3.6 (See Python #27819).
2091
2092 * #459 via #736: On Windows with script launchers,
2093   sys.argv[0] now reflects
2094   the name of the entry point, consistent with the behavior in
2095   distlib and pip wrappers.
2096
2097 * #752 via #753: When indicating ``py_limited_api`` to Extension,
2098   it must be passed as a keyword argument.
2099
2100 v25.4.0
2101 -------
2102
2103 * Add Extension(py_limited_api=True). When set to a truthy value,
2104   that extension gets a filename appropriate for code using Py_LIMITED_API.
2105   When used correctly this allows a single compiled extension to work on
2106   all future versions of CPython 3.
2107   The py_limited_api argument only controls the filename. To be
2108   compatible with multiple versions of Python 3, the C extension
2109   will also need to set -DPy_LIMITED_API=... and be modified to use
2110   only the functions in the limited API.
2111
2112 v25.3.0
2113 -------
2114
2115 * #739 Fix unquoted libpaths by fixing compatibility between ``numpy.distutils`` and ``distutils._msvccompiler`` for numpy < 1.11.2 (Fix issue #728, error also fixed in Numpy).
2116
2117 * #731: Bump certifi.
2118
2119 * Style updates. See #740, #741, #743, #744, #742, #747.
2120
2121 * #735: include license file.
2122
2123 v25.2.0
2124 -------
2125
2126 * #612 via #730: Add a LICENSE file which needs to be provided by the terms of
2127   the MIT license.
2128
2129 v25.1.6
2130 -------
2131
2132 * #725: revert ``library_dir_option`` patch (Error is related to ``numpy.distutils`` and make errors on non Numpy users).
2133
2134 v25.1.5
2135 -------
2136
2137 * #720
2138 * #723: Improve patch for ``library_dir_option``.
2139
2140 v25.1.4
2141 -------
2142
2143 * #717
2144 * #713
2145 * #707: Fix Python 2 compatibility for MSVC by catching errors properly.
2146 * #715: Fix unquoted libpaths by patching ``library_dir_option``.
2147
2148 v25.1.3
2149 -------
2150
2151 * #714 and #704: Revert fix as it breaks other components
2152   downstream that can't handle unicode. See #709, #710,
2153   and #712.
2154
2155 v25.1.2
2156 -------
2157
2158 * #704: Fix errors when installing a zip sdist that contained
2159   files named with non-ascii characters on Windows would
2160   crash the install when it attempted to clean up the build.
2161 * #646: MSVC compatibility - catch errors properly in
2162   RegistryInfo.lookup.
2163 * #702: Prevent UnboundLocalError when initial working_set
2164   is empty.
2165
2166 v25.1.1
2167 -------
2168
2169 * #686: Fix issue in sys.path ordering by pkg_resources when
2170   rewrite technique is "raw".
2171 * #699: Fix typo in msvc support.
2172
2173 v25.1.0
2174 -------
2175
2176 * #609: Setuptools will now try to download a distribution from
2177   the next possible download location if the first download fails.
2178   This means you can now specify multiple links as ``dependency_links``
2179   and all links will be tried until a working download link is encountered.
2180
2181 v25.0.2
2182 -------
2183
2184 * #688: Fix AttributeError in setup.py when invoked not from
2185   the current directory.
2186
2187 v25.0.1
2188 -------
2189
2190 * Cleanup of setup.py script.
2191
2192 * Fixed documentation builders by allowing setup.py
2193   to be imported without having bootstrapped the
2194   metadata.
2195
2196 * More style cleanup. See #677, #678, #679, #681, #685.
2197
2198 v25.0.0
2199 -------
2200
2201 * #674: Default ``sys.path`` manipulation by easy-install.pth
2202   is now "raw", meaning that when writing easy-install.pth
2203   during any install operation, the ``sys.path`` will not be
2204   rewritten and will no longer give preference to easy_installed
2205   packages.
2206
2207   To retain the old behavior when using any easy_install
2208   operation (including ``setup.py install`` when setuptools is
2209   present), set the environment variable:
2210
2211     SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite
2212
2213   This project hopes that that few if any environments find it
2214   necessary to retain the old behavior, and intends to drop
2215   support for it altogether in a future release. Please report
2216   any relevant concerns in the ticket for this change.
2217
2218 v24.3.1
2219 -------
2220
2221 * #398: Fix shebang handling on Windows in script
2222   headers where spaces in ``sys.executable`` would
2223   produce an improperly-formatted shebang header,
2224   introduced in 12.0 with the fix for #188.
2225
2226 * #663, #670: More style updates.
2227
2228 v24.3.0
2229 -------
2230
2231 * #516: Disable ``os.link`` to avoid hard linking
2232   in ``sdist.make_distribution``, avoiding errors on
2233   systems that support hard links but not on the
2234   file system in which the build is occurring.
2235
2236 v24.2.1
2237 -------
2238
2239 * #667: Update Metadata-Version to 1.2 when
2240   ``python_requires`` is supplied.
2241
2242 v24.2.0
2243 -------
2244
2245 * #631: Add support for ``python_requires`` keyword.
2246
2247 v24.1.1
2248 -------
2249
2250 * More style updates. See #660, #661, #641.
2251
2252 v24.1.0
2253 -------
2254
2255 * #659: ``setup.py`` now will fail fast and with a helpful
2256   error message when the necessary metadata is missing.
2257 * More style updates. See #656, #635, #640,
2258   #644, #650, #652, and #655.
2259
2260 v24.0.3
2261 -------
2262
2263 * Updated style in much of the codebase to match
2264   community expectations. See #632, #633, #634,
2265   #637, #639, #638, #642, #648.
2266
2267 v24.0.2
2268 -------
2269
2270 * If MSVC++14 is needed ``setuptools.msvc`` now redirect
2271   user to Visual C++ Build Tools web page.
2272
2273 v24.0.1
2274 -------
2275
2276 * #625 and #626: Fixes on ``setuptools.msvc`` mainly
2277   for Python 2 and Linux.
2278
2279 v24.0.0
2280 -------
2281
2282 * Pull Request #174: Add more aggressive support for
2283   standalone Microsoft Visual C++ compilers in
2284   msvc9compiler patch.
2285   Particularly : Windows SDK 6.1 and 7.0
2286   (MSVC++ 9.0), Windows SDK 7.1 (MSVC++ 10.0),
2287   Visual C++ Build Tools 2015 (MSVC++14)
2288 * Renamed ``setuptools.msvc9_support`` to
2289   ``setuptools.msvc``.
2290
2291 v23.2.1
2292 -------
2293
2294 Re-release of v23.2.0, which was missing the intended
2295 commits.
2296
2297 * #623: Remove used of deprecated 'U' flag when reading
2298   manifests.
2299
2300 v23.1.0
2301 -------
2302
2303 * #619: Deprecated ``tag_svn_revision`` distribution
2304   option.
2305
2306 v23.0.0
2307 -------
2308
2309 * #611: Removed ARM executables for CLI and GUI script
2310   launchers on Windows. If this was a feature you cared
2311   about, please comment in the ticket.
2312 * #604: Removed docs building support. The project
2313   now relies on documentation hosted at
2314   https://setuptools.readthedocs.io/.
2315
2316 v22.0.5
2317 -------
2318
2319 * #604: Restore repository for upload_docs command
2320   to restore publishing of docs during release.
2321
2322 v22.0.4
2323 -------
2324
2325 * #589: Upload releases to pypi.io using the upload
2326   hostname and legacy path.
2327
2328 v22.0.3
2329 -------
2330
2331 * #589: Releases are now uploaded to pypi.io (Warehouse)
2332   even when releases are made on Twine via Travis.
2333
2334 v22.0.2
2335 -------
2336
2337 * #589: Releases are now uploaded to pypi.io (Warehouse).
2338
2339 v22.0.1
2340 -------
2341
2342 * #190: On Python 2, if unicode is passed for packages to
2343   ``build_py`` command, it will be handled just as with
2344   text on Python 3.
2345
2346 v22.0.0
2347 -------
2348
2349 Intended to be v21.3.0, but jaraco accidentally released as
2350 a major bump.
2351
2352 * #598: Setuptools now lists itself first in the User-Agent
2353   for web requests, better following the guidelines in
2354   `RFC 7231
2355   <https://tools.ietf.org/html/rfc7231#section-5.5.3>`_.
2356
2357 v21.2.2
2358 -------
2359
2360 * Minor fixes to changelog and docs.
2361
2362 v21.2.1
2363 -------
2364
2365 * #261: Exclude directories when resolving globs in
2366   package_data.
2367
2368 v21.2.0
2369 -------
2370
2371 * #539: In the easy_install get_site_dirs, honor all
2372   paths found in ``site.getsitepackages``.
2373
2374 v21.1.0
2375 -------
2376
2377 * #572: In build_ext, now always import ``_CONFIG_VARS``
2378   from ``distutils`` rather than from ``sysconfig``
2379   to allow ``distutils.sysconfig.customize_compiler``
2380   configure the OS X compiler for ``-dynamiclib``.
2381
2382 v21.0.0
2383 -------
2384
2385 * Removed ez_setup.py from Setuptools sdist. The
2386   bootstrap script will be maintained in its own
2387   branch and should be generally be retrieved from
2388   its canonical location at
2389   https://bootstrap.pypa.io/ez_setup.py.
2390
2391 v20.10.0
2392 --------
2393
2394 * #553: egg_info section is now generated in a
2395   deterministic order, matching the order generated
2396   by earlier versions of Python. Except on Python 2.6,
2397   order is preserved when existing settings are present.
2398 * #556: Update to Packaging 16.7, restoring support
2399   for deprecated ``python_implmentation`` marker.
2400 * #555: Upload command now prompts for a password
2401   when uploading to PyPI (or other repository) if no
2402   password is present in .pypirc or in the keyring.
2403
2404 v20.9.0
2405 -------
2406
2407 * #548: Update certify version to 2016.2.28
2408 * #545: Safely handle deletion of non-zip eggs in rotate
2409   command.
2410
2411 v20.8.1
2412 -------
2413
2414 * Issue #544: Fix issue with extra environment marker
2415   processing in WorkingSet due to refactor in v20.7.0.
2416
2417 v20.8.0
2418 -------
2419
2420 * Issue #543: Re-release so that latest release doesn't
2421   cause déjà vu with distribute and setuptools 0.7 in
2422   older environments.
2423
2424 v20.7.0
2425 -------
2426
2427 * Refactored extra environment marker processing
2428   in WorkingSet.
2429 * Issue #533: Fixed intermittent test failures.
2430 * Issue #536: In msvc9_support, trap additional exceptions
2431   that might occur when importing
2432   ``distutils.msvc9compiler`` in mingw environments.
2433 * Issue #537: Provide better context when package
2434   metadata fails to decode in UTF-8.
2435
2436 v20.6.8
2437 -------
2438
2439 * Issue #523: Restored support for environment markers,
2440   now honoring 'extra' environment markers.
2441
2442 v20.6.7
2443 -------
2444
2445 * Issue #523: Disabled support for environment markers
2446   introduced in v20.5.
2447
2448 v20.6.6
2449 -------
2450
2451 * Issue #503: Restore support for PEP 345 environment
2452   markers by updating to Packaging 16.6.
2453
2454 v20.6.0
2455 -------
2456
2457 * New release process that relies on
2458   `bumpversion <https://github.com/peritus/bumpversion>`_
2459   and Travis CI for continuous deployment.
2460 * Project versioning semantics now follow
2461   `semver <https://semver.org>`_ precisely.
2462   The 'v' prefix on version numbers now also allows
2463   version numbers to be referenced in the changelog,
2464   e.g. http://setuptools.readthedocs.io/en/latest/history.html#v20-6-0.
2465
2466 20.5
2467 ----
2468
2469 * BB Pull Request #185, #470: Add support for environment markers
2470   in requirements in install_requires, setup_requires,
2471   tests_require as well as adding a test for the existing
2472   extra_requires machinery.
2473
2474 20.4
2475 ----
2476
2477 * Issue #422: Moved hosting to
2478   `Github <https://github.com/pypa/setuptools>`_
2479   from `Bitbucket <https://bitbucket.org/pypa/setuptools>`_.
2480   Issues have been migrated, though all issues and comments
2481   are attributed to bb-migration. So if you have a particular
2482   issue or issues to which you've been subscribed, you will
2483   want to "watch" the equivalent issue in Github.
2484   The Bitbucket project will be retained for the indefinite
2485   future, but Github now hosts the canonical project repository.
2486
2487 20.3.1
2488 ------
2489
2490 * Issue #519: Remove import hook when reloading the
2491   ``pkg_resources`` module.
2492 * BB Pull Request #184: Update documentation in ``pkg_resources``
2493   around new ``Requirement`` implementation.
2494
2495 20.3
2496 ----
2497
2498 * BB Pull Request #179: ``pkg_resources.Requirement`` objects are
2499   now a subclass of ``packaging.requirements.Requirement``,
2500   allowing any environment markers and url (if any) to be
2501   affiliated with the requirement
2502 * BB Pull Request #179: Restore use of RequirementParseError
2503   exception unintentionally dropped in 20.2.
2504
2505 20.2.2
2506 ------
2507
2508 * Issue #502: Correct regression in parsing of multiple
2509   version specifiers separated by commas and spaces.
2510
2511 20.2.1
2512 ------
2513
2514 * Issue #499: Restore compatibility for legacy versions
2515   by bumping to packaging 16.4.
2516
2517 20.2
2518 ----
2519
2520 * Changelog now includes release dates and links to PEPs.
2521 * BB Pull Request #173: Replace dual PEP 345 _markerlib implementation
2522   and PEP 426 implementation of environment marker support from
2523   packaging 16.1 and PEP 508. Fixes Issue #122.
2524   See also BB Pull Request #175, BB Pull Request #168, and
2525   BB Pull Request #164. Additionally:
2526
2527    - ``Requirement.parse`` no longer retains the order of extras.
2528    - ``parse_requirements`` now requires that all versions be
2529      PEP-440 compliant, as revealed in #499. Packages released
2530      with invalid local versions should be re-released using
2531      the proper local version syntax, e.g. ``mypkg-1.0+myorg.1``.
2532
2533 20.1.1
2534 ------
2535
2536 * Update ``upload_docs`` command to also honor keyring
2537   for password resolution.
2538
2539 20.1
2540 ----
2541
2542 * Added support for using passwords from keyring in the upload
2543   command. See `the upload docs
2544   <https://setuptools.readthedocs.io/en/latest/setuptools.html#upload-upload-source-and-or-egg-distributions-to-pypi>`_
2545   for details.
2546
2547 20.0
2548 ----
2549
2550 * Issue #118: Once again omit the package metadata (egg-info)
2551   from the list of outputs in ``--record``. This version of setuptools
2552   can no longer be used to upgrade pip earlier than 6.0.
2553
2554 19.7
2555 ----
2556
2557 * Off-project PR: `0dcee79 <https://github.com/pypa/setuptools/commit/0dcee791dfdcfacddaaec79b29f30a347a147413>`_ and `f9bd9b9 <https://github.com/pypa/setuptools/commit/f9bd9b9f5df54ef5a0bf8d16c3a889ab8c640580>`_
2558   For FreeBSD, also `honor root certificates from ca_root_nss <https://github.com/pypa/setuptools/commit/3ae46c30225eb46e1f5aada1a19e88b79f04dc72>`_.
2559
2560 19.6.2
2561 ------
2562
2563 * Issue #491: Correct regression incurred in 19.4 where
2564   a double-namespace package installed using pip would
2565   cause a TypeError.
2566
2567 19.6.1
2568 ------
2569
2570 * Restore compatibility for PyPy 3 compatibility lost in
2571   19.4.1 addressing Issue #487.
2572 * ``setuptools.launch`` shim now loads scripts in a new
2573   namespace, avoiding getting relative imports from
2574   the setuptools package on Python 2.
2575
2576 19.6
2577 ----
2578
2579 * Added a new entry script ``setuptools.launch``,
2580   implementing the shim found in
2581   ``pip.util.setuptools_build``. Use this command to launch
2582   distutils-only packages under setuptools in the same way that
2583   pip does, causing the setuptools monkeypatching of distutils
2584   to be invoked prior to invoking a script. Useful for debugging
2585   or otherwise installing a distutils-only package under
2586   setuptools when pip isn't available or otherwise does not
2587   expose the desired functionality. For example::
2588
2589     $ python -m setuptools.launch setup.py develop
2590
2591 * Issue #488: Fix dual manifestation of Extension class in
2592   extension packages installed as dependencies when Cython
2593   is present.
2594
2595 19.5
2596 ----
2597
2598 * Issue #486: Correct TypeError when getfilesystemencoding
2599   returns None.
2600 * Issue #139: Clarified the license as MIT.
2601 * BB Pull Request #169: Removed special handling of command
2602   spec in scripts for Jython.
2603
2604 19.4.1
2605 ------
2606
2607 * Issue #487: Use direct invocation of ``importlib.machinery``
2608   in ``pkg_resources`` to avoid missing detection on relevant
2609   platforms.
2610
2611 19.4
2612 ----
2613
2614 * Issue #341: Correct error in path handling of package data
2615   files in ``build_py`` command when package is empty.
2616 * Distribute #323, Issue #141, Issue #207, and
2617   BB Pull Request #167: Another implementation of
2618   ``pkg_resources.WorkingSet`` and ``pkg_resources.Distribution``
2619   that supports replacing an extant package with a new one,
2620   allowing for setup_requires dependencies to supersede installed
2621   packages for the session.
2622
2623 19.3
2624 ----
2625
2626 * Issue #229: Implement new technique for readily incorporating
2627   dependencies conditionally from vendored copies or primary
2628   locations. Adds a new dependency on six.
2629
2630 19.2
2631 ----
2632
2633 * BB Pull Request #163: Add get_command_list method to Distribution.
2634 * BB Pull Request #162: Add missing whitespace to multiline string
2635   literals.
2636
2637 19.1.1
2638 ------
2639
2640 * Issue #476: Cast version to string (using default encoding)
2641   to avoid creating Unicode types on Python 2 clients.
2642 * Issue #477: In Powershell downloader, use explicit rendering
2643   of strings, rather than rely on ``repr``, which can be
2644   incorrect (especially on Python 2).
2645
2646 19.1
2647 ----
2648
2649 * Issue #215: The bootstrap script ``ez_setup.py`` now
2650   automatically detects
2651   the latest version of setuptools (using PyPI JSON API) rather
2652   than hard-coding a particular value.
2653 * Issue #475: Fix incorrect usage in _translate_metadata2.
2654
2655 19.0
2656 ----
2657
2658 * Issue #442: Use RawConfigParser for parsing .pypirc file.
2659   Interpolated values are no longer honored in .pypirc files.
2660
2661 18.8.1
2662 ------
2663
2664 * Issue #440: Prevent infinite recursion when a SandboxViolation
2665   or other UnpickleableException occurs in a sandbox context
2666   with setuptools hidden. Fixes regression introduced in Setuptools
2667   12.0.
2668
2669 18.8
2670 ----
2671
2672 * Deprecated ``egg_info.get_pkg_info_revision``.
2673 * Issue #471: Don't rely on repr for an HTML attribute value in
2674   package_index.
2675 * Issue #419: Avoid errors in FileMetadata when the metadata directory
2676   is broken.
2677 * Issue #472: Remove deprecated use of 'U' in mode parameter
2678   when opening files.
2679
2680 18.7.1
2681 ------
2682
2683 * Issue #469: Refactored logic for Issue #419 fix to re-use metadata
2684   loading from Provider.
2685
2686 18.7
2687 ----
2688
2689 * Update dependency on certify.
2690 * BB Pull Request #160: Improve detection of gui script in
2691   ``easy_install._adjust_header``.
2692 * Made ``test.test_args`` a non-data property; alternate fix
2693   for the issue reported in BB Pull Request #155.
2694 * Issue #453: In ``ez_setup`` bootstrap module, unload all
2695   ``pkg_resources`` modules following download.
2696 * BB Pull Request #158: Honor PEP-488 when excluding
2697   files for namespace packages.
2698 * Issue #419 and BB Pull Request #144: Add experimental support for
2699   reading the version info from distutils-installed metadata rather
2700   than using the version in the filename.
2701
2702 18.6.1
2703 ------
2704
2705 * Issue #464: Correct regression in invocation of superclass on old-style
2706   class on Python 2.
2707
2708 18.6
2709 ----
2710
2711 * Issue #439: When installing entry_point scripts under development,
2712   omit the version number of the package, allowing any version of the
2713   package to be used.
2714
2715 18.5
2716 ----
2717
2718 * In preparation for dropping support for Python 3.2, a warning is
2719   now logged when pkg_resources is imported on Python 3.2 or earlier
2720   Python 3 versions.
2721 * `Add support for python_platform_implementation environment marker
2722   <https://github.com/pypa/setuptools/commit/94416707fd59a65f4a8f7f70541d6b3fc018b626>`_.
2723 * `Fix dictionary mutation during iteration
2724   <https://github.com/pypa/setuptools/commit/57ebfa41e0f96b97e599ecd931b7ae8a143e096e>`_.
2725
2726 18.4
2727 ----
2728
2729 * Issue #446: Test command now always invokes unittest, even
2730   if no test suite is supplied.
2731
2732 18.3.2
2733 ------
2734
2735 * Correct another regression in setuptools.findall
2736   where the fix for Python #12885 was lost.
2737
2738 18.3.1
2739 ------
2740
2741 * Issue #425: Correct regression in setuptools.findall.
2742
2743 18.3
2744 ----
2745
2746 * BB Pull Request #135: Setuptools now allows disabling of
2747   the manipulation of the sys.path
2748   during the processing of the easy-install.pth file. To do so, set
2749   the environment variable ``SETUPTOOLS_SYS_PATH_TECHNIQUE`` to
2750   anything but "rewrite" (consider "raw"). During any install operation
2751   with manipulation disabled, setuptools packages will be appended to
2752   sys.path naturally.
2753
2754   Future versions may change the default behavior to disable
2755   manipulation. If so, the default behavior can be retained by setting
2756   the variable to "rewrite".
2757
2758 * Issue #257: ``easy_install --version`` now shows more detail
2759   about the installation location and Python version.
2760
2761 * Refactor setuptools.findall in preparation for re-submission
2762   back to distutils.
2763
2764 18.2
2765 ----
2766
2767 * Issue #412: More efficient directory search in ``find_packages``.
2768
2769 18.1
2770 ----
2771
2772 * Upgrade to vendored packaging 15.3.
2773
2774 18.0.1
2775 ------
2776
2777 * Issue #401: Fix failure in test suite.
2778
2779 18.0
2780 ----
2781
2782 * Dropped support for builds with Pyrex. Only Cython is supported.
2783 * Issue #288: Detect Cython later in the build process, after
2784   ``setup_requires`` dependencies are resolved.
2785   Projects backed by Cython can now be readily built
2786   with a ``setup_requires`` dependency. For example::
2787
2788     ext = setuptools.Extension('mylib', ['src/CythonStuff.pyx', 'src/CStuff.c'])
2789     setuptools.setup(
2790         ...
2791         ext_modules=[ext],
2792         setup_requires=['cython'],
2793     )
2794
2795   For compatibility with older versions of setuptools, packagers should
2796   still include ``src/CythonMod.c`` in the source distributions or
2797   require that Cython be present before building source distributions.
2798   However, for systems with this build of setuptools, Cython will be
2799   downloaded on demand.
2800 * Issue #396: Fixed test failure on OS X.
2801 * BB Pull Request #136: Remove excessive quoting from shebang headers
2802   for Jython.
2803
2804 17.1.1
2805 ------
2806
2807 * Backed out unintended changes to pkg_resources, restoring removal of
2808   deprecated imp module (`ref
2809   <https://bitbucket.org/pypa/setuptools/commits/f572ec9563d647fa8d4ffc534f2af8070ea07a8b#comment-1881283>`_).
2810
2811 17.1
2812 ----
2813
2814 * Issue #380: Add support for range operators on environment
2815   marker evaluation.
2816
2817 17.0
2818 ----
2819
2820 * Issue #378: Do not use internal importlib._bootstrap module.
2821 * Issue #390: Disallow console scripts with path separators in
2822   the name. Removes unintended functionality and brings behavior
2823   into parity with pip.
2824
2825 16.0
2826 ----
2827
2828 * BB Pull Request #130: Better error messages for errors in
2829   parsed requirements.
2830 * BB Pull Request #133: Removed ``setuptools.tests`` from the
2831   installed packages.
2832 * BB Pull Request #129: Address deprecation warning due to usage
2833   of imp module.
2834
2835 15.2
2836 ----
2837
2838 * Issue #373: Provisionally expose
2839   ``pkg_resources._initialize_master_working_set``, allowing for
2840   imperative re-initialization of the master working set.
2841
2842 15.1
2843 ----
2844
2845 * Updated to Packaging 15.1 to address Packaging #28.
2846 * Fix ``setuptools.sandbox._execfile()`` with Python 3.1.
2847
2848 15.0
2849 ----
2850
2851 * BB Pull Request #126: DistributionNotFound message now lists the package or
2852   packages that required it. E.g.::
2853
2854       pkg_resources.DistributionNotFound: The 'colorama>=0.3.1' distribution was not found and is required by smlib.log.
2855
2856   Note that zc.buildout once dependended on the string rendering of this
2857   message to determine the package that was not found. This expectation
2858   has since been changed, but older versions of buildout may experience
2859   problems. See Buildout #242 for details.
2860
2861 14.3.1
2862 ------
2863
2864 * Issue #307: Removed PEP-440 warning during parsing of versions
2865   in ``pkg_resources.Distribution``.
2866 * Issue #364: Replace deprecated usage with recommended usage of
2867   ``EntryPoint.load``.
2868
2869 14.3
2870 ----
2871
2872 * Issue #254: When creating temporary egg cache on Unix, use mode 755
2873   for creating the directory to avoid the subsequent warning if
2874   the directory is group writable.
2875
2876 14.2
2877 ----
2878
2879 * Issue #137: Update ``Distribution.hashcmp`` so that Distributions with
2880   None for pyversion or platform can be compared against Distributions
2881   defining those attributes.
2882
2883 14.1.1
2884 ------
2885
2886 * Issue #360: Removed undesirable behavior from test runs, preventing
2887   write tests and installation to system site packages.
2888
2889 14.1
2890 ----
2891
2892 * BB Pull Request #125: Add ``__ne__`` to Requirement class.
2893 * Various refactoring of easy_install.
2894
2895 14.0
2896 ----
2897
2898 * Bootstrap script now accepts ``--to-dir`` to customize save directory or
2899   allow for re-use of existing repository of setuptools versions. See
2900   BB Pull Request #112 for background.
2901 * Issue #285: ``easy_install`` no longer will default to installing
2902   packages to the "user site packages" directory if it is itself installed
2903   there. Instead, the user must pass ``--user`` in all cases to install
2904   packages to the user site packages.
2905   This behavior now matches that of "pip install". To configure
2906   an environment to always install to the user site packages, consider
2907   using the "install-dir" and "scripts-dir" parameters to easy_install
2908   through an appropriate distutils config file.
2909
2910 13.0.2
2911 ------
2912
2913 * Issue #359: Include pytest.ini in the sdist so invocation of py.test on the
2914   sdist honors the pytest configuration.
2915
2916 13.0.1
2917 ------
2918
2919 Re-release of 13.0. Intermittent connectivity issues caused the release
2920 process to fail and PyPI uploads no longer accept files for 13.0.
2921
2922 13.0
2923 ----
2924
2925 * Issue #356: Back out BB Pull Request #119 as it requires Setuptools 10 or later
2926   as the source during an upgrade.
2927 * Removed build_py class from setup.py. According to 892f439d216e, this
2928   functionality was added to support upgrades from old Distribute versions,
2929   0.6.5 and 0.6.6.
2930
2931 12.4
2932 ----
2933
2934 * BB Pull Request #119: Restore writing of ``setup_requires`` to metadata
2935   (previously added in 8.4 and removed in 9.0).
2936
2937 12.3
2938 ----
2939
2940 * Documentation is now linked using the rst.linker package.
2941 * Fix ``setuptools.command.easy_install.extract_wininst_cfg()``
2942   with Python 2.6 and 2.7.
2943 * Issue #354. Added documentation on building setuptools
2944   documentation.
2945
2946 12.2
2947 ----
2948
2949 * Issue #345: Unload all modules under pkg_resources during
2950   ``ez_setup.use_setuptools()``.
2951 * Issue #336: Removed deprecation from ``ez_setup.use_setuptools``,
2952   as it is clearly still used by buildout's bootstrap. ``ez_setup``
2953   remains deprecated for use by individual packages.
2954 * Simplified implementation of ``ez_setup.use_setuptools``.
2955
2956 12.1
2957 ----
2958
2959 * BB Pull Request #118: Soften warning for non-normalized versions in
2960   Distribution.
2961
2962 12.0.5
2963 ------
2964
2965 * Issue #339: Correct Attribute reference in ``cant_write_to_target``.
2966 * Issue #336: Deprecated ``ez_setup.use_setuptools``.
2967
2968 12.0.4
2969 ------
2970
2971 * Issue #335: Fix script header generation on Windows.
2972
2973 12.0.3
2974 ------
2975
2976 * Fixed incorrect class attribute in ``install_scripts``. Tests would be nice.
2977
2978 12.0.2
2979 ------
2980
2981 * Issue #331: Fixed ``install_scripts`` command on Windows systems corrupting
2982   the header.
2983
2984 12.0.1
2985 ------
2986
2987 * Restore ``setuptools.command.easy_install.sys_executable`` for pbr
2988   compatibility. For the future, tools should construct a CommandSpec
2989   explicitly.
2990
2991 12.0
2992 ----
2993
2994 * Issue #188: Setuptools now support multiple entities in the value for
2995   ``build.executable``, such that an executable of "/usr/bin/env my-python" may
2996   be specified. This means that systems with a specified executable whose name
2997   has spaces in the path must be updated to escape or quote that value.
2998 * Deprecated ``easy_install.ScriptWriter.get_writer``, replaced by ``.best()``
2999   with slightly different semantics (no force_windows flag).
3000
3001 11.3.1
3002 ------
3003
3004 * Issue #327: Formalize and restore support for any printable character in an
3005   entry point name.
3006
3007 11.3
3008 ----
3009
3010 * Expose ``EntryPoint.resolve`` in place of EntryPoint._load, implementing the
3011   simple, non-requiring load. Deprecated all uses of ``EntryPoint._load``
3012   except for calling with no parameters, which is just a shortcut for
3013   ``ep.require(); ep.resolve();``.
3014
3015   Apps currently invoking ``ep.load(require=False)`` should instead do the
3016   following if wanting to avoid the deprecating warning::
3017
3018     getattr(ep, "resolve", lambda: ep.load(require=False))()
3019
3020 11.2
3021 ----
3022
3023 * Pip #2326: Report deprecation warning at stacklevel 2 for easier diagnosis.
3024
3025 11.1
3026 ----
3027
3028 * Issue #281: Since Setuptools 6.1 (Issue #268), a ValueError would be raised
3029   in certain cases where VersionConflict was raised with two arguments, which
3030   occurred in ``pkg_resources.WorkingSet.find``. This release adds support
3031   for indicating the dependent packages while maintaining support for
3032   a VersionConflict when no dependent package context is known. New unit tests
3033   now capture the expected interface.
3034
3035 11.0
3036 ----
3037
3038 * Interop #3: Upgrade to Packaging 15.0; updates to PEP 440 so that >1.7 does
3039   not exclude 1.7.1 but does exclude 1.7.0 and 1.7.0.post1.
3040
3041 10.2.1
3042 ------
3043
3044 * Issue #323: Fix regression in entry point name parsing.
3045
3046 10.2
3047 ----
3048
3049 * Deprecated use of EntryPoint.load(require=False). Passing a boolean to a
3050   function to select behavior is an anti-pattern. Instead use
3051   ``Entrypoint._load()``.
3052 * Substantial refactoring of all unit tests. Tests are now much leaner and
3053   re-use a lot of fixtures and contexts for better clarity of purpose.
3054
3055 10.1
3056 ----
3057
3058 * Issue #320: Added a compatibility implementation of
3059   ``sdist._default_revctrl``
3060   so that systems relying on that interface do not fail (namely, Ubuntu 12.04
3061   and similar Debian releases).
3062
3063 10.0.1
3064 ------
3065
3066 * Issue #319: Fixed issue installing pure distutils packages.
3067
3068 10.0
3069 ----
3070
3071 * Issue #313: Removed built-in support for subversion. Projects wishing to
3072   retain support for subversion will need to use a third party library. The
3073   extant implementation is being ported to `setuptools_svn
3074   <https://pypi.org/project/setuptools_svn/>`_.
3075 * Issue #315: Updated setuptools to hide its own loaded modules during
3076   installation of another package. This change will enable setuptools to
3077   upgrade (or downgrade) itself even when its own metadata and implementation
3078   change.
3079
3080 9.1
3081 ---
3082
3083 * Prefer vendored packaging library `as recommended
3084   <https://github.com/pypa/setuptools/commit/170657b68f4b92e7e1bf82f5e19a831f5744af67>`_.
3085
3086 9.0.1
3087 -----
3088
3089 * Issue #312: Restored presence of pkg_resources API tests (doctest) to sdist.
3090
3091 9.0
3092 ---
3093
3094 * Issue #314: Disabled support for ``setup_requires`` metadata to avoid issue
3095   where Setuptools was unable to upgrade over earlier versions.
3096
3097 8.4
3098 ---
3099
3100 * BB Pull Request #106: Now write ``setup_requires`` metadata.
3101
3102 8.3
3103 ---
3104
3105 * Issue #311: Decoupled pkg_resources from setuptools once again.
3106   ``pkg_resources`` is now a package instead of a module.
3107
3108 8.2.1
3109 -----
3110
3111 * Issue #306: Suppress warnings about Version format except in select scenarios
3112   (such as installation).
3113
3114 8.2
3115 ---
3116
3117 * BB Pull Request #85: Search egg-base when adding egg-info to manifest.
3118
3119 8.1
3120 ---
3121
3122 * Upgrade ``packaging`` to 14.5, giving preference to "rc" as designator for
3123   release candidates over "c".
3124 * PEP-440 warnings are now raised as their own class,
3125   ``pkg_resources.PEP440Warning``, instead of RuntimeWarning.
3126 * Disabled warnings on empty versions.
3127
3128 8.0.4
3129 -----
3130
3131 * Upgrade ``packaging`` to 14.4, fixing an error where there is a
3132   different result for if 2.0.5 is contained within >2.0dev and >2.0.dev even
3133   though normalization rules should have made them equal.
3134 * Issue #296: Add warning when a version is parsed as legacy. This warning will
3135   make it easier for developers to recognize deprecated version numbers.
3136
3137 8.0.3
3138 -----
3139
3140 * Issue #296: Restored support for ``__hash__`` on parse_version results.
3141
3142 8.0.2
3143 -----
3144
3145 * Issue #296: Restored support for ``__getitem__`` and sort operations on
3146   parse_version result.
3147
3148 8.0.1
3149 -----
3150
3151 * Issue #296: Restore support for iteration over parse_version result, but
3152   deprecated that usage with a warning. Fixes failure with buildout.
3153
3154 8.0
3155 ---
3156
3157 * Implement PEP 440 within
3158   pkg_resources and setuptools. This change
3159   deprecates some version numbers such that they will no longer be installable
3160   without using the ``===`` escape hatch. See `the changes to test_resources
3161   <https://bitbucket.org/pypa/setuptools/commits/dcd552da643c4448056de84c73d56da6d70769d5#chg-setuptools/tests/test_resources.py>`_
3162   for specific examples of version numbers and specifiers that are no longer
3163   supported. Setuptools now "vendors" the `packaging
3164   <https://github.com/pypa/packaging>`_ library.
3165
3166 7.0
3167 ---
3168
3169 * Issue #80, Issue #209: Eggs that are downloaded for ``setup_requires``,
3170   ``test_requires``, etc. are now placed in a ``./.eggs`` directory instead of
3171   directly in the current directory. This choice of location means the files
3172   can be readily managed (removed, ignored). Additionally,
3173   later phases or invocations of setuptools will not detect the package as
3174   already installed and ignore it for permanent install (See #209).
3175
3176   This change is indicated as backward-incompatible as installations that
3177   depend on the installation in the current directory will need to account for
3178   the new location. Systems that ignore ``*.egg`` will probably need to be
3179   adapted to ignore ``.eggs``. The files will need to be manually moved or
3180   will be retrieved again. Most use cases will require no attention.
3181
3182 6.1
3183 ---
3184
3185 * Issue #268: When resolving package versions, a VersionConflict now reports
3186   which package previously required the conflicting version.
3187
3188 6.0.2
3189 -----
3190
3191 * Issue #262: Fixed regression in pip install due to egg-info directories
3192   being omitted. Re-opens Issue #118.
3193
3194 6.0.1
3195 -----
3196
3197 * Issue #259: Fixed regression with namespace package handling on ``single
3198   version, externally managed`` installs.
3199
3200 6.0
3201 ---
3202
3203 * Issue #100: When building a distribution, Setuptools will no longer match
3204   default files using platform-dependent case sensitivity, but rather will
3205   only match the files if their case matches exactly. As a result, on Windows
3206   and other case-insensitive file systems, files with names such as
3207   'readme.txt' or 'README.TXT' will be omitted from the distribution and a
3208   warning will be issued indicating that 'README.txt' was not found. Other
3209   filenames affected are:
3210
3211     - README.rst
3212     - README
3213     - setup.cfg
3214     - setup.py (or the script name)
3215     - test/test*.py
3216
3217   Any users producing distributions with filenames that match those above
3218   case-insensitively, but not case-sensitively, should rename those files in
3219   their repository for better portability.
3220 * BB Pull Request #72: When using ``single_version_externally_managed``, the
3221   exclusion list now includes Python 3.2 ``__pycache__`` entries.
3222 * BB Pull Request #76 and BB Pull Request #78: lines in top_level.txt are now
3223   ordered deterministically.
3224 * Issue #118: The egg-info directory is now no longer included in the list
3225   of outputs.
3226 * Issue #258: Setuptools now patches distutils msvc9compiler to
3227   recognize the specially-packaged compiler package for easy extension module
3228   support on Python 2.6, 2.7, and 3.2.
3229
3230 5.8
3231 ---
3232
3233 * Issue #237: ``pkg_resources`` now uses explicit detection of Python 2 vs.
3234   Python 3, supporting environments where builtins have been patched to make
3235   Python 3 look more like Python 2.
3236
3237 5.7
3238 ---
3239
3240 * Issue #240: Based on real-world performance measures against 5.4, zip
3241   manifests are now cached in all circumstances. The
3242   ``PKG_RESOURCES_CACHE_ZIP_MANIFESTS`` environment variable is no longer
3243   relevant. The observed "memory increase" referenced in the 5.4 release
3244   notes and detailed in Issue #154 was likely not an increase over the status
3245   quo, but rather only an increase over not storing the zip info at all.
3246
3247 5.6
3248 ---
3249
3250 * Issue #242: Use absolute imports in svn_utils to avoid issues if the
3251   installing package adds an xml module to the path.
3252
3253 5.5.1
3254 -----
3255
3256 * Issue #239: Fix typo in 5.5 such that fix did not take.
3257
3258 5.5
3259 ---
3260
3261 * Issue #239: Setuptools now includes the setup_requires directive on
3262   Distribution objects and validates the syntax just like install_requires
3263   and tests_require directives.
3264
3265 5.4.2
3266 -----
3267
3268 * Issue #236: Corrected regression in execfile implementation for Python 2.6.
3269
3270 5.4.1
3271 -----
3272
3273 * Python #7776: (ssl_support) Correct usage of host for validation when
3274   tunneling for HTTPS.
3275
3276 5.4
3277 ---
3278
3279 * Issue #154: ``pkg_resources`` will now cache the zip manifests rather than
3280   re-processing the same file from disk multiple times, but only if the
3281   environment variable ``PKG_RESOURCES_CACHE_ZIP_MANIFESTS`` is set. Clients
3282   that package many modules in the same zip file will see some improvement
3283   in startup time by enabling this feature. This feature is not enabled by
3284   default because it causes a substantial increase in memory usage.
3285
3286 5.3
3287 ---
3288
3289 * Issue #185: Make svn tagging work on the new style SVN metadata.
3290   Thanks cazabon!
3291 * Prune revision control directories (e.g .svn) from base path
3292   as well as sub-directories.
3293
3294 5.2
3295 ---
3296
3297 * Added a `Developer Guide
3298   <https://setuptools.readthedocs.io/en/latest/developer-guide.html>`_ to the official
3299   documentation.
3300 * Some code refactoring and cleanup was done with no intended behavioral
3301   changes.
3302 * During install_egg_info, the generated lines for namespace package .pth
3303   files are now processed even during a dry run.
3304
3305 5.1
3306 ---
3307
3308 * Issue #202: Implemented more robust cache invalidation for the ZipImporter,
3309   building on the work in Issue #168. Special thanks to Jurko Gospodnetic and
3310   PJE.
3311
3312 5.0.2
3313 -----
3314
3315 * Issue #220: Restored script templates.
3316
3317 5.0.1
3318 -----
3319
3320 * Renamed script templates to end with .tmpl now that they no longer need
3321   to be processed by 2to3. Fixes spurious syntax errors during build/install.
3322
3323 5.0
3324 ---
3325
3326 * Issue #218: Re-release of 3.8.1 to signal that it supersedes 4.x.
3327 * Incidentally, script templates were updated not to include the triple-quote
3328   escaping.
3329
3330 3.7.1 and 3.8.1 and 4.0.1
3331 -------------------------
3332
3333 * Issue #213: Use legacy StringIO behavior for compatibility under pbr.
3334 * Issue #218: Setuptools 3.8.1 superseded 4.0.1, and 4.x was removed
3335   from the available versions to install.
3336
3337 4.0
3338 ---
3339
3340 * Issue #210: ``setup.py develop`` now copies scripts in binary mode rather
3341   than text mode, matching the behavior of the ``install`` command.
3342
3343 3.8
3344 ---
3345
3346 * Extend Issue #197 workaround to include all Python 3 versions prior to
3347   3.2.2.
3348
3349 3.7
3350 ---
3351
3352 * Issue #193: Improved handling of Unicode filenames when building manifests.
3353
3354 3.6
3355 ---
3356
3357 * Issue #203: Honor proxy settings for Powershell downloader in the bootstrap
3358   routine.
3359
3360 3.5.2
3361 -----
3362
3363 * Issue #168: More robust handling of replaced zip files and stale caches.
3364   Fixes ZipImportError complaining about a 'bad local header'.
3365
3366 3.5.1
3367 -----
3368
3369 * Issue #199: Restored ``install._install`` for compatibility with earlier
3370   NumPy versions.
3371
3372 3.5
3373 ---
3374
3375 * Issue #195: Follow symbolic links in find_packages (restoring behavior
3376   broken in 3.4).
3377 * Issue #197: On Python 3.1, PKG-INFO is now saved in a UTF-8 encoding instead
3378   of ``sys.getpreferredencoding`` to match the behavior on Python 2.6-3.4.
3379 * Issue #192: Preferred bootstrap location is now
3380   https://bootstrap.pypa.io/ez_setup.py (mirrored from former location).
3381
3382 3.4.4
3383 -----
3384
3385 * Issue #184: Correct failure where find_package over-matched packages
3386   when directory traversal isn't short-circuited.
3387
3388 3.4.3
3389 -----
3390
3391 * Issue #183: Really fix test command with Python 3.1.
3392
3393 3.4.2
3394 -----
3395
3396 * Issue #183: Fix additional regression in test command on Python 3.1.
3397
3398 3.4.1
3399 -----
3400
3401 * Issue #180: Fix regression in test command not caught by py.test-run tests.
3402
3403 3.4
3404 ---
3405
3406 * Issue #176: Add parameter to the test command to support a custom test
3407   runner: --test-runner or -r.
3408 * Issue #177: Now assume most common invocation to install command on
3409   platforms/environments without stack support (issuing a warning). Setuptools
3410   now installs naturally on IronPython. Behavior on CPython should be
3411   unchanged.
3412
3413 3.3
3414 ---
3415
3416 * Add ``include`` parameter to ``setuptools.find_packages()``.
3417
3418 3.2
3419 ---
3420
3421 * BB Pull Request #39: Add support for C++ targets from Cython ``.pyx`` files.
3422 * Issue #162: Update dependency on certifi to 1.0.1.
3423 * Issue #164: Update dependency on wincertstore to 0.2.
3424
3425 3.1
3426 ---
3427
3428 * Issue #161: Restore Features functionality to allow backward compatibility
3429   (for Features) until the uses of that functionality is sufficiently removed.
3430
3431 3.0.2
3432 -----
3433
3434 * Correct typo in previous bugfix.
3435
3436 3.0.1
3437 -----
3438
3439 * Issue #157: Restore support for Python 2.6 in bootstrap script where
3440   ``zipfile.ZipFile`` does not yet have support for context managers.
3441
3442 3.0
3443 ---
3444
3445 * Issue #125: Prevent Subversion support from creating a ~/.subversion
3446   directory just for checking the presence of a Subversion repository.
3447 * Issue #12: Namespace packages are now imported lazily. That is, the mere
3448   declaration of a namespace package in an egg on ``sys.path`` no longer
3449   causes it to be imported when ``pkg_resources`` is imported. Note that this
3450   change means that all of a namespace package's ``__init__.py`` files must
3451   include a ``declare_namespace()`` call in order to ensure that they will be
3452   handled properly at runtime. In 2.x it was possible to get away without
3453   including the declaration, but only at the cost of forcing namespace
3454   packages to be imported early, which 3.0 no longer does.
3455 * Issue #148: When building (bdist_egg), setuptools no longer adds
3456   ``__init__.py`` files to namespace packages. Any packages that rely on this
3457   behavior will need to create ``__init__.py`` files and include the
3458   ``declare_namespace()``.
3459 * Issue #7: Setuptools itself is now distributed as a zip archive in addition to
3460   tar archive. ez_setup.py now uses zip archive. This approach avoids the potential
3461   security vulnerabilities presented by use of tar archives in ez_setup.py.
3462   It also leverages the security features added to ZipFile.extract in Python 2.7.4.
3463 * Issue #65: Removed deprecated Features functionality.
3464 * BB Pull Request #28: Remove backport of ``_bytecode_filenames`` which is
3465   available in Python 2.6 and later, but also has better compatibility with
3466   Python 3 environments.
3467 * Issue #156: Fix spelling of __PYVENV_LAUNCHER__ variable.
3468
3469 2.2
3470 ---
3471
3472 * Issue #141: Restored fix for allowing setup_requires dependencies to
3473   override installed dependencies during setup.
3474 * Issue #128: Fixed issue where only the first dependency link was honored
3475   in a distribution where multiple dependency links were supplied.
3476
3477 2.1.2
3478 -----
3479
3480 * Issue #144: Read long_description using codecs module to avoid errors
3481   installing on systems where LANG=C.
3482
3483 2.1.1
3484 -----
3485
3486 * Issue #139: Fix regression in re_finder for CVS repos (and maybe Git repos
3487   as well).
3488
3489 2.1
3490 ---
3491
3492 * Issue #129: Suppress inspection of ``*.whl`` files when searching for files
3493   in a zip-imported file.
3494 * Issue #131: Fix RuntimeError when constructing an egg fetcher.
3495
3496 2.0.2
3497 -----
3498
3499 * Fix NameError during installation with Python implementations (e.g. Jython)
3500   not containing parser module.
3501 * Fix NameError in ``sdist:re_finder``.
3502
3503 2.0.1
3504 -----
3505
3506 * Issue #124: Fixed error in list detection in upload_docs.
3507
3508 2.0
3509 ---
3510
3511 * Issue #121: Exempt lib2to3 pickled grammars from DirectorySandbox.
3512 * Issue #41: Dropped support for Python 2.4 and Python 2.5. Clients requiring
3513   setuptools for those versions of Python should use setuptools 1.x.
3514 * Removed ``setuptools.command.easy_install.HAS_USER_SITE``. Clients
3515   expecting this boolean variable should use ``site.ENABLE_USER_SITE``
3516   instead.
3517 * Removed ``pkg_resources.ImpWrapper``. Clients that expected this class
3518   should use ``pkgutil.ImpImporter`` instead.
3519
3520 1.4.2
3521 -----
3522
3523 * Issue #116: Correct TypeError when reading a local package index on Python
3524   3.
3525
3526 1.4.1
3527 -----
3528
3529 * Issue #114: Use ``sys.getfilesystemencoding`` for decoding config in
3530   ``bdist_wininst`` distributions.
3531
3532 * Issue #105 and Issue #113: Establish a more robust technique for
3533   determining the terminal encoding::
3534
3535     1. Try ``getpreferredencoding``
3536     2. If that returns US_ASCII or None, try the encoding from
3537        ``getdefaultlocale``. If that encoding was a "fallback" because Python
3538        could not figure it out from the environment or OS, encoding remains
3539        unresolved.
3540     3. If the encoding is resolved, then make sure Python actually implements
3541        the encoding.
3542     4. On the event of an error or unknown codec, revert to fallbacks
3543        (UTF-8 on Darwin, ASCII on everything else).
3544     5. On the encoding is 'mac-roman' on Darwin, use UTF-8 as 'mac-roman' was
3545        a bug on older Python releases.
3546
3547     On a side note, it would seem that the encoding only matters for when SVN
3548     does not yet support ``--xml`` and when getting repository and svn version
3549     numbers. The ``--xml`` technique should yield UTF-8 according to some
3550     messages on the SVN mailing lists. So if the version numbers are always
3551     7-bit ASCII clean, it may be best to only support the file parsing methods
3552     for legacy SVN releases and support for SVN without the subprocess command
3553     would simple go away as support for the older SVNs does.
3554
3555 1.4
3556 ---
3557
3558 * Issue #27: ``easy_install`` will now use credentials from .pypirc if
3559   present for connecting to the package index.
3560 * BB Pull Request #21: Omit unwanted newlines in ``package_index._encode_auth``
3561   when the username/password pair length indicates wrapping.
3562
3563 1.3.2
3564 -----
3565
3566 * Issue #99: Fix filename encoding issues in SVN support.
3567
3568 1.3.1
3569 -----
3570
3571 * Remove exuberant warning in SVN support when SVN is not used.
3572
3573 1.3
3574 ---
3575
3576 * Address security vulnerability in SSL match_hostname check as reported in
3577   Python #17997.
3578 * Prefer `backports.ssl_match_hostname
3579   <https://pypi.org/project/backports.ssl_match_hostname/>`_ for backport
3580   implementation if present.
3581 * Correct NameError in ``ssl_support`` module (``socket.error``).
3582
3583 1.2
3584 ---
3585
3586 * Issue #26: Add support for SVN 1.7. Special thanks to Philip Thiem for the
3587   contribution.
3588 * Issue #93: Wheels are now distributed with every release. Note that as
3589   reported in Issue #108, as of Pip 1.4, scripts aren't installed properly
3590   from wheels. Therefore, if using Pip to install setuptools from a wheel,
3591   the ``easy_install`` command will not be available.
3592 * Setuptools "natural" launcher support, introduced in 1.0, is now officially
3593   supported.
3594
3595 1.1.7
3596 -----
3597
3598 * Fixed behavior of NameError handling in 'script template (dev).py' (script
3599   launcher for 'develop' installs).
3600 * ``ez_setup.py`` now ensures partial downloads are cleaned up following
3601   a failed download.
3602 * Distribute #363 and Issue #55: Skip an sdist test that fails on locales
3603   other than UTF-8.
3604
3605 1.1.6
3606 -----
3607
3608 * Distribute #349: ``sandbox.execfile`` now opens the target file in binary
3609   mode, thus honoring a BOM in the file when compiled.
3610
3611 1.1.5
3612 -----
3613
3614 * Issue #69: Second attempt at fix (logic was reversed).
3615
3616 1.1.4
3617 -----
3618
3619 * Issue #77: Fix error in upload command (Python 2.4).
3620
3621 1.1.3
3622 -----
3623
3624 * Fix NameError in previous patch.
3625
3626 1.1.2
3627 -----
3628
3629 * Issue #69: Correct issue where 404 errors are returned for URLs with
3630   fragments in them (such as #egg=).
3631
3632 1.1.1
3633 -----
3634
3635 * Issue #75: Add ``--insecure`` option to ez_setup.py to accommodate
3636   environments where a trusted SSL connection cannot be validated.
3637 * Issue #76: Fix AttributeError in upload command with Python 2.4.
3638
3639 1.1
3640 ---
3641
3642 * Issue #71 (Distribute #333): EasyInstall now puts less emphasis on the
3643   condition when a host is blocked via ``--allow-hosts``.
3644 * Issue #72: Restored Python 2.4 compatibility in ``ez_setup.py``.
3645
3646 1.0
3647 ---
3648
3649 * Issue #60: On Windows, Setuptools supports deferring to another launcher,
3650   such as Vinay Sajip's `pylauncher <https://bitbucket.org/pypa/pylauncher>`_
3651   (included with Python 3.3) to launch console and GUI scripts and not install
3652   its own launcher executables. This experimental functionality is currently
3653   only enabled if  the ``SETUPTOOLS_LAUNCHER`` environment variable is set to
3654   "natural". In the future, this behavior may become default, but only after
3655   it has matured and seen substantial adoption. The ``SETUPTOOLS_LAUNCHER``
3656   also accepts "executable" to force the default behavior of creating launcher
3657   executables.
3658 * Issue #63: Bootstrap script (ez_setup.py) now prefers Powershell, curl, or
3659   wget for retrieving the Setuptools tarball for improved security of the
3660   install. The script will still fall back to a simple ``urlopen`` on
3661   platforms that do not have these tools.
3662 * Issue #65: Deprecated the ``Features`` functionality.
3663 * Issue #52: In ``VerifyingHTTPSConn``, handle a tunnelled (proxied)
3664   connection.
3665
3666 Backward-Incompatible Changes
3667 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3668
3669 This release includes a couple of backward-incompatible changes, but most if
3670 not all users will find 1.0 a drop-in replacement for 0.9.
3671
3672 * Issue #50: Normalized API of environment marker support. Specifically,
3673   removed line number and filename from SyntaxErrors when returned from
3674   ``pkg_resources.invalid_marker``. Any clients depending on the specific
3675   string representation of exceptions returned by that function may need to
3676   be updated to account for this change.
3677 * Issue #50: SyntaxErrors generated by ``pkg_resources.invalid_marker`` are
3678   normalized for cross-implementation consistency.
3679 * Removed ``--ignore-conflicts-at-my-risk`` and ``--delete-conflicting``
3680   options to easy_install. These options have been deprecated since 0.6a11.
3681
3682 0.9.8
3683 -----
3684
3685 * Issue #53: Fix NameErrors in ``_vcs_split_rev_from_url``.
3686
3687 0.9.7
3688 -----
3689
3690 * Issue #49: Correct AttributeError on PyPy where a hashlib.HASH object does
3691   not have a ``.name`` attribute.
3692 * Issue #34: Documentation now refers to bootstrap script in code repository
3693   referenced by bookmark.
3694 * Add underscore-separated keys to environment markers (markerlib).
3695
3696 0.9.6
3697 -----
3698
3699 * Issue #44: Test failure on Python 2.4 when MD5 hash doesn't have a ``.name``
3700   attribute.
3701
3702 0.9.5
3703 -----
3704
3705 * Python #17980: Fix security vulnerability in SSL certificate validation.
3706
3707 0.9.4
3708 -----
3709
3710 * Issue #43: Fix issue (introduced in 0.9.1) with version resolution when
3711   upgrading over other releases of Setuptools.
3712
3713 0.9.3
3714 -----
3715
3716 * Issue #42: Fix new ``AttributeError`` introduced in last fix.
3717
3718 0.9.2
3719 -----
3720
3721 * Issue #42: Fix regression where blank checksums would trigger an
3722   ``AttributeError``.
3723
3724 0.9.1
3725 -----
3726
3727 * Distribute #386: Allow other positional and keyword arguments to os.open.
3728 * Corrected dependency on certifi mis-referenced in 0.9.
3729
3730 0.9
3731 ---
3732
3733 * ``package_index`` now validates hashes other than MD5 in download links.
3734
3735 0.8
3736 ---
3737
3738 * Code base now runs on Python 2.4 - Python 3.3 without Python 2to3
3739   conversion.
3740
3741 0.7.8
3742 -----
3743
3744 * Distribute #375: Yet another fix for yet another regression.
3745
3746 0.7.7
3747 -----
3748
3749 * Distribute #375: Repair AttributeError created in last release (redo).
3750 * Issue #30: Added test for get_cache_path.
3751
3752 0.7.6
3753 -----
3754
3755 * Distribute #375: Repair AttributeError created in last release.
3756
3757 0.7.5
3758 -----
3759
3760 * Issue #21: Restore Python 2.4 compatibility in ``test_easy_install``.
3761 * Distribute #375: Merged additional warning from Distribute 0.6.46.
3762 * Now honor the environment variable
3763   ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now
3764   deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``.
3765
3766 0.7.4
3767 -----
3768
3769 * Issue #20: Fix comparison of parsed SVN version on Python 3.
3770
3771 0.7.3
3772 -----
3773
3774 * Issue #1: Disable installation of Windows-specific files on non-Windows systems.
3775 * Use new sysconfig module with Python 2.7 or >=3.2.
3776
3777 0.7.2
3778 -----
3779
3780 * Issue #14: Use markerlib when the ``parser`` module is not available.
3781 * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI.
3782
3783 0.7.1
3784 -----
3785
3786 * Fix NameError (Issue #3) again - broken in bad merge.
3787
3788 0.7
3789 ---
3790
3791 * Merged Setuptools and Distribute. See docs/merge.txt for details.
3792
3793 Added several features that were slated for setuptools 0.6c12:
3794
3795 * Index URL now defaults to HTTPS.
3796 * Added experimental environment marker support. Now clients may designate a
3797   PEP-426 environment marker for "extra" dependencies. Setuptools uses this
3798   feature in ``setup.py`` for optional SSL and certificate validation support
3799   on older platforms. Based on Distutils-SIG discussions, the syntax is
3800   somewhat tentative. There should probably be a PEP with a firmer spec before
3801   the feature should be considered suitable for use.
3802 * Added support for SSL certificate validation when installing packages from
3803   an HTTPS service.
3804
3805 0.7b4
3806 -----
3807
3808 * Issue #3: Fixed NameError in SSL support.
3809
3810 0.6.49
3811 ------
3812
3813 * Move warning check in ``get_cache_path`` to follow the directory creation
3814   to avoid errors when the cache path does not yet exist. Fixes the error
3815   reported in Distribute #375.
3816
3817 0.6.48
3818 ------
3819
3820 * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
3821   0.6.46 (redo).
3822
3823 0.6.47
3824 ------
3825
3826 * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
3827   0.6.46.
3828
3829 0.6.46
3830 ------
3831
3832 * Distribute #375: Issue a warning if the PYTHON_EGG_CACHE or otherwise
3833   customized egg cache location specifies a directory that's group- or
3834   world-writable.
3835
3836 0.6.45
3837 ------
3838
3839 * Distribute #379: ``distribute_setup.py`` now traps VersionConflict as well,
3840   restoring ability to upgrade from an older setuptools version.
3841
3842 0.6.44
3843 ------
3844
3845 * ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to
3846   satisfy use_setuptools.
3847
3848 0.6.43
3849 ------
3850
3851 * Distribute #378: Restore support for Python 2.4 Syntax (regression in 0.6.42).
3852
3853 0.6.42
3854 ------
3855
3856 * External links finder no longer yields duplicate links.
3857 * Distribute #337: Moved site.py to setuptools/site-patch.py (graft of very old
3858   patch from setuptools trunk which inspired PR #31).
3859
3860 0.6.41
3861 ------
3862
3863 * Distribute #27: Use public api for loading resources from zip files rather than
3864   the private method ``_zip_directory_cache``.
3865 * Added a new function ``easy_install.get_win_launcher`` which may be used by
3866   third-party libraries such as buildout to get a suitable script launcher.
3867
3868 0.6.40
3869 ------
3870
3871 * Distribute #376: brought back cli.exe and gui.exe that were deleted in the
3872   previous release.
3873
3874 0.6.39
3875 ------
3876
3877 * Add support for console launchers on ARM platforms.
3878 * Fix possible issue in GUI launchers where the subsystem was not supplied to
3879   the linker.
3880 * Launcher build script now refactored for robustness.
3881 * Distribute #375: Resources extracted from a zip egg to the file system now also
3882   check the contents of the file against the zip contents during each
3883   invocation of get_resource_filename.
3884
3885 0.6.38
3886 ------
3887
3888 * Distribute #371: The launcher manifest file is now installed properly.
3889
3890 0.6.37
3891 ------
3892
3893 * Distribute #143: Launcher scripts, including easy_install itself, are now
3894   accompanied by a manifest on 32-bit Windows environments to avoid the
3895   Installer Detection Technology and thus undesirable UAC elevation described
3896   in `this Microsoft article
3897   <http://technet.microsoft.com/en-us/library/cc709628%28WS.10%29.aspx>`_.
3898
3899 0.6.36
3900 ------
3901
3902 * BB Pull Request #35: In Buildout #64, it was reported that
3903   under Python 3, installation of distutils scripts could attempt to copy
3904   the ``__pycache__`` directory as a file, causing an error, apparently only
3905   under Windows. Easy_install now skips all directories when processing
3906   metadata scripts.
3907
3908 0.6.35
3909 ------
3910
3911
3912 Note this release is backward-incompatible with distribute 0.6.23-0.6.34 in
3913 how it parses version numbers.
3914
3915 * Distribute #278: Restored compatibility with distribute 0.6.22 and setuptools
3916   0.6. Updated the documentation to match more closely with the version
3917   parsing as intended in setuptools 0.6.
3918
3919 0.6.34
3920 ------
3921
3922 * Distribute #341: 0.6.33 fails to build under Python 2.4.
3923
3924 0.6.33
3925 ------
3926
3927 * Fix 2 errors with Jython 2.5.
3928 * Fix 1 failure with Jython 2.5 and 2.7.
3929 * Disable workaround for Jython scripts on Linux systems.
3930 * Distribute #336: ``setup.py`` no longer masks failure exit code when tests fail.
3931 * Fix issue in pkg_resources where try/except around a platform-dependent
3932   import would trigger hook load failures on Mercurial. See pull request 32
3933   for details.
3934 * Distribute #341: Fix a ResourceWarning.
3935
3936 0.6.32
3937 ------
3938
3939 * Fix test suite with Python 2.6.
3940 * Fix some DeprecationWarnings and ResourceWarnings.
3941 * Distribute #335: Backed out ``setup_requires`` superceding installed requirements
3942   until regression can be addressed.
3943
3944 0.6.31
3945 ------
3946
3947 * Distribute #303: Make sure the manifest only ever contains UTF-8 in Python 3.
3948 * Distribute #329: Properly close files created by tests for compatibility with
3949   Jython.
3950 * Work around Jython #1980 and Jython #1981.
3951 * Distribute #334: Provide workaround for packages that reference ``sys.__stdout__``
3952   such as numpy does. This change should address
3953   `virtualenv #359 <https://github.com/pypa/virtualenv/issues/359>`_ as long
3954   as the system encoding is UTF-8 or the IO encoding is specified in the
3955   environment, i.e.::
3956
3957      PYTHONIOENCODING=utf8 pip install numpy
3958
3959 * Fix for encoding issue when installing from Windows executable on Python 3.
3960 * Distribute #323: Allow ``setup_requires`` requirements to supercede installed
3961   requirements. Added some new keyword arguments to existing pkg_resources
3962   methods. Also had to updated how __path__ is handled for namespace packages
3963   to ensure that when a new egg distribution containing a namespace package is
3964   placed on sys.path, the entries in __path__ are found in the same order they
3965   would have been in had that egg been on the path when pkg_resources was
3966   first imported.
3967
3968 0.6.30
3969 ------
3970
3971 * Distribute #328: Clean up temporary directories in distribute_setup.py.
3972 * Fix fatal bug in distribute_setup.py.
3973
3974 0.6.29
3975 ------
3976
3977 * BB Pull Request #14: Honor file permissions in zip files.
3978 * Distribute #327: Merged pull request #24 to fix a dependency problem with pip.
3979 * Merged pull request #23 to fix https://github.com/pypa/virtualenv/issues/301.
3980 * If Sphinx is installed, the ``upload_docs`` command now runs ``build_sphinx``
3981   to produce uploadable documentation.
3982 * Distribute #326: ``upload_docs`` provided mangled auth credentials under Python 3.
3983 * Distribute #320: Fix check for "createable" in distribute_setup.py.
3984 * Distribute #305: Remove a warning that was triggered during normal operations.
3985 * Distribute #311: Print metadata in UTF-8 independent of platform.
3986 * Distribute #303: Read manifest file with UTF-8 encoding under Python 3.
3987 * Distribute #301: Allow to run tests of namespace packages when using 2to3.
3988 * Distribute #304: Prevent import loop in site.py under Python 3.3.
3989 * Distribute #283: Reenable scanning of ``*.pyc`` / ``*.pyo`` files on Python 3.3.
3990 * Distribute #299: The develop command didn't work on Python 3, when using 2to3,
3991   as the egg link would go to the Python 2 source. Linking to the 2to3'd code
3992   in build/lib makes it work, although you will have to rebuild the module
3993   before testing it.
3994 * Distribute #306: Even if 2to3 is used, we build in-place under Python 2.
3995 * Distribute #307: Prints the full path when .svn/entries is broken.
3996 * Distribute #313: Support for sdist subcommands (Python 2.7)
3997 * Distribute #314: test_local_index() would fail an OS X.
3998 * Distribute #310: Non-ascii characters in a namespace __init__.py causes errors.
3999 * Distribute #218: Improved documentation on behavior of ``package_data`` and
4000   ``include_package_data``. Files indicated by ``package_data`` are now included
4001   in the manifest.
4002 * ``distribute_setup.py`` now allows a ``--download-base`` argument for retrieving
4003   distribute from a specified location.
4004
4005 0.6.28
4006 ------
4007
4008 * Distribute #294: setup.py can now be invoked from any directory.
4009 * Scripts are now installed honoring the umask.
4010 * Added support for .dist-info directories.
4011 * Distribute #283: Fix and disable scanning of ``*.pyc`` / ``*.pyo`` files on
4012   Python 3.3.
4013
4014 0.6.27
4015 ------
4016
4017 * Support current snapshots of CPython 3.3.
4018 * Distribute now recognizes README.rst as a standard, default readme file.
4019 * Exclude 'encodings' modules when removing modules from sys.modules.
4020   Workaround for #285.
4021 * Distribute #231: Don't fiddle with system python when used with buildout
4022   (bootstrap.py)
4023
4024 0.6.26
4025 ------
4026
4027 * Distribute #183: Symlinked files are now extracted from source distributions.
4028 * Distribute #227: Easy_install fetch parameters are now passed during the
4029   installation of a source distribution; now fulfillment of setup_requires
4030   dependencies will honor the parameters passed to easy_install.
4031
4032 0.6.25
4033 ------
4034
4035 * Distribute #258: Workaround a cache issue
4036 * Distribute #260: distribute_setup.py now accepts the --user parameter for
4037   Python 2.6 and later.
4038 * Distribute #262: package_index.open_with_auth no longer throws LookupError
4039   on Python 3.
4040 * Distribute #269: AttributeError when an exception occurs reading Manifest.in
4041   on late releases of Python.
4042 * Distribute #272: Prevent TypeError when namespace package names are unicode
4043   and single-install-externally-managed is used. Also fixes PIP issue
4044   449.
4045 * Distribute #273: Legacy script launchers now install with Python2/3 support.
4046
4047 0.6.24
4048 ------
4049
4050 * Distribute #249: Added options to exclude 2to3 fixers
4051
4052 0.6.23
4053 ------
4054
4055 * Distribute #244: Fixed a test
4056 * Distribute #243: Fixed a test
4057 * Distribute #239: Fixed a test
4058 * Distribute #240: Fixed a test
4059 * Distribute #241: Fixed a test
4060 * Distribute #237: Fixed a test
4061 * Distribute #238: easy_install now uses 64bit executable wrappers on 64bit Python
4062 * Distribute #208: Fixed parsed_versions, it now honors post-releases as noted in the documentation
4063 * Distribute #207: Windows cli and gui wrappers pass CTRL-C to child python process
4064 * Distribute #227: easy_install now passes its arguments to setup.py bdist_egg
4065 * Distribute #225: Fixed a NameError on Python 2.5, 2.4
4066
4067 0.6.21
4068 ------
4069
4070 * Distribute #225: FIxed a regression on py2.4
4071
4072 0.6.20
4073 ------
4074
4075 * Distribute #135: Include url in warning when processing URLs in package_index.
4076 * Distribute #212: Fix issue where easy_instal fails on Python 3 on windows installer.
4077 * Distribute #213: Fix typo in documentation.
4078
4079 0.6.19
4080 ------
4081
4082 * Distribute #206: AttributeError: 'HTTPMessage' object has no attribute 'getheaders'
4083
4084 0.6.18
4085 ------
4086
4087 * Distribute #210: Fixed a regression introduced by Distribute #204 fix.
4088
4089 0.6.17
4090 ------
4091
4092 * Support 'DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT' environment
4093   variable to allow to disable installation of easy_install-${version} script.
4094 * Support Python >=3.1.4 and >=3.2.1.
4095 * Distribute #204: Don't try to import the parent of a namespace package in
4096   declare_namespace
4097 * Distribute #196: Tolerate responses with multiple Content-Length headers
4098 * Distribute #205: Sandboxing doesn't preserve working_set. Leads to setup_requires
4099   problems.
4100
4101 0.6.16
4102 ------
4103
4104 * Builds sdist gztar even on Windows (avoiding Distribute #193).
4105 * Distribute #192: Fixed metadata omitted on Windows when package_dir
4106   specified with forward-slash.
4107 * Distribute #195: Cython build support.
4108 * Distribute #200: Issues with recognizing 64-bit packages on Windows.
4109
4110 0.6.15
4111 ------
4112
4113 * Fixed typo in bdist_egg
4114 * Several issues under Python 3 has been solved.
4115 * Distribute #146: Fixed missing DLL files after easy_install of windows exe package.
4116
4117 0.6.14
4118 ------
4119
4120 * Distribute #170: Fixed unittest failure. Thanks to Toshio.
4121 * Distribute #171: Fixed race condition in unittests cause deadlocks in test suite.
4122 * Distribute #143: Fixed a lookup issue with easy_install.
4123   Thanks to David and Zooko.
4124 * Distribute #174: Fixed the edit mode when its used with setuptools itself
4125
4126 0.6.13
4127 ------
4128
4129 * Distribute #160: 2.7 gives ValueError("Invalid IPv6 URL")
4130 * Distribute #150: Fixed using ~/.local even in a --no-site-packages virtualenv
4131 * Distribute #163: scan index links before external links, and don't use the md5 when
4132   comparing two distributions
4133
4134 0.6.12
4135 ------
4136
4137 * Distribute #149: Fixed various failures on 2.3/2.4
4138
4139 0.6.11
4140 ------
4141
4142 * Found another case of SandboxViolation - fixed
4143 * Distribute #15 and Distribute #48: Introduced a socket timeout of 15 seconds on url openings
4144 * Added indexsidebar.html into MANIFEST.in
4145 * Distribute #108: Fixed TypeError with Python3.1
4146 * Distribute #121: Fixed --help install command trying to actually install.
4147 * Distribute #112: Added an os.makedirs so that Tarek's solution will work.
4148 * Distribute #133: Added --no-find-links to easy_install
4149 * Added easy_install --user
4150 * Distribute #100: Fixed develop --user not taking '.' in PYTHONPATH into account
4151 * Distribute #134: removed spurious UserWarnings. Patch by VanLindberg
4152 * Distribute #138: cant_write_to_target error when setup_requires is used.
4153 * Distribute #147: respect the sys.dont_write_bytecode flag
4154
4155 0.6.10
4156 ------
4157
4158 * Reverted change made for the DistributionNotFound exception because
4159   zc.buildout uses the exception message to get the name of the
4160   distribution.
4161
4162 0.6.9
4163 -----
4164
4165 * Distribute #90: unknown setuptools version can be added in the working set
4166 * Distribute #87: setupt.py doesn't try to convert distribute_setup.py anymore
4167   Initial Patch by arfrever.
4168 * Distribute #89: added a side bar with a download link to the doc.
4169 * Distribute #86: fixed missing sentence in pkg_resources doc.
4170 * Added a nicer error message when a DistributionNotFound is raised.
4171 * Distribute #80: test_develop now works with Python 3.1
4172 * Distribute #93: upload_docs now works if there is an empty sub-directory.
4173 * Distribute #70: exec bit on non-exec files
4174 * Distribute #99: now the standalone easy_install command doesn't uses a
4175   "setup.cfg" if any exists in the working directory. It will use it
4176   only if triggered by ``install_requires`` from a setup.py call
4177   (install, develop, etc).
4178 * Distribute #101: Allowing ``os.devnull`` in Sandbox
4179 * Distribute #92: Fixed the "no eggs" found error with MacPort
4180   (platform.mac_ver() fails)
4181 * Distribute #103: test_get_script_header_jython_workaround not run
4182   anymore under py3 with C or POSIX local. Contributed by Arfrever.
4183 * Distribute #104: remvoved the assertion when the installation fails,
4184   with a nicer message for the end user.
4185 * Distribute #100: making sure there's no SandboxViolation when
4186   the setup script patches setuptools.
4187
4188 0.6.8
4189 -----
4190
4191 * Added "check_packages" in dist. (added in Setuptools 0.6c11)
4192 * Fixed the DONT_PATCH_SETUPTOOLS state.
4193
4194 0.6.7
4195 -----
4196
4197 * Distribute #58: Added --user support to the develop command
4198 * Distribute #11: Generated scripts now wrap their call to the script entry point
4199   in the standard "if name == 'main'"
4200 * Added the 'DONT_PATCH_SETUPTOOLS' environment variable, so virtualenv
4201   can drive an installation that doesn't patch a global setuptools.
4202 * Reviewed unladen-swallow specific change from
4203   http://code.google.com/p/unladen-swallow/source/detail?spec=svn875&r=719
4204   and determined that it no longer applies. Distribute should work fine with
4205   Unladen Swallow 2009Q3.
4206 * Distribute #21: Allow PackageIndex.open_url to gracefully handle all cases of a
4207   httplib.HTTPException instead of just InvalidURL and BadStatusLine.
4208 * Removed virtual-python.py from this distribution and updated documentation
4209   to point to the actively maintained virtualenv instead.
4210 * Distribute #64: use_setuptools no longer rebuilds the distribute egg every
4211   time it is run
4212 * use_setuptools now properly respects the requested version
4213 * use_setuptools will no longer try to import a distribute egg for the
4214   wrong Python version
4215 * Distribute #74: no_fake should be True by default.
4216 * Distribute #72: avoid a bootstrapping issue with easy_install -U
4217
4218 0.6.6
4219 -----
4220
4221 * Unified the bootstrap file so it works on both py2.x and py3k without 2to3
4222   (patch by Holger Krekel)
4223
4224 0.6.5
4225 -----
4226
4227 * Distribute #65: cli.exe and gui.exe are now generated at build time,
4228   depending on the platform in use.
4229
4230 * Distribute #67: Fixed doc typo (PEP 381/PEP 382).
4231
4232 * Distribute no longer shadows setuptools if we require a 0.7-series
4233   setuptools. And an error is raised when installing a 0.7 setuptools with
4234   distribute.
4235
4236 * When run from within buildout, no attempt is made to modify an existing
4237   setuptools egg, whether in a shared egg directory or a system setuptools.
4238
4239 * Fixed a hole in sandboxing allowing builtin file to write outside of
4240   the sandbox.
4241
4242 0.6.4
4243 -----
4244
4245 * Added the generation of ``distribute_setup_3k.py`` during the release.
4246   This closes Distribute #52.
4247
4248 * Added an upload_docs command to easily upload project documentation to
4249   PyPI's https://pythonhosted.org. This close issue Distribute #56.
4250
4251 * Fixed a bootstrap bug on the use_setuptools() API.
4252
4253 0.6.3
4254 -----
4255
4256 setuptools
4257 ^^^^^^^^^^
4258
4259 * Fixed a bunch of calls to file() that caused crashes on Python 3.
4260
4261 bootstrapping
4262 ^^^^^^^^^^^^^
4263
4264 * Fixed a bug in sorting that caused bootstrap to fail on Python 3.
4265
4266 0.6.2
4267 -----
4268
4269 setuptools
4270 ^^^^^^^^^^
4271
4272 * Added Python 3 support; see docs/python3.txt.
4273   This closes Old Setuptools #39.
4274
4275 * Added option to run 2to3 automatically when installing on Python 3.
4276   This closes issue Distribute #31.
4277
4278 * Fixed invalid usage of requirement.parse, that broke develop -d.
4279   This closes Old Setuptools #44.
4280
4281 * Fixed script launcher for 64-bit Windows.
4282   This closes Old Setuptools #2.
4283
4284 * KeyError when compiling extensions.
4285   This closes Old Setuptools #41.
4286
4287 bootstrapping
4288 ^^^^^^^^^^^^^
4289
4290 * Fixed bootstrap not working on Windows. This closes issue Distribute #49.
4291
4292 * Fixed 2.6 dependencies. This closes issue Distribute #50.
4293
4294 * Make sure setuptools is patched when running through easy_install
4295   This closes Old Setuptools #40.
4296
4297 0.6.1
4298 -----
4299
4300 setuptools
4301 ^^^^^^^^^^
4302
4303 * package_index.urlopen now catches BadStatusLine and malformed url errors.
4304   This closes Distribute #16 and Distribute #18.
4305
4306 * zip_ok is now False by default. This closes Old Setuptools #33.
4307
4308 * Fixed invalid URL error catching. Old Setuptools #20.
4309
4310 * Fixed invalid bootstraping with easy_install installation (Distribute #40).
4311   Thanks to Florian Schulze for the help.
4312
4313 * Removed buildout/bootstrap.py. A new repository will create a specific
4314   bootstrap.py script.
4315
4316
4317 bootstrapping
4318 ^^^^^^^^^^^^^
4319
4320 * The boostrap process leave setuptools alone if detected in the system
4321   and --root or --prefix is provided, but is not in the same location.
4322   This closes Distribute #10.
4323
4324 0.6
4325 ---
4326
4327 setuptools
4328 ^^^^^^^^^^
4329
4330 * Packages required at build time where not fully present at install time.
4331   This closes Distribute #12.
4332
4333 * Protected against failures in tarfile extraction. This closes Distribute #10.
4334
4335 * Made Jython api_tests.txt doctest compatible. This closes Distribute #7.
4336
4337 * sandbox.py replaced builtin type file with builtin function open. This
4338   closes Distribute #6.
4339
4340 * Immediately close all file handles. This closes Distribute #3.
4341
4342 * Added compatibility with Subversion 1.6. This references Distribute #1.
4343
4344 pkg_resources
4345 ^^^^^^^^^^^^^
4346
4347 * Avoid a call to /usr/bin/sw_vers on OSX and use the official platform API
4348   instead. Based on a patch from ronaldoussoren. This closes issue #5.
4349
4350 * Fixed a SandboxViolation for mkdir that could occur in certain cases.
4351   This closes Distribute #13.
4352
4353 * Allow to find_on_path on systems with tight permissions to fail gracefully.
4354   This closes Distribute #9.
4355
4356 * Corrected inconsistency between documentation and code of add_entry.
4357   This closes Distribute #8.
4358
4359 * Immediately close all file handles. This closes Distribute #3.
4360
4361 easy_install
4362 ^^^^^^^^^^^^
4363
4364 * Immediately close all file handles. This closes Distribute #3.
4365
4366 0.6c9
4367 -----
4368
4369  * Fixed a missing files problem when using Windows source distributions on
4370    non-Windows platforms, due to distutils not handling manifest file line
4371    endings correctly.
4372
4373  * Updated Pyrex support to work with Pyrex 0.9.6 and higher.
4374
4375  * Minor changes for Jython compatibility, including skipping tests that can't
4376    work on Jython.
4377
4378  * Fixed not installing eggs in ``install_requires`` if they were also used for
4379    ``setup_requires`` or ``tests_require``.
4380
4381  * Fixed not fetching eggs in ``install_requires`` when running tests.
4382
4383  * Allow ``ez_setup.use_setuptools()`` to upgrade existing setuptools
4384    installations when called from a standalone ``setup.py``.
4385
4386  * Added a warning if a namespace package is declared, but its parent package
4387    is not also declared as a namespace.
4388
4389  * Support Subversion 1.5
4390
4391  * Removed use of deprecated ``md5`` module if ``hashlib`` is available
4392
4393  * Fixed ``bdist_wininst upload`` trying to upload the ``.exe`` twice
4394
4395  * Fixed ``bdist_egg`` putting a ``native_libs.txt`` in the source package's
4396    ``.egg-info``, when it should only be in the built egg's ``EGG-INFO``.
4397
4398  * Ensure that _full_name is set on all shared libs before extensions are
4399    checked for shared lib usage.  (Fixes a bug in the experimental shared
4400    library build support.)
4401
4402  * Fix to allow unpacked eggs containing native libraries to fail more
4403    gracefully under Google App Engine (with an ``ImportError`` loading the
4404    C-based module, instead of getting a ``NameError``).
4405
4406  * Fixed ``win32.exe`` support for .pth files, so unnecessary directory nesting
4407    is flattened out in the resulting egg.  (There was a case-sensitivity
4408    problem that affected some distributions, notably ``pywin32``.)
4409
4410  * Prevent ``--help-commands`` and other junk from showing under Python 2.5
4411    when running ``easy_install --help``.
4412
4413  * Fixed GUI scripts sometimes not executing on Windows
4414
4415  * Fixed not picking up dependency links from recursive dependencies.
4416
4417  * Only make ``.py``, ``.dll`` and ``.so`` files executable when unpacking eggs
4418
4419  * Changes for Jython compatibility
4420
4421  * Improved error message when a requirement is also a directory name, but the
4422    specified directory is not a source package.
4423
4424  * Fixed ``--allow-hosts`` option blocking ``file:`` URLs
4425
4426  * Fixed HTTP SVN detection failing when the page title included a project
4427    name (e.g. on SourceForge-hosted SVN)
4428
4429  * Fix Jython script installation to handle ``#!`` lines better when
4430    ``sys.executable`` is a script.
4431
4432  * Removed use of deprecated ``md5`` module if ``hashlib`` is available
4433
4434  * Keep site directories (e.g. ``site-packages``) from being included in
4435    ``.pth`` files.
4436
4437 0.6c7
4438 -----
4439
4440  * Fixed ``distutils.filelist.findall()`` crashing on broken symlinks, and
4441    ``egg_info`` command failing on new, uncommitted SVN directories.
4442
4443  * Fix import problems with nested namespace packages installed via
4444    ``--root`` or ``--single-version-externally-managed``, due to the
4445    parent package not having the child package as an attribute.
4446
4447  * ``ftp:`` download URLs now work correctly.
4448
4449  * The default ``--index-url`` is now ``https://pypi.python.org/simple``, to use
4450    the Python Package Index's new simpler (and faster!) REST API.
4451
4452 0.6c6
4453 -----
4454
4455  * Added ``--egg-path`` option to ``develop`` command, allowing you to force
4456    ``.egg-link`` files to use relative paths (allowing them to be shared across
4457    platforms on a networked drive).
4458
4459  * Fix not building binary RPMs correctly.
4460
4461  * Fix "eggsecutables" (such as setuptools' own egg) only being runnable with
4462    bash-compatible shells.
4463
4464  * Fix ``#!`` parsing problems in Windows ``.exe`` script wrappers, when there
4465    was whitespace inside a quoted argument or at the end of the ``#!`` line
4466    (a regression introduced in 0.6c4).
4467
4468  * Fix ``test`` command possibly failing if an older version of the project
4469    being tested was installed on ``sys.path`` ahead of the test source
4470    directory.
4471
4472  * Fix ``find_packages()`` treating ``ez_setup`` and directories with ``.`` in
4473    their names as packages.
4474
4475  * EasyInstall no longer aborts the installation process if a URL it wants to
4476    retrieve can't be downloaded, unless the URL is an actual package download.
4477    Instead, it issues a warning and tries to keep going.
4478
4479  * Fixed distutils-style scripts originally built on Windows having their line
4480    endings doubled when installed on any platform.
4481
4482  * Added ``--local-snapshots-ok`` flag, to allow building eggs from projects
4483    installed using ``setup.py develop``.
4484
4485  * Fixed not HTML-decoding URLs scraped from web pages
4486
4487 0.6c5
4488 -----
4489
4490  * Fix uploaded ``bdist_rpm`` packages being described as ``bdist_egg``
4491    packages under Python versions less than 2.5.
4492
4493  * Fix uploaded ``bdist_wininst`` packages being described as suitable for
4494    "any" version by Python 2.5, even if a ``--target-version`` was specified.
4495
4496  * Fixed ``.dll`` files on Cygwin not having executable permissions when an egg
4497    is installed unzipped.
4498
4499 0.6c4
4500 -----
4501
4502  * Overhauled Windows script wrapping to support ``bdist_wininst`` better.
4503    Scripts installed with ``bdist_wininst`` will always use ``#!python.exe`` or
4504    ``#!pythonw.exe`` as the executable name (even when built on non-Windows
4505    platforms!), and the wrappers will look for the executable in the script's
4506    parent directory (which should find the right version of Python).
4507
4508  * Fix ``upload`` command not uploading files built by ``bdist_rpm`` or
4509    ``bdist_wininst`` under Python 2.3 and 2.4.
4510
4511  * Add support for "eggsecutable" headers: a ``#!/bin/sh`` script that is
4512    prepended to an ``.egg`` file to allow it to be run as a script on Unix-ish
4513    platforms.  (This is mainly so that setuptools itself can have a single-file
4514    installer on Unix, without doing multiple downloads, dealing with firewalls,
4515    etc.)
4516
4517  * Fix problem with empty revision numbers in Subversion 1.4 ``entries`` files
4518
4519  * Use cross-platform relative paths in ``easy-install.pth`` when doing
4520    ``develop`` and the source directory is a subdirectory of the installation
4521    target directory.
4522
4523  * Fix a problem installing eggs with a system packaging tool if the project
4524    contained an implicit namespace package; for example if the ``setup()``
4525    listed a namespace package ``foo.bar`` without explicitly listing ``foo``
4526    as a namespace package.
4527
4528  * Added support for HTTP "Basic" authentication using ``http://user:pass@host``
4529    URLs.  If a password-protected page contains links to the same host (and
4530    protocol), those links will inherit the credentials used to access the
4531    original page.
4532
4533  * Removed all special support for Sourceforge mirrors, as Sourceforge's
4534    mirror system now works well for non-browser downloads.
4535
4536  * Fixed not recognizing ``win32.exe`` installers that included a custom
4537    bitmap.
4538
4539  * Fixed not allowing ``os.open()`` of paths outside the sandbox, even if they
4540    are opened read-only (e.g. reading ``/dev/urandom`` for random numbers, as
4541    is done by ``os.urandom()`` on some platforms).
4542
4543  * Fixed a problem with ``.pth`` testing on Windows when ``sys.executable``
4544    has a space in it (e.g., the user installed Python to a ``Program Files``
4545    directory).
4546
4547 0.6c3
4548 -----
4549
4550  * Fixed breakages caused by Subversion 1.4's new "working copy" format
4551
4552  * You can once again use "python -m easy_install" with Python 2.4 and above.
4553
4554  * Python 2.5 compatibility fixes added.
4555
4556 0.6c2
4557 -----
4558
4559  * The ``ez_setup`` module displays the conflicting version of setuptools (and
4560    its installation location) when a script requests a version that's not
4561    available.
4562
4563  * Running ``setup.py develop`` on a setuptools-using project will now install
4564    setuptools if needed, instead of only downloading the egg.
4565
4566  * Windows script wrappers now support quoted arguments and arguments
4567    containing spaces.  (Patch contributed by Jim Fulton.)
4568
4569  * The ``ez_setup.py`` script now actually works when you put a setuptools
4570    ``.egg`` alongside it for bootstrapping an offline machine.
4571
4572  * A writable installation directory on ``sys.path`` is no longer required to
4573    download and extract a source distribution using ``--editable``.
4574
4575  * Generated scripts now use ``-x`` on the ``#!`` line when ``sys.executable``
4576    contains non-ASCII characters, to prevent deprecation warnings about an
4577    unspecified encoding when the script is run.
4578
4579 0.6c1
4580 -----
4581
4582  * Fixed ``AttributeError`` when trying to download a ``setup_requires``
4583    dependency when a distribution lacks a ``dependency_links`` setting.
4584
4585  * Made ``zip-safe`` and ``not-zip-safe`` flag files contain a single byte, so
4586    as to play better with packaging tools that complain about zero-length
4587    files.
4588
4589  * Made ``setup.py develop`` respect the ``--no-deps`` option, which it
4590    previously was ignoring.
4591
4592  * Support ``extra_path`` option to ``setup()`` when ``install`` is run in
4593    backward-compatibility mode.
4594
4595  * Source distributions now always include a ``setup.cfg`` file that explicitly
4596    sets ``egg_info`` options such that they produce an identical version number
4597    to the source distribution's version number.  (Previously, the default
4598    version number could be different due to the use of ``--tag-date``, or if
4599    the version was overridden on the command line that built the source
4600    distribution.)
4601
4602  * EasyInstall now includes setuptools version information in the
4603    ``User-Agent`` string sent to websites it visits.
4604
4605 0.6b4
4606 -----
4607
4608  * Fix ``register`` not obeying name/version set by ``egg_info`` command, if
4609    ``egg_info`` wasn't explicitly run first on the same command line.
4610
4611  * Added ``--no-date`` and ``--no-svn-revision`` options to ``egg_info``
4612    command, to allow suppressing tags configured in ``setup.cfg``.
4613
4614  * Fixed redundant warnings about missing ``README`` file(s); it should now
4615    appear only if you are actually a source distribution.
4616
4617  * Fix creating Python wrappers for non-Python scripts
4618
4619  * Fix ``ftp://`` directory listing URLs from causing a crash when used in the
4620    "Home page" or "Download URL" slots on PyPI.
4621
4622  * Fix ``sys.path_importer_cache`` not being updated when an existing zipfile
4623    or directory is deleted/overwritten.
4624
4625  * Fix not recognizing HTML 404 pages from package indexes.
4626
4627  * Allow ``file://`` URLs to be used as a package index.  URLs that refer to
4628    directories will use an internally-generated directory listing if there is
4629    no ``index.html`` file in the directory.
4630
4631  * Allow external links in a package index to be specified using
4632    ``rel="homepage"`` or ``rel="download"``, without needing the old
4633    PyPI-specific visible markup.
4634
4635  * Suppressed warning message about possibly-misspelled project name, if an egg
4636    or link for that project name has already been seen.
4637
4638 0.6b3
4639 -----
4640
4641  * Fix ``bdist_egg`` not including files in subdirectories of ``.egg-info``.
4642
4643  * Allow ``.py`` files found by the ``include_package_data`` option to be
4644    automatically included. Remove duplicate data file matches if both
4645    ``include_package_data`` and ``package_data`` are used to refer to the same
4646    files.
4647
4648  * Fix local ``--find-links`` eggs not being copied except with
4649    ``--always-copy``.
4650
4651  * Fix sometimes not detecting local packages installed outside of "site"
4652    directories.
4653
4654  * Fix mysterious errors during initial ``setuptools`` install, caused by
4655    ``ez_setup`` trying to run ``easy_install`` twice, due to a code fallthru
4656    after deleting the egg from which it's running.
4657
4658 0.6b2
4659 -----
4660
4661  * Don't install or update a ``site.py`` patch when installing to a
4662    ``PYTHONPATH`` directory with ``--multi-version``, unless an
4663    ``easy-install.pth`` file is already in use there.
4664
4665  * Construct ``.pth`` file paths in such a way that installing an egg whose
4666    name begins with ``import`` doesn't cause a syntax error.
4667
4668  * Fixed a bogus warning message that wasn't updated since the 0.5 versions.
4669
4670 0.6b1
4671 -----
4672
4673  * Strip ``module`` from the end of compiled extension modules when computing
4674    the name of a ``.py`` loader/wrapper.  (Python's import machinery ignores
4675    this suffix when searching for an extension module.)
4676
4677  * Better ambiguity management: accept ``#egg`` name/version even if processing
4678    what appears to be a correctly-named distutils file, and ignore ``.egg``
4679    files with no ``-``, since valid Python ``.egg`` files always have a version
4680    number (but Scheme eggs often don't).
4681
4682  * Support ``file://`` links to directories in ``--find-links``, so that
4683    easy_install can build packages from local source checkouts.
4684
4685  * Added automatic retry for Sourceforge mirrors.  The new download process is
4686    to first just try dl.sourceforge.net, then randomly select mirror IPs and
4687    remove ones that fail, until something works.  The removed IPs stay removed
4688    for the remainder of the run.
4689
4690  * Ignore bdist_dumb distributions when looking at download URLs.
4691
4692 0.6a11
4693 ------
4694
4695  * Added ``test_loader`` keyword to support custom test loaders
4696
4697  * Added ``setuptools.file_finders`` entry point group to allow implementing
4698    revision control plugins.
4699
4700  * Added ``--identity`` option to ``upload`` command.
4701
4702  * Added ``dependency_links`` to allow specifying URLs for ``--find-links``.
4703
4704  * Enhanced test loader to scan packages as well as modules, and call
4705    ``additional_tests()`` if present to get non-unittest tests.
4706
4707  * Support namespace packages in conjunction with system packagers, by omitting
4708    the installation of any ``__init__.py`` files for namespace packages, and
4709    adding a special ``.pth`` file to create a working package in
4710    ``sys.modules``.
4711
4712  * Made ``--single-version-externally-managed`` automatic when ``--root`` is
4713    used, so that most system packagers won't require special support for
4714    setuptools.
4715
4716  * Fixed ``setup_requires``, ``tests_require``, etc. not using ``setup.cfg`` or
4717    other configuration files for their option defaults when installing, and
4718    also made the install use ``--multi-version`` mode so that the project
4719    directory doesn't need to support .pth files.
4720
4721  * ``MANIFEST.in`` is now forcibly closed when any errors occur while reading
4722    it. Previously, the file could be left open and the actual error would be
4723    masked by problems trying to remove the open file on Windows systems.
4724
4725  * Process ``dependency_links.txt`` if found in a distribution, by adding the
4726    URLs to the list for scanning.
4727
4728  * Use relative paths in ``.pth`` files when eggs are being installed to the
4729    same directory as the ``.pth`` file.  This maximizes portability of the
4730    target directory when building applications that contain eggs.
4731
4732  * Added ``easy_install-N.N`` script(s) for convenience when using multiple
4733    Python versions.
4734
4735  * Added automatic handling of installation conflicts.  Eggs are now shifted to
4736    the front of sys.path, in an order consistent with where they came from,
4737    making EasyInstall seamlessly co-operate with system package managers.
4738
4739    The ``--delete-conflicting`` and ``--ignore-conflicts-at-my-risk`` options
4740    are now no longer necessary, and will generate warnings at the end of a
4741    run if you use them.
4742
4743  * Don't recursively traverse subdirectories given to ``--find-links``.
4744
4745 0.6a10
4746 ------
4747
4748  * Fixed the ``develop`` command ignoring ``--find-links``.
4749
4750  * Added exhaustive testing of the install directory, including a spawn test
4751    for ``.pth`` file support, and directory writability/existence checks.  This
4752    should virtually eliminate the need to set or configure ``--site-dirs``.
4753
4754  * Added ``--prefix`` option for more do-what-I-mean-ishness in the absence of
4755    RTFM-ing.  :)
4756
4757  * Enhanced ``PYTHONPATH`` support so that you don't have to put any eggs on it
4758    manually to make it work.  ``--multi-version`` is no longer a silent
4759    default; you must explicitly use it if installing to a non-PYTHONPATH,
4760    non-"site" directory.
4761
4762  * Expand ``$variables`` used in the ``--site-dirs``, ``--build-directory``,
4763    ``--install-dir``, and ``--script-dir`` options, whether on the command line
4764    or in configuration files.
4765
4766  * Improved SourceForge mirror processing to work faster and be less affected
4767    by transient HTML changes made by SourceForge.
4768
4769  * PyPI searches now use the exact spelling of requirements specified on the
4770    command line or in a project's ``install_requires``.  Previously, a
4771    normalized form of the name was used, which could lead to unnecessary
4772    full-index searches when a project's name had an underscore (``_``) in it.
4773
4774  * EasyInstall can now download bare ``.py`` files and wrap them in an egg,
4775    as long as you include an ``#egg=name-version`` suffix on the URL, or if
4776    the ``.py`` file is listed as the "Download URL" on the project's PyPI page.
4777    This allows third parties to "package" trivial Python modules just by
4778    linking to them (e.g. from within their own PyPI page or download links
4779    page).
4780
4781  * The ``--always-copy`` option now skips "system" and "development" eggs since
4782    they can't be reliably copied.  Note that this may cause EasyInstall to
4783    choose an older version of a package than what you expected, or it may cause
4784    downloading and installation of a fresh version of what's already installed.
4785
4786  * The ``--find-links`` option previously scanned all supplied URLs and
4787    directories as early as possible, but now only directories and direct
4788    archive links are scanned immediately.  URLs are not retrieved unless a
4789    package search was already going to go online due to a package not being
4790    available locally, or due to the use of the ``--update`` or ``-U`` option.
4791
4792  * Fixed the annoying ``--help-commands`` wart.
4793
4794 0.6a9
4795 -----
4796
4797  * The ``sdist`` command no longer uses the traditional ``MANIFEST`` file to
4798    create source distributions.  ``MANIFEST.in`` is still read and processed,
4799    as are the standard defaults and pruning. But the manifest is built inside
4800    the project's ``.egg-info`` directory as ``SOURCES.txt``, and it is rebuilt
4801    every time the ``egg_info`` command is run.
4802
4803  * Added the ``include_package_data`` keyword to ``setup()``, allowing you to
4804    automatically include any package data listed in revision control or
4805    ``MANIFEST.in``
4806
4807  * Added the ``exclude_package_data`` keyword to ``setup()``, allowing you to
4808    trim back files included via the ``package_data`` and
4809    ``include_package_data`` options.
4810
4811  * Fixed ``--tag-svn-revision`` not working when run from a source
4812    distribution.
4813
4814  * Added warning for namespace packages with missing ``declare_namespace()``
4815
4816  * Added ``tests_require`` keyword to ``setup()``, so that e.g. packages
4817    requiring ``nose`` to run unit tests can make this dependency optional
4818    unless the ``test`` command is run.
4819
4820  * Made all commands that use ``easy_install`` respect its configuration
4821    options, as this was causing some problems with ``setup.py install``.
4822
4823  * Added an ``unpack_directory()`` driver to ``setuptools.archive_util``, so
4824    that you can process a directory tree through a processing filter as if it
4825    were a zipfile or tarfile.
4826
4827  * Added an internal ``install_egg_info`` command to use as part of old-style
4828    ``install`` operations, that installs an ``.egg-info`` directory with the
4829    package.
4830
4831  * Added a ``--single-version-externally-managed`` option to the ``install``
4832    command so that you can more easily wrap a "flat" egg in a system package.
4833
4834  * Enhanced ``bdist_rpm`` so that it installs single-version eggs that
4835    don't rely on a ``.pth`` file. The ``--no-egg`` option has been removed,
4836    since all RPMs are now built in a more backwards-compatible format.
4837
4838  * Support full roundtrip translation of eggs to and from ``bdist_wininst``
4839    format. Running ``bdist_wininst`` on a setuptools-based package wraps the
4840    egg in an .exe that will safely install it as an egg (i.e., with metadata
4841    and entry-point wrapper scripts), and ``easy_install`` can turn the .exe
4842    back into an ``.egg`` file or directory and install it as such.
4843
4844  * Fixed ``.pth`` file processing picking up nested eggs (i.e. ones inside
4845    "baskets") when they weren't explicitly listed in the ``.pth`` file.
4846
4847  * If more than one URL appears to describe the exact same distribution, prefer
4848    the shortest one.  This helps to avoid "table of contents" CGI URLs like the
4849    ones on effbot.org.
4850
4851  * Quote arguments to python.exe (including python's path) to avoid problems
4852    when Python (or a script) is installed in a directory whose name contains
4853    spaces on Windows.
4854
4855  * Support full roundtrip translation of eggs to and from ``bdist_wininst``
4856    format.  Running ``bdist_wininst`` on a setuptools-based package wraps the
4857    egg in an .exe that will safely install it as an egg (i.e., with metadata
4858    and entry-point wrapper scripts), and ``easy_install`` can turn the .exe
4859    back into an ``.egg`` file or directory and install it as such.
4860
4861 0.6a8
4862 -----
4863
4864  * Fixed some problems building extensions when Pyrex was installed, especially
4865    with Python 2.4 and/or packages using SWIG.
4866
4867  * Made ``develop`` command accept all the same options as ``easy_install``,
4868    and use the ``easy_install`` command's configuration settings as defaults.
4869
4870  * Made ``egg_info --tag-svn-revision`` fall back to extracting the revision
4871    number from ``PKG-INFO`` in case it is being run on a source distribution of
4872    a snapshot taken from a Subversion-based project.
4873
4874  * Automatically detect ``.dll``, ``.so`` and ``.dylib`` files that are being
4875    installed as data, adding them to ``native_libs.txt`` automatically.
4876
4877  * Fixed some problems with fresh checkouts of projects that don't include
4878    ``.egg-info/PKG-INFO`` under revision control and put the project's source
4879    code directly in the project directory. If such a package had any
4880    requirements that get processed before the ``egg_info`` command can be run,
4881    the setup scripts would fail with a "Missing 'Version:' header and/or
4882    PKG-INFO file" error, because the egg runtime interpreted the unbuilt
4883    metadata in a directory on ``sys.path`` (i.e. the current directory) as
4884    being a corrupted egg. Setuptools now monkeypatches the distribution
4885    metadata cache to pretend that the egg has valid version information, until
4886    it has a chance to make it actually be so (via the ``egg_info`` command).
4887
4888  * Update for changed SourceForge mirror format
4889
4890  * Fixed not installing dependencies for some packages fetched via Subversion
4891
4892  * Fixed dependency installation with ``--always-copy`` not using the same
4893    dependency resolution procedure as other operations.
4894
4895  * Fixed not fully removing temporary directories on Windows, if a Subversion
4896    checkout left read-only files behind
4897
4898  * Fixed some problems building extensions when Pyrex was installed, especially
4899    with Python 2.4 and/or packages using SWIG.
4900
4901 0.6a7
4902 -----
4903
4904  * Fixed not being able to install Windows script wrappers using Python 2.3
4905
4906 0.6a6
4907 -----
4908
4909  * Added support for "traditional" PYTHONPATH-based non-root installation, and
4910    also the convenient ``virtual-python.py`` script, based on a contribution
4911    by Ian Bicking.  The setuptools egg now contains a hacked ``site`` module
4912    that makes the PYTHONPATH-based approach work with .pth files, so that you
4913    can get the full EasyInstall feature set on such installations.
4914
4915  * Added ``--no-deps`` and ``--allow-hosts`` options.
4916
4917  * Improved Windows ``.exe`` script wrappers so that the script can have the
4918    same name as a module without confusing Python.
4919
4920  * Changed dependency processing so that it's breadth-first, allowing a
4921    depender's preferences to override those of a dependee, to prevent conflicts
4922    when a lower version is acceptable to the dependee, but not the depender.
4923    Also, ensure that currently installed/selected packages aren't given
4924    precedence over ones desired by a package being installed, which could
4925    cause conflict errors.
4926
4927 0.6a5
4928 -----
4929
4930  * Fixed missing gui/cli .exe files in distribution. Fixed bugs in tests.
4931
4932 0.6a3
4933 -----
4934
4935  * Added ``gui_scripts`` entry point group to allow installing GUI scripts
4936    on Windows and other platforms.  (The special handling is only for Windows;
4937    other platforms are treated the same as for ``console_scripts``.)
4938
4939  * Improved error message when trying to use old ways of running
4940    ``easy_install``.  Removed the ability to run via ``python -m`` or by
4941    running ``easy_install.py``; ``easy_install`` is the command to run on all
4942    supported platforms.
4943
4944  * Improved wrapper script generation and runtime initialization so that a
4945    VersionConflict doesn't occur if you later install a competing version of a
4946    needed package as the default version of that package.
4947
4948  * Fixed a problem parsing version numbers in ``#egg=`` links.
4949
4950 0.6a2
4951 -----
4952
4953  * Added ``console_scripts`` entry point group to allow installing scripts
4954    without the need to create separate script files. On Windows, console
4955    scripts get an ``.exe`` wrapper so you can just type their name. On other
4956    platforms, the scripts are written without a file extension.
4957
4958  * EasyInstall can now install "console_scripts" defined by packages that use
4959    ``setuptools`` and define appropriate entry points.  On Windows, console
4960    scripts get an ``.exe`` wrapper so you can just type their name.  On other
4961    platforms, the scripts are installed without a file extension.
4962
4963  * Using ``python -m easy_install`` or running ``easy_install.py`` is now
4964    DEPRECATED, since an ``easy_install`` wrapper is now available on all
4965    platforms.
4966
4967 0.6a1
4968 -----
4969
4970  * Added support for building "old-style" RPMs that don't install an egg for
4971    the target package, using a ``--no-egg`` option.
4972
4973  * The ``build_ext`` command now works better when using the ``--inplace``
4974    option and multiple Python versions. It now makes sure that all extensions
4975    match the current Python version, even if newer copies were built for a
4976    different Python version.
4977
4978  * The ``upload`` command no longer attaches an extra ``.zip`` when uploading
4979    eggs, as PyPI now supports egg uploads without trickery.
4980
4981  * The ``ez_setup`` script/module now displays a warning before downloading
4982    the setuptools egg, and attempts to check the downloaded egg against an
4983    internal MD5 checksum table.
4984
4985  * Fixed the ``--tag-svn-revision`` option of ``egg_info`` not finding the
4986    latest revision number; it was using the revision number of the directory
4987    containing ``setup.py``, not the highest revision number in the project.
4988
4989  * Added ``eager_resources`` setup argument
4990
4991  * The ``sdist`` command now recognizes Subversion "deleted file" entries and
4992    does not include them in source distributions.
4993
4994  * ``setuptools`` now embeds itself more thoroughly into the distutils, so that
4995    other distutils extensions (e.g. py2exe, py2app) will subclass setuptools'
4996    versions of things, rather than the native distutils ones.
4997
4998  * Added ``entry_points`` and ``setup_requires`` arguments to ``setup()``;
4999    ``setup_requires`` allows you to automatically find and download packages
5000    that are needed in order to *build* your project (as opposed to running it).
5001
5002  * ``setuptools`` now finds its commands, ``setup()`` argument validators, and
5003    metadata writers using entry points, so that they can be extended by
5004    third-party packages. See `Creating distutils Extensions
5005    <https://setuptools.readthedocs.io/en/latest/setuptools.html#creating-distutils-extensions>`_
5006    for more details.
5007
5008  * The vestigial ``depends`` command has been removed. It was never finished
5009    or documented, and never would have worked without EasyInstall - which it
5010    pre-dated and was never compatible with.
5011
5012  * EasyInstall now does MD5 validation of downloads from PyPI, or from any link
5013    that has an "#md5=..." trailer with a 32-digit lowercase hex md5 digest.
5014
5015  * EasyInstall now handles symlinks in target directories by removing the link,
5016    rather than attempting to overwrite the link's destination.  This makes it
5017    easier to set up an alternate Python "home" directory (as described in
5018    the Non-Root Installation section of the docs).
5019
5020  * Added support for handling MacOS platform information in ``.egg`` filenames,
5021    based on a contribution by Kevin Dangoor.  You may wish to delete and
5022    reinstall any eggs whose filename includes "darwin" and "Power_Macintosh",
5023    because the format for this platform information has changed so that minor
5024    OS X upgrades (such as 10.4.1 to 10.4.2) do not cause eggs built with a
5025    previous OS version to become obsolete.
5026
5027  * easy_install's dependency processing algorithms have changed.  When using
5028    ``--always-copy``, it now ensures that dependencies are copied too.  When
5029    not using ``--always-copy``, it tries to use a single resolution loop,
5030    rather than recursing.
5031
5032  * Fixed installing extra ``.pyc`` or ``.pyo`` files for scripts with ``.py``
5033    extensions.
5034
5035  * Added ``--site-dirs`` option to allow adding custom "site" directories.
5036    Made ``easy-install.pth`` work in platform-specific alternate site
5037    directories (e.g. ``~/Library/Python/2.x/site-packages`` on Mac OS X).
5038
5039  * If you manually delete the current version of a package, the next run of
5040    EasyInstall against the target directory will now remove the stray entry
5041    from the ``easy-install.pth`` file.
5042
5043  * EasyInstall now recognizes URLs with a ``#egg=project_name`` fragment ID
5044    as pointing to the named project's source checkout.  Such URLs have a lower
5045    match precedence than any other kind of distribution, so they'll only be
5046    used if they have a higher version number than any other available
5047    distribution, or if you use the ``--editable`` option.  The ``#egg``
5048    fragment can contain a version if it's formatted as ``#egg=proj-ver``,
5049    where ``proj`` is the project name, and ``ver`` is the version number.  You
5050    *must* use the format for these values that the ``bdist_egg`` command uses;
5051    i.e., all non-alphanumeric runs must be condensed to single underscore
5052    characters.
5053
5054  * Added the ``--editable`` option; see Editing and Viewing Source Packages
5055    in the docs.  Also, slightly changed the behavior of the
5056    ``--build-directory`` option.
5057
5058  * Fixed the setup script sandbox facility not recognizing certain paths as
5059    valid on case-insensitive platforms.
5060
5061 0.5a12
5062 ------
5063
5064  * The zip-safety scanner now checks for modules that might be used with
5065    ``python -m``, and marks them as unsafe for zipping, since Python 2.4 can't
5066    handle ``-m`` on zipped modules.
5067
5068  * Fix ``python -m easy_install`` not working due to setuptools being installed
5069    as a zipfile.  Update safety scanner to check for modules that might be used
5070    as ``python -m`` scripts.
5071
5072  * Misc. fixes for win32.exe support, including changes to support Python 2.4's
5073    changed ``bdist_wininst`` format.
5074
5075 0.5a11
5076 ------
5077
5078  * Fix breakage of the "develop" command that was caused by the addition of
5079    ``--always-unzip`` to the ``easy_install`` command.
5080
5081 0.5a10
5082 ------
5083
5084  * Put the ``easy_install`` module back in as a module, as it's needed for
5085    ``python -m`` to run it!
5086
5087  * Allow ``--find-links/-f`` to accept local directories or filenames as well
5088    as URLs.
5089
5090 0.5a9
5091 -----
5092
5093  * Include ``svn:externals`` directories in source distributions as well as
5094    normal subversion-controlled files and directories.
5095
5096  * Added ``exclude=patternlist`` option to ``setuptools.find_packages()``
5097
5098  * Changed --tag-svn-revision to include an "r" in front of the revision number
5099    for better readability.
5100
5101  * Added ability to build eggs without including source files (except for any
5102    scripts, of course), using the ``--exclude-source-files`` option to
5103    ``bdist_egg``.
5104
5105  * ``setup.py install`` now automatically detects when an "unmanaged" package
5106    or module is going to be on ``sys.path`` ahead of a package being installed,
5107    thereby preventing the newer version from being imported. If this occurs,
5108    a warning message is output to ``sys.stderr``, but installation proceeds
5109    anyway. The warning message informs the user what files or directories
5110    need deleting, and advises them they can also use EasyInstall (with the
5111    ``--delete-conflicting`` option) to do it automatically.
5112
5113  * The ``egg_info`` command now adds a ``top_level.txt`` file to the metadata
5114    directory that lists all top-level modules and packages in the distribution.
5115    This is used by the ``easy_install`` command to find possibly-conflicting
5116    "unmanaged" packages when installing the distribution.
5117
5118  * Added ``zip_safe`` and ``namespace_packages`` arguments to ``setup()``.
5119    Added package analysis to determine zip-safety if the ``zip_safe`` flag
5120    is not given, and advise the author regarding what code might need changing.
5121
5122  * Fixed the swapped ``-d`` and ``-b`` options of ``bdist_egg``.
5123
5124  * EasyInstall now automatically detects when an "unmanaged" package or
5125    module is going to be on ``sys.path`` ahead of a package you're installing,
5126    thereby preventing the newer version from being imported.  By default, it
5127    will abort installation to alert you of the problem, but there are also
5128    new options (``--delete-conflicting`` and ``--ignore-conflicts-at-my-risk``)
5129    available to change the default behavior.  (Note: this new feature doesn't
5130    take effect for egg files that were built with older ``setuptools``
5131    versions, because they lack the new metadata file required to implement it.)
5132
5133  * The ``easy_install`` distutils command now uses ``DistutilsError`` as its
5134    base error type for errors that should just issue a message to stderr and
5135    exit the program without a traceback.
5136
5137  * EasyInstall can now be given a path to a directory containing a setup
5138    script, and it will attempt to build and install the package there.
5139
5140  * EasyInstall now performs a safety analysis on module contents to determine
5141    whether a package is likely to run in zipped form, and displays
5142    information about what modules may be doing introspection that would break
5143    when running as a zipfile.
5144
5145  * Added the ``--always-unzip/-Z`` option, to force unzipping of packages that
5146    would ordinarily be considered safe to unzip, and changed the meaning of
5147    ``--zip-ok/-z`` to "always leave everything zipped".
5148
5149 0.5a8
5150 -----
5151
5152  * The "egg_info" command now always sets the distribution metadata to "safe"
5153    forms of the distribution name and version, so that distribution files will
5154    be generated with parseable names (i.e., ones that don't include '-' in the
5155    name or version). Also, this means that if you use the various ``--tag``
5156    options of "egg_info", any distributions generated will use the tags in the
5157    version, not just egg distributions.
5158
5159  * Added support for defining command aliases in distutils configuration files,
5160    under the "[aliases]" section. To prevent recursion and to allow aliases to
5161    call the command of the same name, a given alias can be expanded only once
5162    per command-line invocation. You can define new aliases with the "alias"
5163    command, either for the local, global, or per-user configuration.
5164
5165  * Added "rotate" command to delete old distribution files, given a set of
5166    patterns to match and the number of files to keep.  (Keeps the most
5167    recently-modified distribution files matching each pattern.)
5168
5169  * Added "saveopts" command that saves all command-line options for the current
5170    invocation to the local, global, or per-user configuration file. Useful for
5171    setting defaults without having to hand-edit a configuration file.
5172
5173  * Added a "setopt" command that sets a single option in a specified distutils
5174    configuration file.
5175
5176  * There is now a separate documentation page for setuptools; revision
5177    history that's not specific to EasyInstall has been moved to that page.
5178
5179 0.5a7
5180 -----
5181
5182  * Added "upload" support for egg and source distributions, including a bug
5183    fix for "upload" and a temporary workaround for lack of .egg support in
5184    PyPI.
5185
5186 0.5a6
5187 -----
5188
5189  * Beefed up the "sdist" command so that if you don't have a MANIFEST.in, it
5190    will include all files under revision control (CVS or Subversion) in the
5191    current directory, and it will regenerate the list every time you create a
5192    source distribution, not just when you tell it to. This should make the
5193    default "do what you mean" more often than the distutils' default behavior
5194    did, while still retaining the old behavior in the presence of MANIFEST.in.
5195
5196  * Fixed the "develop" command always updating .pth files, even if you
5197    specified ``-n`` or ``--dry-run``.
5198
5199  * Slightly changed the format of the generated version when you use
5200    ``--tag-build`` on the "egg_info" command, so that you can make tagged
5201    revisions compare *lower* than the version specified in setup.py (e.g. by
5202    using ``--tag-build=dev``).
5203
5204 0.5a5
5205 -----
5206
5207  * Added ``develop`` command to ``setuptools``-based packages. This command
5208    installs an ``.egg-link`` pointing to the package's source directory, and
5209    script wrappers that ``execfile()`` the source versions of the package's
5210    scripts. This lets you put your development checkout(s) on sys.path without
5211    having to actually install them.  (To uninstall the link, use
5212    use ``setup.py develop --uninstall``.)
5213
5214  * Added ``egg_info`` command to ``setuptools``-based packages. This command
5215    just creates or updates the "projectname.egg-info" directory, without
5216    building an egg.  (It's used by the ``bdist_egg``, ``test``, and ``develop``
5217    commands.)
5218
5219  * Enhanced the ``test`` command so that it doesn't install the package, but
5220    instead builds any C extensions in-place, updates the ``.egg-info``
5221    metadata, adds the source directory to ``sys.path``, and runs the tests
5222    directly on the source. This avoids an "unmanaged" installation of the
5223    package to ``site-packages`` or elsewhere.
5224
5225  * Made ``easy_install`` a standard ``setuptools`` command, moving it from
5226    the ``easy_install`` module to ``setuptools.command.easy_install``. Note
5227    that if you were importing or extending it, you must now change your imports
5228    accordingly.  ``easy_install.py`` is still installed as a script, but not as
5229    a module.
5230
5231 0.5a4
5232 -----
5233
5234  * Setup scripts using setuptools can now list their dependencies directly in
5235    the setup.py file, without having to manually create a ``depends.txt`` file.
5236    The ``install_requires`` and ``extras_require`` arguments to ``setup()``
5237    are used to create a dependencies file automatically. If you are manually
5238    creating ``depends.txt`` right now, please switch to using these setup
5239    arguments as soon as practical, because ``depends.txt`` support will be
5240    removed in the 0.6 release cycle. For documentation on the new arguments,
5241    see the ``setuptools.dist.Distribution`` class.
5242
5243  * Setup scripts using setuptools now always install using ``easy_install``
5244    internally, for ease of uninstallation and upgrading.
5245
5246  * Added ``--always-copy/-a`` option to always copy needed packages to the
5247    installation directory, even if they're already present elsewhere on
5248    sys.path. (In previous versions, this was the default behavior, but now
5249    you must request it.)
5250
5251  * Added ``--upgrade/-U`` option to force checking PyPI for latest available
5252    version(s) of all packages requested by name and version, even if a matching
5253    version is available locally.
5254
5255  * Added automatic installation of dependencies declared by a distribution
5256    being installed.  These dependencies must be listed in the distribution's
5257    ``EGG-INFO`` directory, so the distribution has to have declared its
5258    dependencies by using setuptools.  If a package has requirements it didn't
5259    declare, you'll still have to deal with them yourself.  (E.g., by asking
5260    EasyInstall to find and install them.)
5261
5262  * Added the ``--record`` option to ``easy_install`` for the benefit of tools
5263    that run ``setup.py install --record=filename`` on behalf of another
5264    packaging system.)
5265
5266 0.5a3
5267 -----
5268
5269  * Fixed not setting script permissions to allow execution.
5270
5271  * Improved sandboxing so that setup scripts that want a temporary directory
5272    (e.g. pychecker) can still run in the sandbox.
5273
5274 0.5a2
5275 -----
5276
5277  * Fix stupid stupid refactoring-at-the-last-minute typos.  :(
5278
5279 0.5a1
5280 -----
5281
5282  * Added support for "self-installation" bootstrapping. Packages can now
5283    include ``ez_setup.py`` in their source distribution, and add the following
5284    to their ``setup.py``, in order to automatically bootstrap installation of
5285    setuptools as part of their setup process::
5286
5287     from ez_setup import use_setuptools
5288     use_setuptools()
5289
5290     from setuptools import setup
5291     # etc...
5292
5293  * Added support for converting ``.win32.exe`` installers to eggs on the fly.
5294    EasyInstall will now recognize such files by name and install them.
5295
5296  * Fixed a problem with picking the "best" version to install (versions were
5297    being sorted as strings, rather than as parsed values)
5298
5299 0.4a4
5300 -----
5301
5302  * Added support for the distutils "verbose/quiet" and "dry-run" options, as
5303    well as the "optimize" flag.
5304
5305  * Support downloading packages that were uploaded to PyPI (by scanning all
5306    links on package pages, not just the homepage/download links).
5307
5308 0.4a3
5309 -----
5310
5311  * Add progress messages to the search/download process so that you can tell
5312    what URLs it's reading to find download links.  (Hopefully, this will help
5313    people report out-of-date and broken links to package authors, and to tell
5314    when they've asked for a package that doesn't exist.)
5315
5316 0.4a2
5317 -----
5318
5319  * Added ``ez_setup.py`` installer/bootstrap script to make initial setuptools
5320    installation easier, and to allow distributions using setuptools to avoid
5321    having to include setuptools in their source distribution.
5322
5323  * All downloads are now managed by the ``PackageIndex`` class (which is now
5324    subclassable and replaceable), so that embedders can more easily override
5325    download logic, give download progress reports, etc. The class has also
5326    been moved to the new ``setuptools.package_index`` module.
5327
5328  * The ``Installer`` class no longer handles downloading, manages a temporary
5329    directory, or tracks the ``zip_ok`` option. Downloading is now handled
5330    by ``PackageIndex``, and ``Installer`` has become an ``easy_install``
5331    command class based on ``setuptools.Command``.
5332
5333  * There is a new ``setuptools.sandbox.run_setup()`` API to invoke a setup
5334    script in a directory sandbox, and a new ``setuptools.archive_util`` module
5335    with an ``unpack_archive()`` API. These were split out of EasyInstall to
5336    allow reuse by other tools and applications.
5337
5338  * ``setuptools.Command`` now supports reinitializing commands using keyword
5339    arguments to set/reset options. Also, ``Command`` subclasses can now set
5340    their ``command_consumes_arguments`` attribute to ``True`` in order to
5341    receive an ``args`` option containing the rest of the command line.
5342
5343  * Added support for installing scripts
5344
5345  * Added support for setting options via distutils configuration files, and
5346    using distutils' default options as a basis for EasyInstall's defaults.
5347
5348  * Renamed ``--scan-url/-s`` to ``--find-links/-f`` to free up ``-s`` for the
5349    script installation directory option.
5350
5351  * Use ``urllib2`` instead of ``urllib``, to allow use of ``https:`` URLs if
5352    Python includes SSL support.
5353
5354 0.4a1
5355 -----
5356
5357  * Added ``--scan-url`` and ``--index-url`` options, to scan download pages
5358    and search PyPI for needed packages.
5359
5360 0.3a4
5361 -----
5362
5363  * Restrict ``--build-directory=DIR/-b DIR`` option to only be used with single
5364    URL installs, to avoid running the wrong setup.py.
5365
5366 0.3a3
5367 -----
5368
5369  * Added ``--build-directory=DIR/-b DIR`` option.
5370
5371  * Added "installation report" that explains how to use 'require()' when doing
5372    a multiversion install or alternate installation directory.
5373
5374  * Added SourceForge mirror auto-select (Contributed by Ian Bicking)
5375
5376  * Added "sandboxing" that stops a setup script from running if it attempts to
5377    write to the filesystem outside of the build area
5378
5379  * Added more workarounds for packages with quirky ``install_data`` hacks
5380
5381 0.3a2
5382 -----
5383
5384  * Added new options to ``bdist_egg`` to allow tagging the egg's version number
5385    with a subversion revision number, the current date, or an explicit tag
5386    value. Run ``setup.py bdist_egg --help`` to get more information.
5387
5388  * Added subversion download support for ``svn:`` and ``svn+`` URLs, as well as
5389    automatic recognition of HTTP subversion URLs (Contributed by Ian Bicking)
5390
5391  * Misc. bug fixes
5392
5393 0.3a1
5394 -----
5395
5396  * Initial release.
5397