summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyrad: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+8
| | | | | | | 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-pyrad: fix build system specificationRoss Burton2022-07-151-0/+2
| | | | | | | | | 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>
* python3-pyrad: Change poetry bbclass inherit to match oe-coreKhem Raj2022-03-161-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
* meta-python: migrate away from setuptool3 where possibleRoss Burton2022-03-111-1/+1
| | | | | | | | | | Many recipes are currently building with setuptools3 but can use a more modern tool: typically setuptools_build_meta but ordered-set can use flit_core and pyrad can use poetry_core. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pyrad: Upgrade 2.3 -> 2.4Leon Anavi2020-11-271-0/+9
Upgrade to release 2.4: - Support poetry for for building this project - Use secrets.SysRandom instead of random.SystemRandom if possible - .get on Packets has an optional default parameter (to mimic dict.get()) - Fix: digestmod is not optional in python3.8 anymore - Fix: authenticator was refreshed before the packet was generated - Fix bug causing Message-Authenticator verification to fail if multiple instances of an attribute do not appear sequentially in the attributes list - Fixed VerifyReply broken when multiple instances of same attribute are not adjacent on reply - Fixed Missing send_packet for async Client - Fixed python3 support for SaltCrypt (was previously broken) License-Update: Use file PKG-INFO. 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>