15
0

Accepting request 945137 from home:Simmphonie:branches:devel:languages:python

- 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
This commit is contained in:
2022-01-09 19:26:04 +00:00
committed by Git OBS Bridge
parent f142e7da6a
commit 4f587913b1
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>