14
0
forked from pool/python-pydash

- update to 8.0.1:

* Fix issue where too many arguments were passed to stdlib's
    operator.attrgetter, operator.itemgetter, and
    operator.methodcaller when instances of those classes were
    used as callbacks to functions like map_, filter_, etc. due
    to a bug introduced in Python 3.12.3 and 3.11.9 that reported
    an incorrect signature for those operator class instances.
  * Add functions:
    and xor_by by allowing iteratee argument to be `Any`.
  - Fix compatibility issue between ``pydash.py_`` / ``pydash._`` and ``typing.Protocol`` + ``typing.runtime_checkable``
  - Fix regression introduced in ``v4.8.0`` that caused ``merge`` and ``merge_with`` to raise an exception when passing ``None``

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydash?expand=0&rev=11
This commit is contained in:
2024-05-02 08:56:27 +00:00
committed by Git OBS Bridge
parent bc85e43b3f
commit 232f01acc8
4 changed files with 19 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pydash
Version: 8.0.0
Version: 8.0.1
Release: 0
Summary: The kitchen sink of Python functional utility libraries
License: MIT