Add PyPI-compatible RSS feeds on Python distributions - #1328
Merged
Conversation
Expose updates, newest-packages, and per-project release feeds so clients can discover index changes without polling the simple API. closes pulp#1320 Assisted By: Cursor Grok 4.6 Co-authored-by: Cursor <cursoragent@cursor.com>
gerrod3
force-pushed
the
cr/pypi-rss-feeds
branch
from
August 25, 2026 15:56
a650199 to
e444667
Compare
gerrod3
commented
Aug 25, 2026
|
|
||
|
|
||
| def _release_link(index_url, name_normalized, version): | ||
| return urljoin(index_url, f"pypi/{name_normalized}/{version}/json") |
Contributor
Author
There was a problem hiding this comment.
On PyPI, the links they generate are https://pypi.org/project/{package} which links to their nice html page per project. We don't have that so the AI choose the /pypi json endpoint instead.
gerrod3
marked this pull request as ready for review
August 25, 2026 16:03
jobselko
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Expose updates, newest-packages, and per-project release feeds so clients can discover index changes without polling the simple API.
closes #1320
Assisted By: Cursor Grok 4.6
📜 Checklist
See: Pull Request Walkthrough