Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update setuptools to 42.0.1 #398

Merged
merged 1 commit into from
Nov 30, 2019
Merged

Conversation

pyup-bot
Copy link
Contributor

This PR updates setuptools from 41.6.0 to 42.0.1.

Changelog

42.0.1

-------

* 1918: Fix regression in handling wheels compatibility tags.

42.0.0

-------

* 1830, 1909: Mark the easy_install script and setuptools command as deprecated, and use `pip <https://pip.pypa.io/en/stable/>`_ when available to fetch/build wheels for missing ``setup_requires``/``tests_require`` requirements, with the following differences in behavior:
* support for ``python_requires``
* better support for wheels (proper handling of priority with respect to PEP 425 tags)
* PEP 517/518 support
* eggs are not supported
* no support for the ``allow_hosts`` easy_install option (``index_url``/``find_links`` are still honored)
* pip environment variables are honored (and take precedence over easy_install options)
* 1898: Removed the "upload" and "register" commands in favor of `twine <https://pypi.org/p/twine>`_.
* 1767: Add support for the ``license_files`` option in ``setup.cfg`` to automatically
include multiple license files in a source distribution.
* 1829: Update handling of wheels compatibility tags:
* add support for manylinux2010
* fix use of removed 'm' ABI flag in Python 3.8 on Windows
* 1861: Fix empty namespace package installation from wheel.
* 1877: Setuptools now exposes a new entry point hook "setuptools.finalize_distribution_options", enabling plugins like `setuptools_scm <https://pypi.org/project/setuptools_scm>`_ to configure options on the distribution at finalization time.
Links

@mayeut mayeut merged commit a48124d into master Nov 30, 2019
@mayeut mayeut deleted the pyup-update-setuptools-41.6.0-to-42.0.1 branch November 30, 2019 08:59
mayeut pushed a commit to mayeut/manylinux that referenced this pull request Dec 2, 2019
mayeut pushed a commit to mayeut/manylinux that referenced this pull request Dec 2, 2019
mayeut added a commit that referenced this pull request Dec 2, 2019
* Update certifi from 2019.9.11 to 2019.11.28 (#400)

* Update setuptools from 41.6.0 to 42.0.1 (#398)

* Update setuptools from 42.0.1 to 42.0.2 (#401)
mayeut added a commit that referenced this pull request Dec 4, 2019
* Update certifi from 2019.9.11 to 2019.11.28 (#400)

* Update setuptools from 41.6.0 to 42.0.1 (#398)

* Update setuptools from 42.0.1 to 42.0.2 (#401)
grzanka pushed a commit to grzanka/manylinux that referenced this pull request May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants