14
0
forked from pool/python-pydash

Accepting request 1243362 from home:glaubitz:branches:devel:languages:python

- Update to 8.0.5
  * Fix bug that could result in passing too many arguments to
    callback functions when the callback contained a var-keyword
    or keyword-only arguments.
- from version 8.0.4
  * Fix bug in ``zip_object`` and ``zip_object_deep`` where an
    empty list for keys/values would cause an exception instead
    of returning an empty dict.

OBS-URL: https://build.opensuse.org/request/show/1243362
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydash?expand=0&rev=15
This commit is contained in:
2025-02-05 15:48:31 +00:00
committed by Git OBS Bridge
parent 09dc9d700d
commit fb461ca4df
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Feb 5 13:06:20 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 8.0.5
* Fix bug that could result in passing too many arguments to
callback functions when the callback contained a var-keyword
or keyword-only arguments.
- from version 8.0.4
* Fix bug in ``zip_object`` and ``zip_object_deep`` where an
empty list for keys/values would cause an exception instead
of returning an empty dict.
-------------------------------------------------------------------
Sun Aug 18 17:19:27 UTC 2024 - Dirk Müller <dmueller@suse.com>