Skip to content

Commit

Permalink
python3-aiofiles: upgrade 22.1.0 -> 23.1.0
Browse files Browse the repository at this point in the history
Changelog:
============
 Added aiofiles.os.access. openembedded#146
 Removed aiofiles.tempfile.temptypes.AsyncSpooledTemporaryFile.softspace. openembedded#151
 Added aiofiles.stdin, aiofiles.stdin_bytes, and other stdio streams. openembedded#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>
  • Loading branch information
wangmingyu84 authored and kraj committed Feb 27, 2023
1 parent 74d9807 commit 4364a14
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"

SRC_URI[sha256sum] = "9107f1ca0b2a5553987a94a3c9959fe5b491fdf731389aa5b7b1bd0733e32de6"
SRC_URI[sha256sum] = "edd247df9a19e0db16534d4baaf536d6609a43e1de5401d7a4c1c148753a1635"

PYPI_PACKAGE = "aiofiles"

Expand Down

0 comments on commit 4364a14

Please sign in to comment.