[Bug 1628761] Re: [2.1] netaddr assumes MAC OUI is ascii

2017-10-26 Thread James Page
$ rmadison -u debian python-netaddr python-netaddr | 0.7.7-1 | oldoldstable | source, all python-netaddr | 0.7.12-2| oldstable | source, all python-netaddr | 0.7.12-2| oldstable-kfreebsd | source, all python-netaddr | 0.7.18-1~bpo8+1 | jessie-backports |

[Bug 1628761] Re: [2.1] netaddr assumes MAC OUI is ascii

2017-10-26 Thread James Page
That's included in the next patch release .19 (we're on .18), which we'll get as soon as bionic syncs start happening. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1628761 Title: [2.1] netaddr

[Bug 1628761] Re: [2.1] netaddr assumes MAC OUI is ascii

2017-10-26 Thread James Page
Only impacts py3; if you force the open of the file to use UTF-8 encoding everything is OK. ** Changed in: python-netaddr (Ubuntu) Status: New => Confirmed ** Changed in: python-netaddr (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a

[Bug 1628761] Re: [2.1] netaddr assumes MAC OUI is ascii

2017-10-26 Thread James Page
Only impacts py3; if you force the open of the file to use UTF-8 encoding everything is OK. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1628761 Title: [2.1] netaddr assumes MAC OUI is ascii To

[Bug 1628761] Re: [2.1] netaddr assumes MAC OUI is ascii

2017-10-26 Thread James Page
Fixed under: https://github.com/drkjam/netaddr/commit/af145601df4329a4dc55ef0ce9ce5f8645f09d4f ** Changed in: python-netaddr (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1628761] Re: [2.1] netaddr assumes MAC OUI is ascii

2017-10-26 Thread James Page
Only impacts py3; if you force the open of the file to use UTF-8 encoding everything is OK. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1628761 Title: [2.1] netaddr assumes MAC OUI is ascii To

[Bug 1628761] Re: [2.1] netaddr assumes MAC OUI is ascii

2017-01-09 Thread LaMont Jones
Likewise, as of 0.7.18-2, the mac prefixes 00:22:59, 00:23:89, and 5c:15:15 generate IndexError, because unicode is treated as ascii. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1628761 Title:

[Bug 1628761] Re: [2.1] netaddr assumes MAC OUI is ascii

2016-10-05 Thread Andres Rodriguez
** Changed in: maas Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1628761 Title: [2.1] netaddr assumes MAC OUI is ascii To manage notifications about

[Bug 1628761] Re: [2.1] netaddr assumes MAC OUI is ascii

2016-10-04 Thread MAAS Lander
** Changed in: maas Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1628761 Title: [2.1] netaddr assumes MAC OUI is ascii To manage notifications about this

[Bug 1628761] Re: [2.1] netaddr assumes MAC OUI is ascii

2016-10-04 Thread Gavin Panella
FWIW, http://paste.ubuntu.com/23275209/ (a short Python 3 script) makes me fairly sure that everything in netaddr's oui.txt is UTF-8. The script tries to guess the encoding of each entry using chardet, ignores those guessed as ASCII or UTF-8, then prints each entry after being decoded using the

[Bug 1628761] Re: [2.1] netaddr assumes MAC OUI is ascii

2016-10-04 Thread Mike Pontillo
** Also affects: python-netaddr (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1628761 Title: [2.1] netaddr assumes MAC OUI is ascii To manage