aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb
AgeCommit message (Collapse)Author
2020-11-27python3-pyrad: Upgrade 2.3 -> 2.4Leon Anavi
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>