summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-netaddr_0.10.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-netaddr: upgrade 0.10.0 -> 0.10.1alperak2024-01-271-13/+0
| | | | | | | | | | | | | | | | | | | | | Changelog: Fixed: Get rid of some warnings Deprecated: Deprecate the flag shorthands: N, P and Z. Use NOHOST, INET_PTON and ZEROFILL instead. Deprecate importing objects from netaddr subpackages. Only importing things from the top-level netaddr namespace is supported, everything else is considered private. This has already been the case but we can use a reminder. Deprecate permissive-by-default IPv4 parsing in valid_ipv4(). The inet_pton() semantics (with leading zeros always disallowed) will become the default. Use INET_ATON and/or ZEROFILL flags if you need the legacy behavior. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-netaddr: upgrade 0.9.0 -> 0.10.0Wang Mingyu2024-01-021-0/+13
Changelog: https://netaddr.readthedocs.io/en/latest/changes.html#release-0-10-0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>