forked from pool/python-pydash
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a24619643d3c054bfd56a9ae1cb7bd00e9774eaf369d7bb8d62b3daa2462bdbd
|
|
||||||
size 186446
|
|
3
pydash-8.0.3.tar.gz
Normal file
3
pydash-8.0.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1b27cd3da05b72f0e5ff786c523afd82af796936462e631ffd1b228d91f8b9aa
|
||||||
|
size 188737
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
@@ -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.3
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user