diff --git a/aiofiles-0.7.0.tar.gz b/aiofiles-0.7.0.tar.gz deleted file mode 100644 index 3d3d2bb..0000000 --- a/aiofiles-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2baf8e70f95618214c4910730fd625bfaa4a8b8957838b34364b0a2c7d41db9e -size 23245 diff --git a/aiofiles-0.8.0.tar.gz b/aiofiles-0.8.0.tar.gz new file mode 100644 index 0000000..4f9ba15 --- /dev/null +++ b/aiofiles-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee866ce57b47e2f5ae2c06c0372458a6eb08131a9b1d7216a234fa0d516d638 +size 24139 diff --git a/python-aiofiles.changes b/python-aiofiles.changes index 7f3de36..b3f83d4 100644 --- a/python-aiofiles.changes +++ b/python-aiofiles.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jan 9 15:24:11 UTC 2022 - Torsten Gruner + +- 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 diff --git a/python-aiofiles.spec b/python-aiofiles.spec index c980ccd..cd4d003 100644 --- a/python-aiofiles.spec +++ b/python-aiofiles.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiofiles # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-aiofiles -Version: 0.7.0 +Version: 0.8.0 Release: 0 Summary: File support for asyncio License: Apache-2.0