summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-huey_2.3.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-huey: Upgrade 2.3.1 -> 2.3.2Leon Anavi2021-04-221-11/+0
| | | | | | | | | | | | | Upgrade to release 2.3.2: - Add hook (Huey.build_error_result) for customizing the error result metadata. - Avoid crashing if another module already modified/set the multiprocessing start method. 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>
* python3-huey: Upgrade 2.3.0 -> 2.3.1Leon Anavi2021-03-111-0/+11
Upgrade to release 2.3.1: - Add SIGNAL_INTERRUPTED to signal when a task is interrupted when a consumer exits abruptly. - Use the Huey.create_consumer() API within the Django management command, to allow Django users to customize the creation of the Consumer instance. 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>