Update to upstream ipaddr 2.1.11

- hostmask parsing bug fixed by pmarks (a nearly complete rewrite of the mask parsing code)
- i97, incorrectly parses some v6 addresses.
- docstring typos.
- i95, refer to the nets in the exception raised by collapse_address_list
- add license to boilerplate to test-2to3.sh

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ipaddr?expand=0&rev=36
This commit is contained in:
Claudio Freire
2015-03-25 16:46:25 +00:00
committed by Git OBS Bridge
parent 4b5770ff69
commit e223fa131f
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Mar 25 16:32:23 UTC 2015 - klaussfreire@gmail.com
Update to upstream ipaddr 2.1.11
- hostmask parsing bug fixed by pmarks (a nearly complete rewrite of the mask parsing code)
- i97, incorrectly parses some v6 addresses.
- docstring typos.
- i95, refer to the nets in the exception raised by collapse_address_list
- add license to boilerplate to test-2to3.sh
-------------------------------------------------------------------
Thu Oct 24 11:06:59 UTC 2013 - speilicke@suse.com