- Update to 24.1.0
* Import `os.link` conditionally to fix importing on android. (#175)
* 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`. (#174)
* _aiofiles_ is now tested on Python 3.13 too. (#184)
* Dropped Python 3.7 support. If you require it, use version 23.2.1.
OBS-URL: https://build.opensuse.org/request/show/1207127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiofiles?expand=0&rev=17
- Update to 22.1.0
* Update README
* Update test deps
* Min Python to 3.7
* Bump poetry to 1.2.0
* Add missing comma
* CI tweaks
* Update README.rst
* Added os scantdir with is't tests and improved the tests for listdir
* Added os listdir function with it's tests
* Add notice file
* make test skipped below py3.7
* add test for `newlines`
* move SpooledTempFile.newlines from delegation to property
* update docs
* Add aiofiles.os.path.islink function
* remove symlink file at end of test
* Add aiofiles.os.readlink function
* Fix typo
* Add aiofiles.os.symlink
* Add aiofiles.os.unlink
* Add aiofiles.os.link function
* Add aiofiles.os.renames function
* Missing closing quote
* Add repo link to pyproject.toml
- Update to 0.8.0
* Tweak README
* Update README
* Use os.sep
* Add prefix, suffix, dir args to TemporaryDirectory
OBS-URL: https://build.opensuse.org/request/show/1005502
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiofiles?expand=0&rev=8