tdsmith / homebrew-pypi-poet

Generates Homebrew resource stanzas for Python packages.
MIT License
140 stars 30 forks source link

poet sometimes fails to select latest version because its method of accessing PyPI returns the wrong version #53

Closed jbarlow83 closed 7 years ago

jbarlow83 commented 7 years ago

I ran into this issue while using poet. I'm fairly confident it's not your fault, but I thought you'd be interested in following the issue: https://github.com/pypa/warehouse/issues/1996

tdsmith commented 7 years ago

Thanks for the report! I've seen something like this before; I suspect fastly caches HTTP/1.1 and HTTP/2 traffic separately, which explains the different result in the browser. Anyway, it should become consistent eventually.