summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bcrypt_3.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-bcrypt: RemoveKhem Raj2022-03-161-30/+0
| | | | | | | Moved to oe-core 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>
* Convert to new override syntaxMartin Jansa2021-08-031-2/+2
| | | | | | | | | | 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>
* python3-bcrypt: Upgrade 3.1.7 -> 3.2.0Leon Anavi2020-08-181-0/+30
Upgrade to release 3.2.0: - Added typehints for library functions - Dropped support for Python versions less than 3.6 - Shipped abi3 Windows wheels (requires pip >= 20) 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>