> It appears that this only shows new releases. If I update a new > distribution to a release, it doesn't cause the release to appear as > updated. A common scenario for me is that I'll create a release, > update a source release, and then, some time later, when someone bugs > me, I'll upload a windows egg. The way things are now, the later > upload won't be noticed. Of course, the initial upload won't be > noticed if someone happens to poll between release creation and the > first upload.
Ok, I added another operation "changelog", that gives you four-tuples name, version, timestamp, action. It's the complete journal, except that privacy fields (author and IP) are not returned, and except changes to the package (rather than a specific release) are not returned. The possible values for "action" remain undocumented. If there is interested, people can propose a specification that PyPI should try to stick to; this specification should allow for still-undocumented action values (to allow addition of more actions). Regards, Martin _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
