-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestneeds_external_prWill rely on non maintainer PR in order to closeWill rely on non maintainer PR in order to close
Description
See https://mail.python.org/archives/list/[email protected]/thread/5VOX33ARFQUYKIMKM5NS7PM7Z6ZNCSJY/ and:
The following PyPI XMLRPC methods are being permanently deprecated:
list_packages
package_releases
release_urls
release_data
Technically https://warehouse.pypa.io/api-reference/xml-rpc.html#mirroring-support did not deprecated the list_packages_with_serial
RPC, but in practice it times out and should likely be replaced with the new simple JSON API that provides a list of packages with serials
See also https://docs.pypi.org/api/index-api/
@ewdurbin I assume that list_packages_with_serial
is effectively deprecated even if not documented yet, correct?
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestneeds_external_prWill rely on non maintainer PR in order to closeWill rely on non maintainer PR in order to close