From 09dc9d700d12886b586fb146bf287caa46209d54421892297e913ef642f09546 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 18 Aug 2024 17:19:55 +0000 Subject: [PATCH] - 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 --- pydash-8.0.1.tar.gz | 3 --- pydash-8.0.3.tar.gz | 3 +++ python-pydash.changes | 15 +++++++++++++++ python-pydash.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 pydash-8.0.1.tar.gz create mode 100644 pydash-8.0.3.tar.gz diff --git a/pydash-8.0.1.tar.gz b/pydash-8.0.1.tar.gz deleted file mode 100644 index 69b327e..0000000 --- a/pydash-8.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a24619643d3c054bfd56a9ae1cb7bd00e9774eaf369d7bb8d62b3daa2462bdbd -size 186446 diff --git a/pydash-8.0.3.tar.gz b/pydash-8.0.3.tar.gz new file mode 100644 index 0000000..82a144a --- /dev/null +++ b/pydash-8.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b27cd3da05b72f0e5ff786c523afd82af796936462e631ffd1b228d91f8b9aa +size 188737 diff --git a/python-pydash.changes b/python-pydash.changes index 2c6a303..42e205c 100644 --- a/python-pydash.changes +++ b/python-pydash.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Aug 18 17:19:27 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-pydash.spec b/python-pydash.spec index c818834..4b911a0 100644 --- a/python-pydash.spec +++ b/python-pydash.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pydash -Version: 8.0.1 +Version: 8.0.3 Release: 0 Summary: The kitchen sink of Python functional utility libraries License: MIT