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

Add the Deprecation class for pip 9.0 and remove things deprecated in 7.0 #2641

Merged
merged 3 commits into from Apr 7, 2015

Conversation

dstufft
Copy link
Member

@dstufft dstufft commented Apr 7, 2015

  • Removed the deprecated --mirror, --use-mirrors, and -M options.
  • Removed the deprecated zip and unzip commands.
  • Removed the deprecated --no-install and --no-download options.
  • No longer implicitly support an insecure origin origin, and instead require insecure origins be explicitly trusted with the --trusted-host option.
  • Removed the deprecated link scraping that attempted to parse HTML comments for a specially formatted comment.

@dstufft dstufft force-pushed the bump-deprecations branch 2 times, most recently from 369bbea to 81ad0f0 Compare April 7, 2015 07:39
@pfmoore
Copy link
Member

pfmoore commented Apr 7, 2015

Just a reminder that as per the comment from @ncoghlan in #906 the core Python test suite will need changing before this change can be included in ensurepip.

@dstufft
Copy link
Member Author

dstufft commented Apr 7, 2015

That's not a big deal, when I pull 7.0 into CPython i'll just update the tests then.

dstufft added a commit that referenced this pull request Apr 7, 2015
Add the Deprecation class for pip 9.0 and remove things deprecated in 7.0
@dstufft dstufft merged commit c5d3dd2 into pypa:develop Apr 7, 2015
@dstufft dstufft deleted the bump-deprecations branch April 7, 2015 08:38
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 4, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants