forked from pool/python-aiofiles
- Update to 0.8.0 * Added aiofiles.os.replace. #107 * Added aiofiles.os.{makedirs, removedirs}. * Added aiofiles.os.path.{exists, isfile, isdir, getsize, getatime, getctime, samefile, sameopenfile}. #63 * Added suffix, prefix, dir args to aiofiles.tempfile.TemporaryDirectory. #116 OBS-URL: https://build.opensuse.org/request/show/945137 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiofiles?expand=0&rev=7
38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Jan 9 15:24:11 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>
|
|
|
|
- Update to 0.8.0
|
|
* Added aiofiles.os.replace. #107
|
|
* Added aiofiles.os.{makedirs, removedirs}.
|
|
* Added aiofiles.os.path.{exists, isfile, isdir, getsize, getatime,
|
|
getctime, samefile, sameopenfile}. #63
|
|
* Added suffix, prefix, dir args to aiofiles.tempfile.TemporaryDirectory. #116
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 16 15:13:33 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 0.7.0
|
|
* Added the aiofiles.tempfile module for async temporary files. #56
|
|
* Switched to Poetry and GitHub actions.
|
|
* Dropped 3.5 support.
|
|
- Switch Python packaging from setuptools to poetry
|
|
* Add python-pip to BuildRequires
|
|
* Add python-poetry-core to BuildRequires
|
|
* Remove python-setuptools from BuildRequires
|
|
* Replace %python_build with %pyproject_wheel
|
|
* Replace %python_install with %pyproject_install
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 3 10:57:36 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Update to 0.6.0
|
|
* aiofiles is now tested on ppc64le.
|
|
* Added name and mode properties to async file objects. #82
|
|
* Fixed a DeprecationWarning internally. #75
|
|
* Python 3.9 support and tests.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 2 16:44:16 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Initial package, version 0.5.0
|