summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiofiles_23.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aiofiles: upgrade 23.1.0 -> 23.2.1Trevor Gamblin2023-09-161-15/+0
| | | | | | | | | | | The new version requires hatchling to build, so add that and remove poetry (which isn't actually needed). Note that the changelog says it switched to PDM from poetry. Changelog: https://github.com/Tinche/aiofiles#history Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiofiles: upgrade 22.1.0 -> 23.1.0Wang Mingyu2023-02-271-0/+15
Changelog: ============ Added aiofiles.os.access. #146 Removed aiofiles.tempfile.temptypes.AsyncSpooledTemporaryFile.softspace. #151 Added aiofiles.stdin, aiofiles.stdin_bytes, and other stdio streams. #154 Transition to asyncio.get_running_loop (vs asyncio.get_event_loop) internally. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>