summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-execnet_2.1.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-execnet: update recipe to use the ptest-python-pytest classDerek Straka2025-01-301-12/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-execnet: upgrade 2.0.2 -> 2.1.1Wang Mingyu2024-04-171-0/+32
Changelog: ============ -Fixed regression in 2.1.0 where the strconfig argument to load/loads is ignored -Added main_thread_only execmodel which is derived from the thread execmodel and only executes remote_exec calls in the main thread. -The library is now typed and the typing is exposed to type-checkers. -Re-exported Gateway, Channel, DumpError and LoadError from execnet. The constructors are private. -Fixed GatewayBase.join() timeout argument getting ignored. -Removed support for Python 3.7. -Added official support for Python 3.12. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>