Skip to content

Commit

Permalink
Merge #119
Browse files Browse the repository at this point in the history
119: Update setuptools to 46.2.0 r=duckinator a=pyup-bot


This PR updates [setuptools](https://pypi.org/project/setuptools) from **45.1.0** to **46.2.0**.



<details>
  <summary>Changelog</summary>
  
  
   ### 46.2.0
   ```
   -------

* 2040: Deprecated the ``bdist_wininst`` command. Binary packages should be built as wheels instead.
* 2062: Change &#39;Mac OS X&#39; to &#39;macOS&#39; in code.
* 2075: Stop recognizing files ending with ``.dist-info`` as distribution metadata.
* 2086: Deprecate &#39;use_2to3&#39; functionality. Packagers are encouraged to use single-source solutions or build tool chains to manage conversions outside of setuptools.
* 1698: Added documentation for ``build_meta`` (a bare minimum, not completed).
* 2082: Filter ``lib2to3`` ``PendingDeprecationWarning`` and ``DeprecationWarning`` in testes,
  because ``lib2to3`` is `deprecated in Python 3.9 &lt;https://bugs.python.org/issue40360&gt;`_.
   ```
   
  
  
   ### 46.1.3
   ```
   -------

No significant changes.
   ```
   
  
  
   ### 46.1.2
   ```
   -------

* 1458: Added template for reporting Python 2 incompatibilities.
   ```
   
  
  
   ### 46.1.1
   ```
   -------

No significant changes.
   ```
   
  
  
   ### 46.1.0
   ```
   -------

* 308: Allow version number normalization to be bypassed by wrapping in a &#39;setuptools.sic()&#39; call.
* 1424: Prevent keeping files mode for package_data build. It may break a build if user&#39;s package data has read only flag.
* 1431: In ``easy_install.check_site_dir``, ensure the installation directory exists.
* 1563: In ``pkg_resources`` prefer ``find_spec`` (PEP 451) to ``find_module``.
   ```
   
  
  
   ### 46.0.0
   ```
   -------

* 65: Once again as in 3.0, removed the Features feature.
* 1890: Fix vendored dependencies so importing ``setuptools.extern.some_module`` gives the same object as ``setuptools._vendor.some_module``. This makes Metadata picklable again.
* 1899: Test suite now fails on warnings.
* 2011: Fix broken link to distutils docs on package_data
* 1991: Include pkg_resources test data in sdist, so tests can be executed from it.
   ```
   
  
  
   ### 45.3.0
   ```
   -------

* 1557: Deprecated eggsecutable scripts and updated docs.
* 1904: Update msvc.py to use CPython 3.8.0 mechanism to find msvc 14+
   ```
   
  
  
   ### 45.2.0
   ```
   -------

* 1905: Fixed defect in _imp, introduced in 41.6.0 when the &#39;tests&#39; directory is not present.
* 1941: Improve editable installs with PEP 518 build isolation:

  * The ``--user`` option is now always available. A warning is issued if the user site directory is not available.
  * The error shown when the install directory is not in ``PYTHONPATH`` has been turned into a warning.
* 1981: Setuptools now declares its ``tests`` and ``docs`` dependencies in metadata (extras).
* 1985: Add support for installing scripts in environments where bdist_wininst is missing (i.e. Python 3.9).
* 1968: Add flake8-2020 to check for misuse of sys.version or sys.version_info.
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/setuptools
  - Changelog: https://pyup.io/changelogs/setuptools/
  - Repo: https://github.com/pypa/setuptools
</details>



Co-authored-by: pyup-bot <github-bot@pyup.io>
Co-authored-by: Ellen Marie Dash <me@duckie.co>
  • Loading branch information
3 people authored May 13, 2020
2 parents 0fed398 + e0b7c58 commit 65340ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tests_require =
# FIXME: This name seems wrong, but I can't think of a better one atm.
build =
pip==20.1
setuptools==45.1.0
setuptools==46.2.0
wheel==0.34.2

testing =
Expand Down

0 comments on commit 65340ad

Please sign in to comment.