zope.testing releases on PyPI
Hi, the zope.testing releases on PyPI are apparently a bit weird. - zope.testing 3.5.1 has been the latest released version on PyPI last week - I created V 3.5.2 on Sunday. Phillip granted me access to the zope.testing package on PyPI in order to upload 3.5.2 (which worked) - I created V 3.5.3 yesterday morning. Uploading the egg was impossible because I had no longer rights (in fact permissions are currentl only granted to Jim and Fred Drake (not even Phillip) - search for "zope.testing" on PyPI leads me to version 3.0 instead of 3.5.1 Does anyone know what happened here? Andreas
On Wednesday 09 July 2008, Andreas Jung wrote:
- search for "zope.testing" on PyPI leads me to version 3.0 instead of 3.5.1
I think this is because all releases are "visible". And it probably picks the first visible one and not the last. I do not have access zope.testing to verify that theory. Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. "Zope Stephan Richter"
Previously Stephan Richter wrote:
On Wednesday 09 July 2008, Andreas Jung wrote:
- search for "zope.testing" on PyPI leads me to version 3.0 instead of 3.5.1
I think this is because all releases are "visible". And it probably picks the first visible one and not the last. I do not have access zope.testing to verify that theory.
Pypi always marks the last upload as the only visible version, which means Andreas's two uploads should have been visible. A quick peek at http://pypi.python.org/simple/zope.testing/ shows that 3.5.2 really was removed. Wichert. -- Wichert Akkerman <wichert@wiggy.net> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.
On Jul 9, 2008, at 11:37 PM, Andreas Jung wrote:
Hi,
the zope.testing releases on PyPI are apparently a bit weird.
- zope.testing 3.5.1 has been the latest released version on PyPI last week - I created V 3.5.2 on Sunday. Phillip granted me access to the zope.testing package on PyPI in order to upload 3.5.2 (which worked) - I created V 3.5.3 yesterday morning. Uploading the egg was impossible because I had no longer rights (in fact permissions are currentl only granted to Jim and Fred Drake (not even Phillip) - search for "zope.testing" on PyPI leads me to version 3.0 instead of 3.5.1
Does anyone know what happened here?
Of course not. :) I suggest asking the catalog-sig. I suspect someone restored the db from backup. That or database corruption of some sort. Relational DBs are soooo unreliable. ;) Jim -- Jim Fulton Zope Corporation
participants (4)
-
Andreas Jung -
Jim Fulton -
Stephan Richter -
Wichert Akkerman