From 6c58267fab4425c57f1f541c2b966fabfe83d7a62e52e499818c4df496ffcf99 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 23 Feb 2023 14:11:44 +0000 Subject: [PATCH] - 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 --- aiofiles-22.1.0.tar.gz | 3 --- aiofiles-23.1.0.tar.gz | 3 +++ python-aiofiles.changes | 11 +++++++++++ python-aiofiles.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 aiofiles-22.1.0.tar.gz create mode 100644 aiofiles-23.1.0.tar.gz diff --git a/aiofiles-22.1.0.tar.gz b/aiofiles-22.1.0.tar.gz deleted file mode 100644 index 5e80ac7..0000000 --- a/aiofiles-22.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47b4e8fe8c6d07b85810badcfb38366c567db7add200cef2aeb8376e9c34f46f -size 21630 diff --git a/aiofiles-23.1.0.tar.gz b/aiofiles-23.1.0.tar.gz new file mode 100644 index 0000000..e18e499 --- /dev/null +++ b/aiofiles-23.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0495ba2c4b28c6e6845e3186b7d77306cb656f0cf711eb98c048064357341fec +size 30110 diff --git a/python-aiofiles.changes b/python-aiofiles.changes index 8382573..5f8e697 100644 --- a/python-aiofiles.changes +++ b/python-aiofiles.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Feb 23 14:10:32 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-aiofiles.spec b/python-aiofiles.spec index bff1d0f..ef0de71 100644 --- a/python-aiofiles.spec +++ b/python-aiofiles.spec @@ -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