Description of problem: It seems that python-ipaddress provides the same thing as python-ipaddr, but then causes pypolicyd-spf to fail with stuff like this: May 19 13:26:42 <host> policyd-spf[9646]: AddressValueError: '<IPv4_address>' does not appear to be an IPv4 or IPv6 address. Did you pass in a bytes (str in Python 2) instead of a unicode object? Version-Release number of selected component (if applicable): python-ipaddress-1.0.7-1.fc22 How reproducible: Always. Steps to Reproduce: 1. Run pypolicyd-spf. 2. Fails when calling functions that deal with IP addresses. Actual results: Fails to run properly. Expected results: Was OK before this was pushed into F22. Additional info: python-ipaddr appears to be covering the same ground.
I can confirm this same issue.
I can also confirm that pypolicyd-spf-1.3.1-3.fc22 from http://koji.fedoraproject.org/koji/buildinfo?buildID=656884 does not fix the issue unfortunately.
(In reply to Anthony Messina from comment #2) > I can also confirm that pypolicyd-spf-1.3.1-3.fc22 from > http://koji.fedoraproject.org/koji/buildinfo?buildID=656884 does not fix the > issue unfortunately. Of course it doesn't. That is due to bug #1232595.
*** This bug has been marked as a duplicate of bug 1230373 ***