15
0
forked from pool/python-pydash

4 Commits

Author SHA256 Message Date
a6858b6840 Accepting request 1243429 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1243429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pydash?expand=0&rev=8
2025-02-06 21:04:53 +00:00
e74b7fa68a - 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/package/show/devel:languages:python/python-pydash?expand=0&rev=15
2025-02-05 15:48:31 +00:00
fd15b54dcf Accepting request 1194583 from devel:languages:python
- update to 8.0.3:
  * Specify explicit type parameters for all type annotations.
    Thanks DeviousStoat!
  * Fix typing issue in map_ for compatability with chain. Thanks
    DeviousStoat!
  * 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.

OBS-URL: https://build.opensuse.org/request/show/1194583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pydash?expand=0&rev=7
2024-08-19 21:44:30 +00:00
47836af879 - update to 8.0.3:
* Specify explicit type parameters for all type annotations.
    Thanks DeviousStoat!
  * Fix typing issue in map_ for compatability with chain. Thanks
    DeviousStoat!
  * 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydash?expand=0&rev=13
2024-08-18 17:19:55 +00:00
4 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a24619643d3c054bfd56a9ae1cb7bd00e9774eaf369d7bb8d62b3daa2462bdbd
size 186446

BIN
pydash-8.0.5.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
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>
- update to 8.0.3:
* Specify explicit type parameters for all type annotations.
Thanks DeviousStoat!
* Fix typing issue in map_ for compatability with chain. Thanks
DeviousStoat!
* 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 2 08:56:18 UTC 2024 - Dirk Müller <dmueller@suse.com> Thu May 2 08:56:18 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pydash # spec file for package python-pydash
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pydash Name: python-pydash
Version: 8.0.1 Version: 8.0.5
Release: 0 Release: 0
Summary: The kitchen sink of Python functional utility libraries Summary: The kitchen sink of Python functional utility libraries
License: MIT License: MIT