diff --git a/pydash-8.0.3.tar.gz b/pydash-8.0.3.tar.gz deleted file mode 100644 index 82a144a..0000000 --- a/pydash-8.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b27cd3da05b72f0e5ff786c523afd82af796936462e631ffd1b228d91f8b9aa -size 188737 diff --git a/pydash-8.0.5.tar.gz b/pydash-8.0.5.tar.gz new file mode 100644 index 0000000..ddc9482 --- /dev/null +++ b/pydash-8.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc44ebfe5d362f4f5f06c74c8684143c5ac481376b059ff02570705523f9e2e +size 164861 diff --git a/python-pydash.changes b/python-pydash.changes index 42e205c..bc95123 100644 --- a/python-pydash.changes +++ b/python-pydash.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Feb 5 13:06:20 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-pydash.spec b/python-pydash.spec index 4b911a0..71a788f 100644 --- a/python-pydash.spec +++ b/python-pydash.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pydash -Version: 8.0.3 +Version: 8.0.5 Release: 0 Summary: The kitchen sink of Python functional utility libraries License: MIT