Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 6aad47ca82ed
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c32441811f1b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 20, 2020

  1. 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
    thefloweringash authored and Jon committed Sep 20, 2020
    Copy the full SHA
    c324418 View commit details
    Browse the repository at this point in the history