fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
123 stars 39 forks source link

Handle PyPI rate limit of one request per second. #244

Closed gordonmessmer closed 3 years ago

gordonmessmer commented 3 years ago

https://bugzilla.redhat.com/show_bug.cgi?id=1892478

jamescassell commented 3 years ago

Thanks for the fix. I assume this is why COPR is failing python PyPI builds. RH bug is private, unfortunately, otherwise I'd subscribe.

gordonmessmer commented 3 years ago

@jamescassell Do you have a link to the logs of any of those failed builds?

jamescassell commented 3 years ago

This PR works around the issue for me when running it by hand. The COPR error was a different message IIRC.

gordonmessmer commented 3 years ago

This issue is resolved in v3.3.5

gordonmessmer commented 3 years ago

... but do let me know if the COPR errors look like they're related to a pyp2rpm problem.