1.2.1: Use ipaddress instead of ipaddr on Python 2. Packaging fixes.
- This module now uses the
ipaddress
module for Python 2 rather than the
ipaddr
module. Users should notice no behavior change beyond the change
in dependencies. - Removed
requirements.txt
fromMANIFEST.in
in order to stop warning
during installation. - Added missing test data.