aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-oauthlib_3.1.1.bb
AgeCommit message (Collapse)Author
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-06-03python3-oauthlib: Upgrade 3.1.0 -> 3.1.1Leon Anavi
Upgrade to release 3.1.1: - OAuth2.0 Provider - Bugfixes - OAuth2.0 Client - Bugfixes - improved skeleton validator for public vs private client - replace mock library with standard unittest.mock - build isort integration - python2 code removal - add python3.8 support - bump minimum versions of pyjwt and cryptography Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>