diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-27 15:54:14 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-27 15:54:14 -0400 |
| commit | 13823cb975590687902edd3c4c073b2c1671cebc (patch) | |
| tree | 151542a4f5f6a65b79bd3e49982244d1f344b155 /CHANGES.txt | |
| parent | c5d53df96d27f54f40ae4df974a74e1536f45ae1 (diff) | |
| download | python-setuptools-git-13823cb975590687902edd3c4c073b2c1671cebc.tar.gz | |
Update changelog with references to changes.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3cba6353..19d8095f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,8 +6,14 @@ CHANGES 7.0 --- -* Implement PEP 440 within pkg_resources and setuptools. This will cause some - versions to no longer be installable without using the ``===`` escape hatch. +* 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. ----- 6.0.1 |
