Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-aiofiles: upgrade 23.1.0 -> 23.2.1 | Trevor Gamblin | 2023-09-16 | 1 | -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.0 | Wang Mingyu | 2023-02-27 | 1 | -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> |