Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-11 Thread exarkun
On 10 Apr, 12:35 pm, dus...@v.igoro.us wrote: Use pip install -e .[ssl] in the dir with the twisted setup.py. Works like a charm. It seems like this would completely replace the need for any kind of requirements.txt files. Is there a compelling reason to make both of these work? Jean-P

Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-10 Thread Donald Stufft
Oh whoops, I misread what Jean-Paul said. Yes you can do that, either directly or in a requirements file. On Apr 10, 2014, at 8:35 AM, Dustin J. Mitchell wrote: > Use > > pip install -e .[ssl] > > in the dir with the twisted setup.py. Works like a charm. > > Dustin > > On Thu, Apr 10, 201

Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-10 Thread Dustin J. Mitchell
Use pip install -e .[ssl] in the dir with the twisted setup.py. Works like a charm. Dustin On Thu, Apr 10, 2014 at 7:06 AM, Donald Stufft wrote: > > On Apr 10, 2014, at 6:56 AM, exar...@twistedmatrix.com wrote: > >> On 9 Apr, 10:59 pm, don...@stufft.io wrote: >>> >>> On Apr 9, 2014, at 6:55

Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-10 Thread Donald Stufft
On Apr 10, 2014, at 6:56 AM, exar...@twistedmatrix.com wrote: > On 9 Apr, 10:59 pm, don...@stufft.io wrote: >> >> On Apr 9, 2014, at 6:55 PM, Itamar Turner-Trauring >> wrote: >>> On 04/09/2014 03:48 PM, exar...@twistedmatrix.com wrote: And that shortcoming could be mitigated by docu

Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-10 Thread exarkun
On 9 Apr, 10:59 pm, don...@stufft.io wrote: On Apr 9, 2014, at 6:55 PM, Itamar Turner-Trauring wrote: On 04/09/2014 03:48 PM, exar...@twistedmatrix.com wrote: And that shortcoming could be mitigated by documenting (or even formally declaring) this dependency more prominently (I see it's in

Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-09 Thread Donald Stufft
On Apr 9, 2014, at 6:55 PM, Itamar Turner-Trauring wrote: > On 04/09/2014 03:48 PM, exar...@twistedmatrix.com wrote: >> >> And that shortcoming could be mitigated by documenting (or even formally >> declaring) this dependency more prominently (I see it's in the NEWS file and >> the SSL howto

Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-09 Thread Itamar Turner-Trauring
On 04/09/2014 03:48 PM, exar...@twistedmatrix.com wrote: And that shortcoming could be mitigated by documenting (or even formally declaring) this dependency more prominently (I see it's in the NEWS file and the SSL howto but not, for example, in the INSTALL file). A ssl-requirements.txt file

Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-09 Thread exarkun
On 06:19 pm, p.may...@imperial.ac.uk wrote: On 09/04/14 18:47, Glyph wrote: On Apr 9, 2014, at 9:42 AM, exar...@twistedmatrix.com wrote: This is a warning that just about every Twisted user is going to see and it's confusing (_sslverify.py? what?) and poorly

Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-09 Thread exarkun
On 05:47 pm, gl...@twistedmatrix.com wrote: On Apr 9, 2014, at 9:42 AM, exar...@twistedmatrix.com wrote: This is a warning that just about every Twisted user is going to see and it's confusing (_sslverify.py? what?) and poorly formatted. I can definitely fix the formatting (and maybe a few ot

Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-09 Thread Phil Mayers
On 09/04/14 18:47, Glyph wrote: On Apr 9, 2014, at 9:42 AM, exar...@twistedmatrix.com wrote: This is a warning that just about every Twisted user is going to see and it's confusing (_sslverify.py? what?) and poorly formatted. I can definitely fix the format

Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-09 Thread Donald Stufft
On Apr 9, 2014, at 1:47 PM, Glyph wrote: > > On Apr 9, 2014, at 9:42 AM, exar...@twistedmatrix.com wrote: > >> This is a warning that just about every Twisted user is going to see and >> it's confusing (_sslverify.py? what?) and poorly formatted. > > I can definitely fix the formatting (and

Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-09 Thread Glyph
On Apr 9, 2014, at 9:42 AM, exar...@twistedmatrix.com wrote: > This is a warning that just about every Twisted user is going to see and it's > confusing (_sslverify.py? what?) and poorly formatted. I can definitely fix the formatting (and maybe a few other things in this area...) for a new pre

Re: [Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-09 Thread exarkun
On 07:34 am, hawk...@atleastfornow.net wrote: Just in time for PyCon, the second prerelease is hot off the presses. Tarballs for this prerelease can be found at , with the changelog at

[Twisted-Python] Twisted 14.0.0-pre2 Announcement

2014-04-09 Thread HawkOwl
Just in time for PyCon, the second prerelease is hot off the presses. Tarballs for this prerelease can be found at , with the changelog at . Changes from the previous prerelease include: