diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 49529a04..f4d8019a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,19 @@ CHANGES ======= --- +8.0 +--- + +* Implement `PEP 440 <http://legacy.python.org/dev/peps/pep-0440/>`_ within + pkg_resources and setuptools. This change + deprecates some version numbers such that they will no longer be installable + without using the ``===`` escape hatch. See `the changes to test_resources + <https://bitbucket.org/pypa/setuptools/commits/dcd552da643c4448056de84c73d56da6d70769d5#chg-setuptools/tests/test_resources.py>`_ + for specific examples of version numbers and specifiers that are no longer + supported. Setuptools now "vendors" the `packaging + <https://github.com/pypa/packaging>`_ library. + +--- 7.0 --- @@ -32,6 +45,7 @@ CHANGES * Issue #262: Fixed regression in pip install due to egg-info directories being omitted. Re-opens Issue #118. +>>>>>>> master ----- 6.0.1 |
