summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-netaddr: Update version 0.8.0 -> 0.9.0Derek Straka2023-09-221-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog ========= Added: Add hash capabilities to OUI (#225, amitmi704) Fixed: Backwards incompatible: Handle RFC 6164 IPv6 addresses (don't reserve first IP address in point-to-point subnets) ($267, Damien Claisse) Technically backwards incompatible: Fix for is_loopback behaviour – consider IPNetwork('::1/128') to be loopback (#222, #223, niels) Include tutorials in source distributions (#215, Louis Sautier) Fix a documentation typo (#242, Wouter) Fix print syntax in the documentation to be Python 3 compatible (#221, François Magimel) Fix the Sphinx syntax in the documentation (#220, François Magimel) Other: Update the databases (#266, Jakub Stasiak) Deprecate Python 3.6 (#263, Jakub Stasiak) Eliminate unnecessary evals (#228, KOLANICH) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-netaddr: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+1
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-netaddr: stop using PYTHON_PNBartosz Golaszewski2023-06-061-2/+2
| | | | | | | We no longer support python2 so switch to using python3 explicitly. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-netaddr: Upgrade 0.7.20 -> 0.8.0Leon Anavi2020-07-161-0/+13
Upgrade to release 0.8.0: * Fixed weak reference support in classes with ``__slots__`` * Added ``__bytes__`` to ``IPAddress`` for intuitive usage, thanks to Michael Belousov. * Added ``format()`` function to EUI, thanks to Omer Anson. * Added ``IPNetwork.netmask`` property setter, thanks to Naveen Nathan. * Added support for IABs in the ``40:D8:55`` OUI, thanks to Brian Maissy. * Drastically optimized ``spanning_cidr()``, thanks to Brian Maissy. * Fixed ``"x.x.x.x/x" in IPNetwork`` tests, thanks to xpac1985. * Added support for passing iterables of ``IPRange`` to ``IPSet`` and ``cidr_merge()``, based on a patch by Henry Stern. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>