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

bpo-33071: remove outdated PyPI docs #13087

Merged
merged 3 commits into from
May 10, 2019

Conversation

kojoidrissa
Copy link
Contributor

@kojoidrissa kojoidrissa commented May 4, 2019

Copy link
Contributor

@eamanu eamanu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please, follow the @ncoghlan comments, you need to come back that line and
the documentation will be make successfully. I test it.

@ncoghlan
Copy link
Contributor

ncoghlan commented May 8, 2019

@kojoidrissa I'd like to resolve this before finishing up #13092, so I went ahead and amended the update directly.

@ncoghlan ncoghlan changed the title bpo-33071: removed outdated PyPI docs bpo-33071: remove outdated PyPI docs May 8, 2019
@ncoghlan ncoghlan merged commit 1b4abcf into python:master May 10, 2019
@miss-islington
Copy link
Contributor

Thanks @kojoidrissa for the PR, and @ncoghlan for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 10, 2019
Patch by Kojo Idrissa.
(cherry picked from commit 1b4abcf)

Co-authored-by: Kojo Idrissa <kojoidrissa@users.noreply.github.com>
@bedevere-bot
Copy link

GH-13235 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request May 10, 2019
Patch by Kojo Idrissa.
(cherry picked from commit 1b4abcf)

Co-authored-by: Kojo Idrissa <kojoidrissa@users.noreply.github.com>
@miss-islington
Copy link
Contributor

Thanks @kojoidrissa for the PR, and @ncoghlan for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @kojoidrissa and @ncoghlan, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 1b4abcf302ff2c8f4d4881294510d48ba5186b53 2.7


By default PyPI displays only the newest version of a given package. The web
interface lets one change this default behavior and manually select which
versions to display and hide.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That’s a lot of useful information removed :-|

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Significant parts of it were incorrect information, and having it here meant that even if we fixed it now, it was likely to just become outdated again as PyPI evolves.

If there's anything that isn't sufficiently obvious from the PyPI web UI itself, then https://pypi.org/help/ would be a more appropriate location to cover it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK!

@bedevere-bot
Copy link

GH-13584 is a backport of this pull request to the 2.7 branch.

miss-islington pushed a commit that referenced this pull request May 29, 2019
Patch by Kojo Idrissa.
(cherry picked from commit 1b4abcf)

Co-authored-by: Kojo Idrissa <kojoidrissa@users.noreply.github.com>


https://bugs.python.org/issue33071
bhrutledge added a commit to bhrutledge/packaging.python.org that referenced this pull request May 29, 2020
bhrutledge added a commit to bhrutledge/cpython that referenced this pull request Jun 6, 2020
To resolve pypa/twine#638 and pypa/packaging.python.org#730, I wrote a spec based on the one that was removed in python#13087. However, a Google search for "pypirc" turned up at least one [blog post](https://truveris.github.io/articles/configuring-pypirc/) that links to https://docs.python.org/3/distutils/packageindex.html#the-pypirc-file, which now just links to this document. So, I thought a link to the spec would be handy.
miss-islington pushed a commit that referenced this pull request Jun 20, 2020
Related to pypa/twine#638 and pypa/packaging.python.org#730, I wrote a spec based on the one that was removed in #13087. However, a Google search for "pypirc" turned up at least one [blog post](https://truveris.github.io/articles/configuring-pypirc/) that links to https://docs.python.org/3/distutils/packageindex.html#the-pypirc-file, which now just links to this document. So, I thought a link to the spec would be handy.

Automerge-Triggered-By: @jaraco
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 20, 2020
Related to pypa/twine#638 and pypa/packaging.python.org#730, I wrote a spec based on the one that was removed in python#13087. However, a Google search for "pypirc" turned up at least one [blog post](https://truveris.github.io/articles/configuring-pypirc/) that links to https://docs.python.org/3/distutils/packageindex.htmlGH-the-pypirc-file, which now just links to this document. So, I thought a link to the spec would be handy.

Automerge-Triggered-By: @jaraco
(cherry picked from commit af157fa)

Co-authored-by: Brian Rutledge <brian@bhrutledge.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 20, 2020
Related to pypa/twine#638 and pypa/packaging.python.org#730, I wrote a spec based on the one that was removed in python#13087. However, a Google search for "pypirc" turned up at least one [blog post](https://truveris.github.io/articles/configuring-pypirc/) that links to https://docs.python.org/3/distutils/packageindex.htmlGH-the-pypirc-file, which now just links to this document. So, I thought a link to the spec would be handy.

Automerge-Triggered-By: @jaraco
(cherry picked from commit af157fa)

Co-authored-by: Brian Rutledge <brian@bhrutledge.com>
miss-islington added a commit that referenced this pull request Jun 20, 2020
Related to pypa/twine#638 and pypa/packaging.python.org#730, I wrote a spec based on the one that was removed in #13087. However, a Google search for "pypirc" turned up at least one [blog post](https://truveris.github.io/articles/configuring-pypirc/) that links to https://docs.python.org/3/distutils/packageindex.htmlGH-the-pypirc-file, which now just links to this document. So, I thought a link to the spec would be handy.

Automerge-Triggered-By: @jaraco
(cherry picked from commit af157fa)

Co-authored-by: Brian Rutledge <brian@bhrutledge.com>
jaraco pushed a commit that referenced this pull request Jun 20, 2020
Related to pypa/twine#638 and pypa/packaging.python.org#730, I wrote a spec based on the one that was removed in #13087. However, a Google search for "pypirc" turned up at least one [blog post](https://truveris.github.io/articles/configuring-pypirc/) that links to https://docs.python.org/3/distutils/packageindex.htmlGH-the-pypirc-file, which now just links to this document. So, I thought a link to the spec would be handy.

Automerge-Triggered-By: @jaraco
(cherry picked from commit af157fa)

Co-authored-by: Brian Rutledge <brian@bhrutledge.com>

Co-authored-by: Brian Rutledge <brian@bhrutledge.com>
fasih pushed a commit to fasih/cpython that referenced this pull request Jun 29, 2020
Related to pypa/twine#638 and pypa/packaging.python.org#730, I wrote a spec based on the one that was removed in python#13087. However, a Google search for "pypirc" turned up at least one [blog post](https://truveris.github.io/articles/configuring-pypirc/) that links to https://docs.python.org/3/distutils/packageindex.html#the-pypirc-file, which now just links to this document. So, I thought a link to the spec would be handy.

Automerge-Triggered-By: @jaraco
arun-mani-j pushed a commit to arun-mani-j/cpython that referenced this pull request Jul 21, 2020
Related to pypa/twine#638 and pypa/packaging.python.org#730, I wrote a spec based on the one that was removed in python#13087. However, a Google search for "pypirc" turned up at least one [blog post](https://truveris.github.io/articles/configuring-pypirc/) that links to https://docs.python.org/3/distutils/packageindex.html#the-pypirc-file, which now just links to this document. So, I thought a link to the spec would be handy.

Automerge-Triggered-By: @jaraco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants