Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Update setuptools to 53.1.0 #295

Merged
merged 1 commit into from Feb 26, 2021
Merged

Conversation

pyup-bot
Copy link
Collaborator

This PR updates setuptools from 51.3.3 to 53.1.0.

Changelog

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`

53.0.0

-------


Breaking Changes
^^^^^^^^^^^^^^^^
* 1527: Removed bootstrap script. Now Setuptools requires pip or another pep517-compliant builder such as 'build' to build. Now Setuptools can be installed from Github main branch.

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 'easy_install' top-level model (runpy entry point) and 'easy_install' 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``.
Links

@coveralls
Copy link

Coverage Status

Coverage remained the same at 86.233% when pulling 164a1be on pyup-update-setuptools-51.3.3-to-53.1.0 into 2d84ca7 on master.

@mostafa mostafa merged commit e1b7af4 into master Feb 26, 2021
@mostafa mostafa deleted the pyup-update-setuptools-51.3.3-to-53.1.0 branch February 26, 2021 19:35
mostafa pushed a commit that referenced this pull request Mar 7, 2021
* Update pytest from 6.1.2 to 6.2.1 (#279)
* fix: requirements.txt to reduce vulnerabilities (#288)
* The following vulnerabilities are fixed by pinning transitive dependencies:
*   - https://snyk.io/vuln/SNYK-PYTHON-PYYAML-590151
* Update pyyaml from 5.3.1 to 5.4.1 (#289)
* Update setuptools from 51.0.0 to 51.3.3 (#286)
* Update unidecode from 1.1.1 to 1.1.2 (#281)
* Update requests from 2.25.0 to 2.25.1 (#280)
* Update setuptools from 51.3.3 to 53.1.0 (#295)
* Update pytest-runner from 5.2 to 5.3.0 (#294)
* Update unidecode from 1.1.2 to 1.2.0 (#293)
* Update pytest from 6.2.1 to 6.2.2 (#291)
* Update pytest-flask to 1.2.0 (#296)
* Update pytest-flask from 1.1.0 to 1.2.0
* Update setuptools from 53.1.0 to 54.1.1 (#299)
* Update pygrest from 1.4.0 to 2.1.0 (#274)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants