Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-06-08 Thread Tristan Seligmann
On Mon, 8 Jun 2015 at 15:27 Tristan Seligmann wrote: > >>> import ipaddr, ipaddress > >>> ipaddress.ip_address(b'\x7f\x00\x00\x01') > IPv4Address(u'127.0.0.1') > >>> ipaddr.IPAddress(b'\x7f\x00\x00\x01') > Traceback (most recent call last): > File "", line 1, in > File > "/home/mithrandi/dep

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-06-08 Thread Tristan Seligmann
Control: tag -1 - wontfix On Fri, 22 May 2015 at 17:06 Scott Kitterman wrote: > There are far more users of ipaddr than ipaddress. There's exactly two > API differences. I'm willing to look at pip and propose a patch to work > with either. > I've discovered yet another API incompatibility whi

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-23 Thread Scott Kitterman
On Saturday, May 23, 2015 02:27:45 PM Scott Kitterman wrote: > On May 23, 2015 12:42:35 PM EDT, Scott Kitterman wrote: > >On Friday, May 22, 2015 02:17:59 PM Ian Cordasco wrote: > >> On Fri, May 22, 2015 at 10:12 AM, Tristan Seligmann > >> > >> wrote: > >> > On 22 May 2015 at 16:06, Tristan Sel

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-23 Thread Scott Kitterman
On May 23, 2015 12:42:35 PM EDT, Scott Kitterman wrote: >On Friday, May 22, 2015 02:17:59 PM Ian Cordasco wrote: >> On Fri, May 22, 2015 at 10:12 AM, Tristan Seligmann >> >> wrote: >> > On 22 May 2015 at 16:06, Tristan Seligmann > >wrote: >> >> Or are you saying that the ipaddress backport is n

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-23 Thread Scott Kitterman
On Friday, May 22, 2015 02:17:59 PM Ian Cordasco wrote: > On Fri, May 22, 2015 at 10:12 AM, Tristan Seligmann > > wrote: > > On 22 May 2015 at 16:06, Tristan Seligmann wrote: > >> Or are you saying that the ipaddress backport is not compatible with > >> python3 stdlib's ipaddress? (This would b

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-22 Thread Scott Kitterman
On Friday, May 22, 2015 02:17:59 PM Ian Cordasco wrote: > On Fri, May 22, 2015 at 10:12 AM, Tristan Seligmann > > wrote: > > On 22 May 2015 at 16:06, Tristan Seligmann wrote: > >> Or are you saying that the ipaddress backport is not compatible with > >> python3 stdlib's ipaddress? (This would b

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-22 Thread Ian Cordasco
On Fri, May 22, 2015 at 10:12 AM, Tristan Seligmann wrote: > On 22 May 2015 at 16:06, Tristan Seligmann wrote: >> Or are you saying that the ipaddress backport is not compatible with >> python3 stdlib's ipaddress? (This would be a very unfortunate state of >> affairs, but impossible to imagine) >

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-22 Thread Tristan Seligmann
On 22 May 2015 at 16:06, Tristan Seligmann wrote: > Or are you saying that the ipaddress backport is not compatible with > python3 stdlib's ipaddress? (This would be a very unfortunate state of > affairs, but impossible to imagine) This should have been "*not* impossible", of course. -- mithrand

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-22 Thread Scott Kitterman
On May 22, 2015 10:06:34 AM EDT, Tristan Seligmann wrote: >On 22 May 2015 at 15:43, Donald Stufft wrote: >> I'm not sure if I was looking at the wrong ipaddr or something but >the >> documentation I found was pretty crappy and looking at it I didn't >see how to >> actually use ipaddr the same wa

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-22 Thread Tristan Seligmann
On 22 May 2015 at 15:43, Donald Stufft wrote: > I'm not sure if I was looking at the wrong ipaddr or something but the > documentation I found was pretty crappy and looking at it I didn't see how to > actually use ipaddr the same way I was using ipaddress in pip. In addition to > that, the API doe

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-22 Thread Donald Stufft
> On May 21, 2015, at 9:50 PM, Scott Kitterman wrote: > > On Friday, May 22, 2015 12:34:02 AM Brian May wrote: >> On Fri, 22 May 2015 at 07:14 Scott Kitterman wrote: >>> I was considering the idea of porting things from ipaddr to ipaddress for >>> python2, but there's a lot more of that then th

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-21 Thread Scott Kitterman
On Friday, May 22, 2015 12:34:02 AM Brian May wrote: > On Fri, 22 May 2015 at 07:14 Scott Kitterman wrote: > > I was considering the idea of porting things from ipaddr to ipaddress for > > python2, but there's a lot more of that then there is for ipaddress (which > > is > > up to only two packages

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-21 Thread Brian May
On Fri, 22 May 2015 at 07:14 Scott Kitterman wrote: > I was considering the idea of porting things from ipaddr to ipaddress for > python2, but there's a lot more of that then there is for ipaddress (which > is > up to only two packages we know about). > As it is a goal to have everything Python3

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-21 Thread Scott Kitterman
On Thursday, May 21, 2015 04:07:24 PM Barry Warsaw wrote: > On May 21, 2015, at 03:44 PM, Scott Kitterman wrote: > >>ipaddress is apparently also a new dependency of pip. > > > >For python2? > > Yes, sorry, just for Python 2. > > -Barry So far for python-ipaddress (for python 2), that's two pack

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-21 Thread Barry Warsaw
On May 21, 2015, at 03:44 PM, Scott Kitterman wrote: >>ipaddress is apparently also a new dependency of pip. > >For python2? Yes, sorry, just for Python 2. -Barry -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@li

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-21 Thread Scott Kitterman
On May 21, 2015 3:37:46 PM EDT, Barry Warsaw wrote: >On May 14, 2015, at 12:04 AM, Scott Kitterman wrote: > >>On Thursday, May 14, 2015 05:42:56 AM Tristan Seligmann wrote: >>> Package: wnpp >>> Severity: wishlist >>> Owner: Tristan Seligmann >>> >>> * Package name: python-ipaddress >>> Ve

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-21 Thread Barry Warsaw
On May 14, 2015, at 12:04 AM, Scott Kitterman wrote: >On Thursday, May 14, 2015 05:42:56 AM Tristan Seligmann wrote: >> Package: wnpp >> Severity: wishlist >> Owner: Tristan Seligmann >> >> * Package name: python-ipaddress >> Version : 1.0.7 >> Upstream Author : Philipp Hagemeist

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-14 Thread Tristan Seligmann
Control: tag -1 + wontfix On 14 May 2015 at 13:45, Scott Kitterman wrote: > Is this 100% compatible with ipaddress from upstream now? The problem I ran > into before is that when importing ipaddress and it turned out to be this one > and not the upstream one, the API was different, so it didn't

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-14 Thread Scott Kitterman
On Thursday, May 14, 2015 06:55:40 AM Tristan Seligmann wrote: > On 14 May 2015 at 06:04, Scott Kitterman wrote: > > Why can't python-cryptography use python-ipaddr that's already in the > > archive? > cryptography is python2/3 dual-source. Carrying a Debian-specific > patch[1] that introduces a s

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-13 Thread Tristan Seligmann
On 14 May 2015 at 06:04, Scott Kitterman wrote: > Why can't python-cryptography use python-ipaddr that's already in the archive? cryptography is python2/3 dual-source. Carrying a Debian-specific patch[1] that introduces a slew of fallback imports to ipaddr, solely to avoid uploading a new package

Re: Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-13 Thread Scott Kitterman
On Thursday, May 14, 2015 05:42:56 AM Tristan Seligmann wrote: > Package: wnpp > Severity: wishlist > Owner: Tristan Seligmann > > * Package name: python-ipaddress > Version : 1.0.7 > Upstream Author : Philipp Hagemeister > * URL : https://github.com/phihag/ipaddress >

Bug#785275: ITP: python-ipaddress -- Backport of the ipaddress module from Python 3.3

2015-05-13 Thread Tristan Seligmann
Package: wnpp Severity: wishlist Owner: Tristan Seligmann * Package name: python-ipaddress Version : 1.0.7 Upstream Author : Philipp Hagemeister * URL : https://github.com/phihag/ipaddress * License : PSF Programming Lang: Python Description : Backport