Skip to content

Commit

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


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



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


Breaking Changes
^^^^^^^^^^^^^^^^
* 2582: Simplified build-from-source story by providing bootstrapping metadata in a separate egg-info directory. Build requirements no longer include setuptools itself. Sdist once again includes the pyproject.toml. Project can no longer be installed from source on pip 19.x, but install from source is still supported on pip &lt; 19 and pip &gt;= 20 and install from wheel is still supported with pip &gt;= 9.

Changes
^^^^^^^
* 1932: Handled :code:`AttributeError` by raising :code:`DistutilsSetupError` in :code:`dist.check_specifier()` when specifier is not a string -- by :user:`melissa-kun-li`
* 2570: Correctly parse cmdclass in setup.cfg.

Documentation changes
^^^^^^^^^^^^^^^^^^^^^
* 2553: Added userguide example for markers in extras_require -- by :user:`pwoolvett`
   ```
   
  
  
   ### 53.1.0
   ```
   -------


Changes
^^^^^^^
* 1937: Preserved case-sensitivity of keys in setup.cfg so that entry point names are case-sensitive. Changed sensitivity of configparser. NOTE: Any projects relying on case-insensitivity will need to adapt to accept the original case as published. -- by :user:`melissa-kun-li`
* 2573: Fixed error in uploading a Sphinx doc with the :code:`upload_docs` command. An html builder will be used.
  Note: :code:`upload_docs` is deprecated for PyPi, but is supported for other sites -- by :user:`melissa-kun-li`
   ```
   
  
</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>
  • Loading branch information
bors[bot] and pyup-bot authored Mar 3, 2021
2 parents a078063 + 035e2d3 commit f77aa79
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 @@ -34,7 +34,7 @@ setup_requires =
build =
bork==5.1.0
pip==21.0.1
setuptools==53.0.0
setuptools==54.0.0
wheel==0.36.2

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

0 comments on commit f77aa79

Please sign in to comment.