forked from pool/python-aiofiles
- update to 23.1.0:
* Added ``aiofiles.os.access``.
* Removed ``aiofiles.tempfile.temptypes.AsyncSpooledTemporaryFile.softspace``.
* Added ``aiofiles.stdin``, ``aiofiles.stdin_bytes``, and
other stdio streams.
* Transition to ``asyncio.get_running_loop``
(vs ``asyncio.get_event_loop``) internally.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiofiles?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47b4e8fe8c6d07b85810badcfb38366c567db7add200cef2aeb8376e9c34f46f
|
||||
size 21630
|
||||
3
aiofiles-23.1.0.tar.gz
Normal file
3
aiofiles-23.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0495ba2c4b28c6e6845e3186b7d77306cb656f0cf711eb98c048064357341fec
|
||||
size 30110
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 14:10:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 23.1.0:
|
||||
* Added ``aiofiles.os.access``.
|
||||
* Removed ``aiofiles.tempfile.temptypes.AsyncSpooledTemporaryFile.softspace``.
|
||||
* Added ``aiofiles.stdin``, ``aiofiles.stdin_bytes``, and
|
||||
other stdio streams.
|
||||
* Transition to ``asyncio.get_running_loop``
|
||||
(vs ``asyncio.get_event_loop``) internally.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 22:41:51 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-aiofiles
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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: 22.1.0
|
||||
Version: 23.1.0
|
||||
Release: 0
|
||||
Summary: File support for asyncio
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user