15
0

Accepting request 868952 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/868952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiofiles?expand=0&rev=2
This commit is contained in:
2021-02-03 18:56:27 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4b12877c1994a31162dc89efe5b2eeae2fe8c8b225290d90b8eaa95a612617c
size 13332

3
aiofiles-0.6.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6eab26cca53ea091d0e1730b289a5b460e665fad062caec061a8cca33566c375
size 13585

View File

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

View File

@@ -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