diff --git a/aiofiles-0.5.0.tar.gz b/aiofiles-0.5.0.tar.gz deleted file mode 100644 index 6da6c63..0000000 --- a/aiofiles-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4b12877c1994a31162dc89efe5b2eeae2fe8c8b225290d90b8eaa95a612617c -size 13332 diff --git a/aiofiles-0.6.0.tar.gz b/aiofiles-0.6.0.tar.gz new file mode 100644 index 0000000..8f722e9 --- /dev/null +++ b/aiofiles-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eab26cca53ea091d0e1730b289a5b460e665fad062caec061a8cca33566c375 +size 13585 diff --git a/python-aiofiles.changes b/python-aiofiles.changes index e57bff3..4b8601f 100644 --- a/python-aiofiles.changes +++ b/python-aiofiles.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 3 10:57:36 UTC 2021 - Antonio Larrosa + +- 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 diff --git a/python-aiofiles.spec b/python-aiofiles.spec index f4371fb..37465d9 100644 --- a/python-aiofiles.spec +++ b/python-aiofiles.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiofiles # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,13 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-aiofiles -Version: 0.5.0 +Version: 0.6.0 Release: 0 Summary: File support for asyncio License: Apache-2.0