From ef141e8b3d2e0d122ce6cda0a3c360154c3ad969e101b9586ef493b39c21ea82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 11 Oct 2024 11:54:10 +0000 Subject: [PATCH] Accepting request 1207127 from home:glaubitz:branches:devel:languages:python - Update to 24.1.0 * Import `os.link` conditionally to fix importing on android. (#175) * Remove spurious items from `aiofiles.os.__all__` when running on Windows. * Switch to more modern async idioms: Remove types.coroutine and make AiofilesContextManager an awaitable instead a coroutine. * Add `aiofiles.os.path.abspath` and `aiofiles.os.getcwd`. (#174) * _aiofiles_ is now tested on Python 3.13 too. (#184) * Dropped Python 3.7 support. If you require it, use version 23.2.1. OBS-URL: https://build.opensuse.org/request/show/1207127 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiofiles?expand=0&rev=17 --- aiofiles-23.2.1.tar.gz | 3 --- aiofiles-24.1.0.tar.gz | 3 +++ python-aiofiles.changes | 12 ++++++++++++ python-aiofiles.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 aiofiles-23.2.1.tar.gz create mode 100644 aiofiles-24.1.0.tar.gz diff --git a/aiofiles-23.2.1.tar.gz b/aiofiles-23.2.1.tar.gz deleted file mode 100644 index d1dc0ec..0000000 --- a/aiofiles-23.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0eb90fd1986d3ebb0c744c439fc5d539d799b140ee5b42f121ff15bf3dc3879d -size 31810 diff --git a/aiofiles-24.1.0.tar.gz b/aiofiles-24.1.0.tar.gz new file mode 100644 index 0000000..b0cf94f --- /dev/null +++ b/aiofiles-24.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7214ba00010ddb878cc705678da06364cefa241541394f3093a0ef89536a65d0 +size 29920 diff --git a/python-aiofiles.changes b/python-aiofiles.changes index cf2c243..a3ab4b8 100644 --- a/python-aiofiles.changes +++ b/python-aiofiles.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Oct 11 09:56:34 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 24.1.0 + * Import `os.link` conditionally to fix importing on android. (#175) + * Remove spurious items from `aiofiles.os.__all__` when running on Windows. + * Switch to more modern async idioms: Remove types.coroutine and make + AiofilesContextManager an awaitable instead a coroutine. + * Add `aiofiles.os.path.abspath` and `aiofiles.os.getcwd`. (#174) + * _aiofiles_ is now tested on Python 3.13 too. (#184) + * Dropped Python 3.7 support. If you require it, use version 23.2.1. + ------------------------------------------------------------------- Thu Dec 14 09:12:51 UTC 2023 - Petr Gajdos diff --git a/python-aiofiles.spec b/python-aiofiles.spec index 974a9e3..c019db4 100644 --- a/python-aiofiles.spec +++ b/python-aiofiles.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiofiles # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-aiofiles -Version: 23.2.1 +Version: 24.1.0 Release: 0 Summary: File support for asyncio License: Apache-2.0