pypa/setuptools
### [`v39.2.0`](https://togithub.com/pypa/setuptools/blob/master/CHANGES.rst#v3920)
[Compare Source](https://togithub.com/pypa/setuptools/compare/v39.1.0...v39.2.0)
Changes
^^^^^^^
- [#1359](https://togithub.com/pypa/setuptools/issues/1359): Support using "file:" to load a PEP 440-compliant package version from
a text file.
- [#1360](https://togithub.com/pypa/setuptools/issues/1360): Fixed issue with a mismatch between the name of the package and the
name of the .dist-info file in wheel files
- [#1364](https://togithub.com/pypa/setuptools/issues/1364): Add `__dir__()` implementation to `pkg_resources.Distribution()` that
includes the attributes in the `_provider` instance variable.
- [#1365](https://togithub.com/pypa/setuptools/issues/1365): Take the package_dir option into account when loading the version from
a module attribute.
Documentation changes
^^^^^^^^^^^^^^^^^^^^^
- [#1353](https://togithub.com/pypa/setuptools/issues/1353): Added coverage badge to README.
- [#1356](https://togithub.com/pypa/setuptools/issues/1356): Made small fixes to the developer guide documentation.
- [#1357](https://togithub.com/pypa/setuptools/issues/1357): Fixed warnings in documentation builds and started enforcing that the
docs build without warnings in tox.
- [#1376](https://togithub.com/pypa/setuptools/issues/1376): Updated release process docs.
Misc
^^^^
- [#1343](https://togithub.com/pypa/setuptools/issues/1343): The `setuptools` specific `long_description_content_type`,
`project_urls` and `provides_extras` fields are now set consistently
after any `distutils` `setup_keywords` calls, allowing them to override
values.
- [#1352](https://togithub.com/pypa/setuptools/issues/1352): Added `tox` environment for documentation builds.
- [#1354](https://togithub.com/pypa/setuptools/issues/1354): Added `towncrier` for changelog management.
- [#1355](https://togithub.com/pypa/setuptools/issues/1355): Add PR template.
- [#1368](https://togithub.com/pypa/setuptools/issues/1368): Fixed tests which failed without network connectivity.
- [#1369](https://togithub.com/pypa/setuptools/issues/1369): Added unit tests for PEP 425 compatibility tags support.
- [#1372](https://togithub.com/pypa/setuptools/issues/1372): Stop testing Python 3.3 in Travis CI, now that the latest version of
`wheel` no longer installs on it.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
==39.1.0
->==39.2.0
Release Notes
pypa/setuptools
### [`v39.2.0`](https://togithub.com/pypa/setuptools/blob/master/CHANGES.rst#v3920) [Compare Source](https://togithub.com/pypa/setuptools/compare/v39.1.0...v39.2.0) Changes ^^^^^^^ - [#1359](https://togithub.com/pypa/setuptools/issues/1359): Support using "file:" to load a PEP 440-compliant package version from a text file. - [#1360](https://togithub.com/pypa/setuptools/issues/1360): Fixed issue with a mismatch between the name of the package and the name of the .dist-info file in wheel files - [#1364](https://togithub.com/pypa/setuptools/issues/1364): Add `__dir__()` implementation to `pkg_resources.Distribution()` that includes the attributes in the `_provider` instance variable. - [#1365](https://togithub.com/pypa/setuptools/issues/1365): Take the package_dir option into account when loading the version from a module attribute. Documentation changes ^^^^^^^^^^^^^^^^^^^^^ - [#1353](https://togithub.com/pypa/setuptools/issues/1353): Added coverage badge to README. - [#1356](https://togithub.com/pypa/setuptools/issues/1356): Made small fixes to the developer guide documentation. - [#1357](https://togithub.com/pypa/setuptools/issues/1357): Fixed warnings in documentation builds and started enforcing that the docs build without warnings in tox. - [#1376](https://togithub.com/pypa/setuptools/issues/1376): Updated release process docs. Misc ^^^^ - [#1343](https://togithub.com/pypa/setuptools/issues/1343): The `setuptools` specific `long_description_content_type`, `project_urls` and `provides_extras` fields are now set consistently after any `distutils` `setup_keywords` calls, allowing them to override values. - [#1352](https://togithub.com/pypa/setuptools/issues/1352): Added `tox` environment for documentation builds. - [#1354](https://togithub.com/pypa/setuptools/issues/1354): Added `towncrier` for changelog management. - [#1355](https://togithub.com/pypa/setuptools/issues/1355): Add PR template. - [#1368](https://togithub.com/pypa/setuptools/issues/1368): Fixed tests which failed without network connectivity. - [#1369](https://togithub.com/pypa/setuptools/issues/1369): Added unit tests for PEP 425 compatibility tags support. - [#1372](https://togithub.com/pypa/setuptools/issues/1372): Stop testing Python 3.3 in Travis CI, now that the latest version of `wheel` no longer installs on it.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.