./devel/py-aiofiles, File support for asyncio

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 23.2.1nb1, Package name: py311-aiofiles-23.2.1nb1, Maintainer: pkgsrc-users

aiofiles is an Apache2 licensed library, written in Python, for handling
local disk files in asyncio applications.

Ordinary local file IO is blocking, and cannot easily and portably made
asynchronous. This means doing file IO may interfere with asyncio
applications, which shouldn't block the executing thread. aiofiles helps with
this by introducing asynchronous versions of files that support delegating
operations to a separate thread pool.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 31.32 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-08-09 22:15:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-aiofiles: updated to 23.2.1

23.2.1 (2023-08-09)

Import os.statvfs conditionally to fix importing on non-UNIX systems.
   2023-08-09 14:43:46 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-aiofiles: updated to 23.2.0

23.2.0 (2023-08-09)

aiofiles is now tested on Python 3.12 too.
On Python 3.12, aiofiles.tempfile.NamedTemporaryFile now accepts a \ 
delete_on_close argument, just like the stdlib version.
On Python 3.12, aiofiles.tempfile.NamedTemporaryFile no longer exposes a delete \ 
attribute, just like the stdlib version.
Added aiofiles.os.statvfs and aiofiles.os.path.ismount.
Use PDM instead of Poetry
   2023-03-01 12:27:01 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-aiofiles: updated to 23.1.0

23.1.0 (2023-02-09)

Added aiofiles.os.access.
Removed aiofiles.tempfile.temptypes.AsyncSpooledTemporaryFile.softspace.
Added aiofiles.stdin, aiofiles.stdin_bytes, and other stdio streams.
Transition to asyncio.get_running_loop (vs asyncio.get_event_loop) internally.

22.1.0 (2022-09-04)

Added aiofiles.os.path.islink.
Added aiofiles.os.readlink.
Added aiofiles.os.symlink.
Added aiofiles.os.unlink.
Added aiofiles.os.link.
Added aiofiles.os.renames.
Added aiofiles.os.{listdir, scandir}.
Switched to CalVer.
Dropped Python 3.6 support. If you require it, use version 0.8.0.
aiofiles is now tested on Python 3.11.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-11-28 21:10:04 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-aiofiles: updated to 0.8.0

0.8.0

aiofiles is now tested on Python 3.10.
Added aiofiles.os.replace.
Added aiofiles.os.{makedirs, removedirs}.
Added aiofiles.os.path.{exists, isfile, isdir, getsize, getatime, getctime, \ 
samefile, sameopenfile}.
Added suffix, prefix, dir args to aiofiles.tempfile.TemporaryDirectory.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles