diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-01-27 09:16:47 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-01-27 09:16:47 -0500 |
| commit | 78fd73026ad7284819936b651f7cfbe8a1ec98c8 (patch) | |
| tree | 5799fd11fd52640537fe33e9df87741456a4c448 /CHANGES.rst | |
| parent | b31997dbcd935ded39868b42d765830ad6e29808 (diff) | |
| download | external_python_setuptools-78fd73026ad7284819936b651f7cfbe8a1ec98c8.tar.gz external_python_setuptools-78fd73026ad7284819936b651f7cfbe8a1ec98c8.tar.bz2 external_python_setuptools-78fd73026ad7284819936b651f7cfbe8a1ec98c8.zip | |
Bump version: 40.6.3 → 40.7.0v40.7.0
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 48a176a8..ca7122e9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,13 @@ +v40.7.0 +------- + +* #1551: File inputs for the `license` field in `setup.cfg` files now explicitly raise an error. +* #1180: Add support for non-ASCII in setup.cfg (#1062). Add support for native strings on some parameters (#1136). +* #1499: ``setuptools.package_index`` no longer relies on the deprecated ``urllib.parse.splituser`` per Python #27485. +* #1544: Added tests for PackageIndex.download (for git URLs). +* #1625: In PEP 517 build_meta builder, ensure that sdists are built as gztar per the spec. + + v40.6.3 ------- |
