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: fc8ed1f7c698
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: dfe0fba7abed
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 18, 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
    
    (cherry picked from commit c324418)
    thefloweringash authored and basvandijk committed Oct 18, 2020
    Copy the full SHA
    8ef805f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Merge pull request #100988 from basvandijk/netaddr-0.8.0-release-20.09

    Cherry-pick netaddr-0.8.0 upgrade on release-20.09
    basvandijk committed Oct 19, 2020
    Copy the full SHA
    dfe0fba View commit details
    Browse the repository at this point in the history