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.2 #1696

Merged
merged 2 commits into from
Jan 26, 2017
Merged

Conversation

pyup-bot
Copy link
Contributor

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

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

Changelog

34.0.2


  • 882: Ensure extras are honored when building the
    working set.
  • 913: Fix issue in develop if package directory has
    a trailing slash.

34.0.1


  • 935: Fix glob syntax in graft.

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.

As discovered in 940, not all versions of pip will
successfully install Setuptools from its pre-built
wheel. If you encounter issues with "No module named
six" or "No module named packaging", especially
following a line "Running setup.py egg_info for package
setuptools", then your pip is not new enough.

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

Happy merging! 🤖

@dstufft dstufft merged commit d77f0b8 into master Jan 26, 2017
@dstufft dstufft deleted the pyup-update-setuptools-33.1.1-to-34.0.2 branch January 26, 2017 00:38
@di
Copy link
Member

di commented Jan 26, 2017

@dstufft Did you notice that CI actually failed the dependencies check for this branch, but misreported the failure?

https://travis-ci.org/pypa/warehouse/jobs/194865699#L737

@dstufft
Copy link
Member

dstufft commented Jan 26, 2017

lol, nope. I don't read passing test results, sad trombone

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.

None yet

3 participants