15
0

Accepting request 1133126 from home:pgajdos:python

pmmu version update

OBS-URL: https://build.opensuse.org/request/show/1133126
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiofiles?expand=0&rev=15
This commit is contained in:
2023-12-15 06:03:34 +00:00
committed by Git OBS Bridge
parent 540cd36324
commit e837bcc36e
4 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Dec 14 09:12:51 UTC 2023 - Petr Gajdos <pgajdos@suse.com>
- update to 23.2.1:
* Import `os.statvfs` conditionally to fix importing on non-
UNIX systems.
* #171 #172
* aiofiles is now also tested on Windows.
update to 23.2.0:
* # 23.2.0
* aiofiles is now tested on Python 3.12 too.
* #166 #168
* On Python 3.12, `aiofiles.tempfile.NamedTemporaryFile` now
accepts a `delete_on_close` argument, just like the stdlib
version.
* On Python 3.12, `aiofiles.tempfile.NamedTemporaryFile` no
longer exposes a `delete` attribute, just like the stdlib
version.
* Added `aiofiles.os.statvfs` and `aiofiles.os.path.ismount`.
* #162
* Use PDM instead of Poetry.
* #169
-------------------------------------------------------------------
Sun Jun 11 13:37:03 UTC 2023 - ecsos <ecsos@opensuse.org>