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: netaddr/netaddr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.0
Choose a base ref
...
head repository: netaddr/netaddr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.0
Choose a head ref
  • 18 commits
  • 31 files changed
  • 8 contributors

Commits on Sep 12, 2020

  1. Configuration menu
    Copy the full SHA
    e6f545f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    8411226 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    606a44b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Add hash capabilities to OUI (#225)

    Closes #224
    amitmi704 authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    b6c4203 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Doc: use python 3 syntax for print

    Linkid authored and jstasiak committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    b1d8f01 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    e84688f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Pin the Ubuntu CI runner to version 20.04 (#258)

    Not all Python versions are available on 22.04[1] and our CI is
    currently not working because of that.
    
    [1] actions/setup-python#544 (comment)
    jstasiak authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    52f49c6 View commit details
    Browse the repository at this point in the history
  2. Get the CI running again (#260)

    * Get the CI running again
    
    It's currently failing because:
    
    * Python 2.7 is no longer supported[1]
    * setup-python v2 can't find PyPy3.6 on Mac, I think upgrading to v4
      will help
    
    Upgrading setup-python to v4 requires us to change how to refer to PyPy
    – we have to specify the actual version now.
    
    [1] actions/setup-python#672
    jstasiak authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    66ccbe1 View commit details
    Browse the repository at this point in the history
  3. Stop running CI twice in PRs made from this repository (#261)

    When you go to [1] for example you'll see we have twice as many CI jobs
    compared to what we expect (36 instead of 18).
    
    Let's only run "push" jobs on master.
    
    [1] #260
    jstasiak authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f09c3b2 View commit details
    Browse the repository at this point in the history
  4. Run CI with more Python versions (#256)

    To ensure that we're compatible, without the CI running these versions
    we don't know.
    jstasiak authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    bcea2cf View commit details
    Browse the repository at this point in the history
  5. Deprecate Python 3.6 as well (#263)

    It's been EOL for a while.
    jstasiak authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    90ee7b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8409aba View commit details
    Browse the repository at this point in the history
  7. Fix documentation IP -> MAC (#242)

    Just a small typo fix
    wutje authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    78a1a5b View commit details
    Browse the repository at this point in the history
  8. Make sure "make download" downloads to the right locations (#265)

    With existing files in place at least recent wget versions download to
    files named oui.txt.1 and so on.
    
    Let's force wget to write to the files we want.
    jstasiak authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8ad986e View commit details
    Browse the repository at this point in the history
  9. Update the databases (#266)

    The result of running "make download".
    jstasiak authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    588f878 View commit details
    Browse the repository at this point in the history
  10. Re-land: Handle RFC 6164 IPv6 addresses (#267)

    This is a cherry pick of commit [1] later temporarily reverted in [2] to
    unblock the 0.8.0 release.
    
    The original commit message:
    
        Like RFC 3021, IPv6 defines point-to-point subnets that must
        be handled separately, i.e. don't reserve first IP address.
    
        This patch aims to implement this, while refactoring code in
        iter_host function to reduce code duplication.
    
        Tests for this feature also added to ensure there is no regression.
    
        Signed-off-by: Damien Claisse <d.claisse@criteo.com>
    
    We're preparing 0.9.0 release so this can land again (for good this
    time).
    
    [1] 2984c0a ("Handle RFC 6164 IPv6 addresses")
    [2] 67f1992 ("Revert "Handle RFC 6164 IPv6 addresses"")
    
    Co-authored-by: Damien Claisse <d.claisse@criteo.com>
    jstasiak and dclaisse authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c2b6491 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Re-add myself as a maintainer in the package metadata (#268)

    We've had something like that before and it didn't play well with PyPI
    so I reverted it[1].
    
    Let's see if it works any better now.
    
    [1] 6401dee ("Un-revert "- PKG-INFO metadata generation seems to be broken (lists maintainer as author on PyPI - mutually exclusive?)""")
    jstasiak authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ea9be1c View commit details
    Browse the repository at this point in the history
  2. 6 Configuration menu
    Copy the full SHA
    c84a457 View commit details
    Browse the repository at this point in the history
Loading