RSS feed for new file uploads to existing packages #2551
Labels
APIs/feeds
feature request
help needed
We'd love volunteers to advise on or help fix/implement this.
Milestone
Hi!
Currently there are two RSS feeds available (added by #990):
The former allows for monitoring of when a new version of a package is released, however doesn't show when new uploads to an existing package occur - which is a problem, since it's not unusual for files to be uploaded to a package in a staggered manner.
For example:
This causes issues for projects using pip's
--require-hashes
mode along with tooling that automatically updates dependencies in requirements files (such as https://pyup.io/ ), since:If an RSS feed were available of "40 newest file uploads" or even "40 newest changes of any type, whether that be metadata or uploads", then tools like pyup.io could use it to automatically update the requirements files hashes as uploads occurred (presumably with a slight delay to batch changes).
See:
pyupio/pyup#250
Note: This is different from #1683 / #2165, since they are about a feed for just one package (and I think still only at the releases level, not the uploads level), rather than a feed for all packages site-wide.
CC @jayfk
The text was updated successfully, but these errors were encountered: