Commit graph

5 commits

Author SHA1 Message Date
Andrew Childs c32441811f pythonPackages.netaddr: 0.7.19 -> 0.8.0
Updating to >= 0.7.20 fixes tests on macOS Catalina and newer:

        #   inet_pton has to be different on Mac OSX *sigh*
        assert IPAddress('010.000.000.001', flags=INET_PTON) == IPAddress('10.0.0.1')
>       assert int_to_str(0xffff) == '::0.0.255.255'
E       AssertionError: assert '::ffff' == '::0.0.255.255'
E         - ::0.0.255.255
E         + ::ffff
2020-09-20 15:26:11 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 5a3670b83c pythonPackages: fix native / check inputs 2019-01-15 10:16:12 +01:00
Jörg Thalheim 97529d97ca
python37.pkgs.netaddr: skip failing test 2018-11-27 06:26:34 +00:00
Chris Ostrouchov 667782f8f1 pythonPackages.netaddr: refactor move to python-modules 2018-10-18 11:02:23 +02:00