Re: [Fab-user] Why is the version that's available on pypi only at 0.1.1?

2009-10-14 Thread Jeff Forcier
Hi Taras, I've been avoiding putting up a non-release version because I just didn't want anything up that wasn't finished. However, as soon as the docs I'm nearly done expanding are done, and I've spent a few hours testing out the setup.py on a few different platforms, I plan on pushing this out

Re: [Fab-user] Why is the version that's available on pypi only at 0.1.1?

2009-10-14 Thread Taras Mankovski
I haven't had any issues, but I might have been lucky. I'll wait for resolution on this. Good luck with the go live. On Wed, Oct 14, 2009 at 1:20 PM, Jeff Forcier j...@bitprophet.org wrote: Hi Taras, I've been avoiding putting up a non-release version because I just didn't want anything up

Re: [Fab-user] Why is the version that's available on pypi only at 0.1.1?

2009-10-14 Thread Heikki Toivonen
Jeff Forcier wrote: One major problem regardless is that Paramiko (our main dependency) has a serious bug in its latest version, and the previous version isn't on PyPI. So automatic easy_install of Fab is not recommended, It seems like the last version before current (1.7.5) that is available

Re: [Fab-user] Why is the version that's available on pypi only at 0.1.1?

2009-10-14 Thread Jeff Forcier
On Wed, Oct 14, 2009 at 1:32 PM, Heikki Toivonen htoivo...@spikesource.com wrote: It seems like the last version before current (1.7.5) that is available on PyPI is 1.7.2 (http://pypi.python.org/pypi/paramiko/1.7.2). So maybe you could write the dependency something like: Paramiko = 1.7.2,

Re: [Fab-user] Why is the version that's available on pypi only at 0.1.1?

2009-10-14 Thread Heikki Toivonen
Jeff Forcier wrote: On Wed, Oct 14, 2009 at 1:32 PM, Heikki Toivonen htoivo...@spikesource.com wrote: It seems like the last version before current (1.7.5) that is available on PyPI is 1.7.2 (http://pypi.python.org/pypi/paramiko/1.7.2). So maybe you could write the dependency something