summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-netaddr_1.3.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-netaddr: add missing RDEPENDS on python3-pprintRasmus Villemoes2025-03-251-0/+4
| | | | | | | | | | | | | | | | | | | | core.py in the netaddr package has import pprint as _pprint and so I hit from netaddr import OUI File "/usr/lib/python3.12/site-packages/netaddr/__init__.py", line 76, in <module> from netaddr.core import ( File "/usr/lib/python3.12/site-packages/netaddr/core.py", line 9, in <module> import pprint as _pprint ModuleNotFoundError: No module named 'pprint' Add the missing RDEPENDS. Signed-off-by: Rasmus Villemoes <ravi@prevas.dk> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-netaddr: update recipe to use the ptest-python-pytest classDerek Straka2025-01-301-11/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-netaddr: upgrade 1.2.1 -> 1.3.0Wang Mingyu2024-06-111-0/+25
Changelog: ========== - Add partial address expansion in IPNetwork via the expand_partial switch, this enables opting into pre-1.1.0 behavior - Fix running the test suite on musl systems - Fix IPAddress IPv6 parsing with ZEROFILL enabled - Fix handling of the NOHOST flag in the IPNetwork copy constructor Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>