Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPI Artifacts feed is broken #417

Open
calebbrown opened this issue Jan 15, 2024 · 0 comments
Open

PyPI Artifacts feed is broken #417

calebbrown opened this issue Jan 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@calebbrown
Copy link
Contributor

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.

@calebbrown calebbrown added the bug Something isn't working label Jan 15, 2024
calebbrown added a commit that referenced this issue Jan 15, 2024
maxfisher-g pushed a commit that referenced this issue Jan 16, 2024
* Pass in the correct error to Fatalf so we know what is broken.

Signed-off-by: Caleb Brown <[email protected]>

* Disable TestPyPIArtifactsLive temporarily until #417 is fixed.

Signed-off-by: Caleb Brown <[email protected]>

---------

Signed-off-by: Caleb Brown <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant