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 34.0.0 #75

Merged
merged 1 commit into from
Jan 23, 2017

Conversation

pyup-bot
Copy link
Collaborator

There's a new version of setuptools available.
You are currently using 33.1.1. I have updated it to 34.0.0

These links might come in handy: PyPI | Changelog | Repo

Changelog

34.0.0


  • 581: Instead of vendoring the growing list of
    dependencies that Setuptools requires to function,
    Setuptools now requires these dependencies just like
    any other project. Unlike other projects, however,
    Setuptools cannot rely on setup_requires to
    demand the dependencies it needs to install because
    its own machinery would be necessary to pull those
    dependencies if not present (a bootstrapping problem).
    As a result, Setuptools no longer supports self upgrade or
    installation in the general case. Instead, users are
    directed to use pip to install and upgrade using the
    wheel distributions of setuptools.

Users are welcome to contrive other means to install
or upgrade Setuptools using other means, such as
pre-installing the Setuptools dependencies with pip
or a bespoke bootstrap tool, but such usage is not
recommended and is not supported.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@ericmjl ericmjl merged commit a35a9fe into master Jan 23, 2017
@ericmjl ericmjl deleted the pyup-update-setuptools-33.1.1-to-34.0.0 branch January 23, 2017 19:15
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