Skip to content

Commit

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


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



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


Breaking Changes
^^^^^^^^^^^^^^^^
* 2537: Remove fallback support for fetch_build_eggs using easy_install. Now pip is required for setup_requires to succeed.
* 2544: Removed &#39;easy_install&#39; top-level model (runpy entry point) and &#39;easy_install&#39; console script.
* 2545: Removed support for eggsecutables.

Changes
^^^^^^^
* 2459: Tests now run in parallel via pytest-xdist, completing in about half the time. Special thanks to :user:`webknjaz` for hard work implementing test isolation. To run without parallelization, disable the plugin with ``tox -- -p no:xdist``.
   ```
   
  
  
   ### 51.3.3
   ```
   -------


Misc
^^^^
* 2539: Fix AttributeError in Description validation.
   ```
   
  
  
   ### 51.3.2
   ```
   -------


Misc
^^^^
* 1390: Validation of Description field now is more lenient, emitting a warning and mangling the value to be valid (replacing newlines with spaces).
   ```
   
  
  
   ### 51.3.1
   ```
   -------


Misc
^^^^
* 2536: Reverted tag deduplication handling.
   ```
   
  
  
   ### 51.3.0
   ```
   -------


Changes
^^^^^^^
* 1390: Newlines in metadata description/Summary now trigger a ValueError.
* 2481: Define ``create_module()`` and ``exec_module()`` methods in ``VendorImporter``
  to get rid of ``ImportWarning`` -- by :user:`hroncok`
* 2489: ``pkg_resources`` behavior for zipimport now matches the regular behavior, and finds
  ``.egg-info`` (previoulsy would only find ``.dist-info``) -- by :user:`thatch`
* 2529: Fixed an issue where version tags may be added multiple times
   ```
   
  
  
   ### 51.2.0
   ```
   -------


Changes
^^^^^^^
* 2493: Use importlib.import_module() rather than the deprectated loader.load_module()
  in pkg_resources namespace delaration -- by :user:`encukou`

Documentation changes
^^^^^^^^^^^^^^^^^^^^^
* 2525: Fix typo in the document page about entry point. -- by :user:`jtr109`

Misc
^^^^
* 2534: Avoid hitting network during test_easy_install.
   ```
   
  
  
   ### 51.1.2
   ```
   -------


Misc
^^^^
* 2505: Disable inclusion of package data as it causes &#39;tests&#39; to be included as data.
   ```
   
  
</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 <[email protected]>
Co-authored-by: Ellen Marie Dash <[email protected]>
  • Loading branch information
3 people authored Jan 31, 2021
2 parents ab5a8c1 + 7676490 commit 351e872
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 @@ -26,7 +26,7 @@ python_requires = >=3.5
build =
bork==5.1.0
pip==21.0.1
setuptools==51.1.1
setuptools==52.0.0
wheel==0.36.2

# testing and linting are split, to avoid CI problems
Expand Down

0 comments on commit 351e872

Please sign in to comment.