summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyrad
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyrad: upgrade 2.4-> 2.5.2Liu Yiding2026-02-062-77/+0
| | | | | | | | | | | | | | 1.ChangeLog Fix readthedocs 2.Remove following patches as they were merged upstream use-poetry-core.patch 208.patch 3.Change license checksum as position of License Info has changed in PKG-INFO file. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyrad: Fix build with poetry 2.xKhem Raj2025-01-101-0/+51
| | | | | | Backport a patch that reformats pyproject file to the taste of poetry 2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyrad: fix build system specificationRoss Burton2022-07-151-0/+26
The upstream pyproject.toml says it needs to be built with the Poetry frontend, but that's deprecated behaviour and it should use the Poetry Core API instead. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>