-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Merge master to bootstrap to deploy ez_setup.py to https://bootstrap.pypa.io/ez_setup.py #560
Conversation
The problem was that restructured text considered 19.4 is a sibtitle to "CHANGES". --HG-- branch : svetlyak40wt/make-194-same-level-header-as-other-vers-1453106898145
--HG-- branch : svetlyak40wt/make-194-same-level-header-as-other-vers-1453106898145
… force import in delayed-import environments. Fixes #487.
…ader-as-other-vers-1453106898145 (pull request #171) Make 19.4 same level header as other version numbers.
…as neither of those licenses grant authority for use outside their respective projects. Vendored projects are licensed under their respective licenses, currently MIT for six and Apache v2 for packaging. Fixes #132.
Remove JythonCommandSpec as it's not required on Jython 2.7 and setuptools no longer supports anything 2.5, but had to test for 'Jython on Windows' in two other places
…rted Cython and Cython references the distutils.Extension. Fixes #488.
…pace in which to launch the script. Prevents imports from occuring relative to 'setuptools' on Python 2. Ref #490.
…ibility for PyPy3 where importlib.machinery exists but FileFinder and SourceFileLoader aren't implemented.
…cted order is different on Python 2.6, not because of the lack of OrderedDict, but because of different behavior in RawConfigParser. Ref #553.
The upload command wasn't prompting for a password. If there was no password specified in ~/.pypirc, the upload command, python setup.py sdist upload would fail and raise a TypeError. The workaround for this was to use python setup.py sdist register upload since the register command does prompt for a password. This commit ensures that the upload command prompts for a password if not given one by ~/.pypirc or the register command.
This adds support for the deprecated python_implementation marker which was an undocumented setuptools marker prior to 20.2 in addition to the newer markers.
Update packaging to 16.7
password prompt on upload command
…g results directly.
This change also removes: sys.meta_path = [importer for importer in sys.meta_path if importer.__class__.__module__ != 'pkg_resources.extern'] from _unload_pkg_resources. These lines were removed from the version at: https://bootstrap.pypa.io/ez_setup.py I don't know why the code there and here differs.
Fix setuptools url and curl wants --location to follow redirects
My internet is terrible and I don't have access even to a web browser. If someone can merge this PR or otherwise fast forward the bootstrap branch to master, that should fix the issue. Otherwise, it will be a few hours before I can invoke the change. Sent from my comm On Apr 25, 2016, at 18:21, Jim Fulton <[email protected]mailto:[email protected]> wrote: I assume ez_setup.py is the only file that matters and that other changes don't matter. Not sure if there's a better way to do this. You can view, comment on, or merge this pull request online at: Commit Summary
File Changes
Patch Links:
— |
I assume ez_setup.py is the only file that matters and that other changes don't matter.
Not sure if there's a better way to do this.