On June 13, 2018 at 11:03:05 AM, Vinay Sajip via Distutils-SIG 
(distutils-sig@python.org) wrote:
I just uploaded python-gnupg 0.4.3 to PyPI using Twine. Search still shows the 
previous version:

https://pypi.org/search/?q=python-gnupg => 0.4.2


Search index updates are not immediate and are only used by the web search form 
and pip search. pip installs use the simple index.

However, clicking on the link brings up the page for the latest version:

https://pypi.org/project/python-gnupg/ => 0.4.3
This indicates that the cache purge for the project worked, which should also 
purge https://pypi.org/simple/python-gnupg/



But pip install is also wrongly picking up 0.4.2. What's the expected delay 
between uploading a new version and having it be available via pip? I would 
have expected more or less immediately. All systems are showing as operational.
Indeed, new uploads should be available for pip install very quickly. I’m 
seeing 0.4.3 when I request the simple index.

Can you provide the output of `curl -I https://pypi.org/simple/python-gnupg/` 
It is possible that you are hitting a stale cache in PyPI's CDN.



Regards,

Vinay Sajip




-- 
Distutils-SIG mailing list -- distutils-sig@python.org 
To unsubscribe send an email to distutils-sig-le...@python.org 
https://mail.python.org/mm3/mailman3/lists/distutils-sig.python.org/ 
Message archived at 
https://mail.python.org/mm3/archives/list/distutils-sig@python.org/message/HGJUP5NCCW4LMYVBJBL3XAWSA3CFAHY4/
 
--
Distutils-SIG mailing list -- distutils-sig@python.org
To unsubscribe send an email to distutils-sig-le...@python.org
https://mail.python.org/mm3/mailman3/lists/distutils-sig.python.org/
Message archived at 
https://mail.python.org/mm3/archives/list/distutils-sig@python.org/message/4MVKUJ4QHWLLQHTTO5WSXINLQKHDBY4X/

Reply via email to