2024-06-27 12:57:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-aiofiles: updated to 24.1.0
24.1.0
Import os.link conditionally to fix importing on android.
Remove spurious items from aiofiles.os.__all__ when running on Windows.
Switch to more modern async idioms: Remove types.coroutine and make \
AiofilesContextManager an awaitable instead a coroutine.
Add aiofiles.os.path.abspath and aiofiles.os.getcwd.
aiofiles is now tested on Python 3.13 too.
Dropped Python 3.7 support. If you require it, use version 23.2.1.
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
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) | |
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) | |
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) | |
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) | |
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
|
2021-05-17 09:59:52 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-aiofiles: updated to 0.7.0
0.7.0
Added the aiofiles.tempfile module for async temporary files.
Switched to Poetry and GitHub actions.
Dropped 3.5 support.
|