where is zc.zservertracelog 1.2.0?
Hi. pypi advertises http://pypi.python.org/pypi/zc.zservertracelog/1.2.0 but there is no download to be found! :-) Could whoever made the release add the download? Thanks Gary
On Fri, Sep 11, 2009 at 03:51:30PM -0400, Gary Poster wrote:
Hi. pypi advertises http://pypi.python.org/pypi/zc.zservertracelog/1.2.0 but there is no download to be found! :-) Could whoever made the release add the download?
Is it important that the same person do it? In theory, since svn has tags for all releases, anybody could check out the right tag and do python setup.py sdist upload Marius Gedminas -- http://pov.lt/ -- Zope 3 consulting and development
On Fri, Sep 11, 2009 at 4:44 PM, Marius Gedminas <marius@gedmin.as> wrote:
On Fri, Sep 11, 2009 at 03:51:30PM -0400, Gary Poster wrote:
Hi. pypi advertises http://pypi.python.org/pypi/zc.zservertracelog/1.2.0 but there is no download to be found! :-) Could whoever made the release add the download?
Is it important that the same person do it? In theory, since svn has tags for all releases, anybody could check out the right tag and do
python setup.py sdist upload
Marius Gedminas -- http://pov.lt/ -- Zope 3 consulting and development
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFKqravkVdEXeem148RAqE6AJ41Sa5Qr6QZU7rIBE191Kn/Kwf4zgCfQSIL JDluZ+F7IiH2qMhtgDkXvrg= =d7JS -----END PGP SIGNATURE-----
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
Sorry, my mistake! I'm fixing this right away. -- Alex Smith Software Engineer Zope Corporation
On Fri, Sep 11, 2009 at 4:54 PM, Alexander J Smith <alex@zope.com> wrote:
On Fri, Sep 11, 2009 at 4:44 PM, Marius Gedminas <marius@gedmin.as> wrote:
On Fri, Sep 11, 2009 at 03:51:30PM -0400, Gary Poster wrote:
Hi. pypi advertises http://pypi.python.org/pypi/zc.zservertracelog/1.2.0 but there is no download to be found! :-) Could whoever made the release add the download?
Is it important that the same person do it? In theory, since svn has tags for all releases, anybody could check out the right tag and do
python setup.py sdist upload
Marius Gedminas -- http://pov.lt/ -- Zope 3 consulting and development
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFKqravkVdEXeem148RAqE6AJ41Sa5Qr6QZU7rIBE191Kn/Kwf4zgCfQSIL JDluZ+F7IiH2qMhtgDkXvrg= =d7JS -----END PGP SIGNATURE-----
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
Sorry, my mistake! I'm fixing this right away.
-- Alex Smith Software Engineer Zope Corporation
Fixed :) -- Alex Smith Software Engineer Zope Corporation
On Sep 11, 2009, at 4:57 PM, Alexander J Smith wrote:
On Fri, Sep 11, 2009 at 4:54 PM, Alexander J Smith <alex@zope.com> wrote:
On Fri, Sep 11, 2009 at 4:44 PM, Marius Gedminas <marius@gedmin.as> wrote:
On Fri, Sep 11, 2009 at 03:51:30PM -0400, Gary Poster wrote:
Hi. pypi advertises http://pypi.python.org/pypi/zc.zservertracelog/1.2.0 but there is no download to be found! :-) Could whoever made the release add the download?
Is it important that the same person do it? In theory, since svn has tags for all releases, anybody could check out the right tag and do
python setup.py sdist upload
I believe you need to have PyPI privileges for that distribution in order to upload--an elite set of alexsmith, J1m, benji, achapman. :-)
Sorry, my mistake! I'm fixing this right away.
-- Alex Smith Software Engineer Zope Corporation
Fixed :)
Thank you very much Alex! :-) Gary
On Fri, Sep 11, 2009 at 05:51:16PM -0400, Gary Poster wrote:
On Sep 11, 2009, at 4:57 PM, Alexander J Smith wrote:
On Fri, Sep 11, 2009 at 4:54 PM, Alexander J Smith <alex@zope.com> wrote:
On Fri, Sep 11, 2009 at 4:44 PM, Marius Gedminas <marius@gedmin.as> wrote:
On Fri, Sep 11, 2009 at 03:51:30PM -0400, Gary Poster wrote:
Hi. pypi advertises http://pypi.python.org/pypi/zc.zservertracelog/1.2.0 but there is no download to be found! :-) Could whoever made the release add the download?
Is it important that the same person do it? In theory, since svn has tags for all releases, anybody could check out the right tag and do
python setup.py sdist upload
I believe you need to have PyPI privileges for that distribution in order to upload--an elite set of alexsmith, J1m, benji, achapman. :-)
D'oh! I got used to being an uploader for everything -- bless Stephan's scripts! Marius Gedminas -- http://pov.lt/ -- Zope 3 consulting and development
On 2009-09-11, Gary Poster <gary.poster@gmail.com> wrote:
Hi. pypi advertises http://pypi.python.org/pypi/zc.zservertracelog/1.2.0 but there is no download to be found! :-) Could whoever made the release add the download?
Related to the recent "1.2dev or 0" discussion where zest.releaser was mentioned: this is a great example where small inobtrusive tools like zest.releaser and collective.releaser help a lot. The tool won't forget to make the upload! Don't make things unclear ('0' instead of '1.2dev') to save you one edit action upon releasing "as it is easier for doing a release by hand". Especially if "doing a release by hand" means several unneeded manual edit actions (updating changelog with release date and a new section, for instance) that you wouldn't need by using a small tool. Reinout -- Reinout van Rees - reinout@vanrees.org - http://reinout.vanrees.org Software developer at http://www.thehealthagency.com "Military engineers build missiles. Civil engineers build targets"
participants (4)
-
Alexander J Smith -
Gary Poster -
Marius Gedminas -
Reinout van Rees