summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyroute2: Add missing rdeps for ptestsKhem Raj2024-10-261-0/+2
| | | | | | These are needed with python 3.13 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyroute: switch to PEP-517 build backendalperak2024-08-101-1/+1
| | | | | | | | | | | The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fix: WARNING: python3-pyroute2-0.7.12-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyroute2: upgrade 0.7.10 -> 0.7.12Wang Mingyu2024-06-111-0/+41
Changelog: ============ - cli: move readline import to the script - ci: update tools versions - ci: generic make test target, update docs - ci: rename Linux python sessions in nox - nl80211: decoder improvements - remote: fix dump() on RemoteIPRoute - ndb: add ensure() call - ethtool: ring support - ndb: fix FDB records index - ndb: fix sources objects counting Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>