15
0

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

- Update to 24.1.0
  * Added max_depth parameter to fileutils.iter_find_files
  * Added enter parameter to iterutils.research to support traversing 
    custom data types
  * Add optional print tracing for iterutils.remap for easier debugging
  * Fixed typeutils.Sentinel copy behavior to return self
  * Tentative Python 3.13 support

OBS-URL: https://build.opensuse.org/request/show/1225054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=28
This commit is contained in:
2024-11-19 10:42:12 +00:00
committed by Git OBS Bridge
parent 3022664fff
commit 37084c929a
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Nov 19 10:31:59 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Update to 24.1.0
* Added max_depth parameter to fileutils.iter_find_files
* Added enter parameter to iterutils.research to support traversing
custom data types
* Add optional print tracing for iterutils.remap for easier debugging
* Fixed typeutils.Sentinel copy behavior to return self
* Tentative Python 3.13 support
-------------------------------------------------------------------
Sat Apr 20 13:54:31 UTC 2024 - Dirk Müller <dmueller@suse.com>