15
0

Accepting request 1247626 from home:mcalabkova:branches:devel:languages:python

- Update to 25.0.0
  * Added Python 3.13 support
  * Replace deprecated utcnow()
  * Add fsync to fileutils.atomic_save
  * Add fileutils.rotate_file

OBS-URL: https://build.opensuse.org/request/show/1247626
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=30
This commit is contained in:
2025-02-21 12:33:38 +00:00
committed by Git OBS Bridge
parent 37084c929a
commit 72a2a689f5
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 21 12:30:09 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 25.0.0
* Added Python 3.13 support
* Replace deprecated utcnow()
* Add fsync to fileutils.atomic_save
* Add fileutils.rotate_file
-------------------------------------------------------------------
Tue Nov 19 10:31:59 UTC 2024 - Markéta Machová <mmachova@suse.com>