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
t;> >>> * Package name: python-ipaddress >>> Version : 1.0.7 >>> Upstream Author : Philipp Hagemeister >>> * URL : https://github.com/phihag/ipaddress >>> * License : PSF >>> Programming Lang: Python >>

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

2015-05-21 Thread Barry Warsaw
: 1.0.7 >> Upstream Author : Philipp Hagemeister >> * URL : https://github.com/phihag/ipaddress >> * License : PSF >> Programming Lang: Python >> Description : Backport of the ipaddress module from Python 3.3 >> >> This is a new depen

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
hub.com/phihag/ipaddress > * License : PSF > Programming Lang: Python > Description : Backport of the ipaddress module from Python 3.3 > > This is a new dependency of python-cryptography. I intend to maintain the > package in DPMT. Why can't python-crypt

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

2015-05-13 Thread Tristan Seligmann
of the ipaddress module from Python 3.3 This is a new dependency of python-cryptography. I intend to maintain the package in DPMT. -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archi

Handling a package compatible with Python 3.3 but not 3.4

2014-02-11 Thread Barry Warsaw
course it will not work. So I also added the following quilt patch: -d/p/disable-python34.patch- Description: Raise an ImportError when trying to import genshi in a Python > 3.3, since it is not yet compatible with Python 3.4. Remove this when upstream ticket 582 is resolved. http

Re: Python 3.3

2012-05-01 Thread Barry Warsaw
On May 01, 2012, at 11:37 AM, Scott Kitterman wrote: >On Tuesday, May 01, 2012 10:45:24 AM Barry Warsaw wrote: >... >> The ipaddr library is as well, though that might get the "provisional" >> tag. >... >This is one I'll need to keep an eye on as ipaddr is packaged in dpmt as a >seperate module

Re: Python 3.3

2012-05-01 Thread Scott Kitterman
On Tuesday, May 01, 2012 10:45:24 AM Barry Warsaw wrote: ... > The ipaddr library is as well, though that might get the "provisional" > tag. ... This is one I'll need to keep an eye on as ipaddr is packaged in dpmt as a seperate module (maintained by me). Upstream has a separate release that's

Python 3.3

2012-05-01 Thread Barry Warsaw
I just wanted to make people aware of the upstream Python 3.3 schedule. 3.3 alpha 3 was tagged today and we're less than two months away from beta 1. Georg Brandl (the 3.3 release manager) sent out this message today: http://mail.python.org/pipermail/python-dev/2012-May/119157.html PE