PyPI deprecated the changelog XMLRPC response (https://warehouse.pypa.io/api-reference/xml-rpc.html#changelog-since-with-ids-false) which now returns an error.
This code needs to be moved to changelog_since_serial (https://warehouse.pypa.io/api-reference/xml-rpc.html#changelog-since-serial-since-serial).
Furthermore, we need to make the "since" parameter an interface that allows arbitrary types to be implemented so "serial" can be used as a "since" parameter.
To allow commits to flow the test TestPyPIArtifactsLive will be disabled.
PyPI deprecated the
changelogXMLRPC response (https://warehouse.pypa.io/api-reference/xml-rpc.html#changelog-since-with-ids-false) which now returns an error.This code needs to be moved to
changelog_since_serial(https://warehouse.pypa.io/api-reference/xml-rpc.html#changelog-since-serial-since-serial).Furthermore, we need to make the "since" parameter an interface that allows arbitrary types to be implemented so "serial" can be used as a "since" parameter.
To allow commits to flow the test
TestPyPIArtifactsLivewill be disabled.