pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-dash
Module Name: pkgsrc
Committed By: adam
Date: Wed Sep 9 12:59:25 UTC 2026
Modified Files:
pkgsrc/devel/py-dash: Makefile distinfo
Log Message:
py-dash: updated to 8.1.0
v8.1.0 (2026-08-29)
- Support iterables in ``take_while`` and ``drop_while``. Thanks ``Sai Asish Y``!
- Guard all dunder-path access on objects. Thanks gaoflow_!
- Fix flattening nested iterables. Thanks gaoflow_!
- Fix ``StopIteration`` leak in ``iterintersperse`` on empty iterable. Thanks gaoflow_!
- Fix ``in_range`` to support reversed ranges where ``start`` is greater than ``end`` by swapping the bounds, matching lodash's documented ``_.inRange`` behavior (e.g. ``in_range(-3, -2, -6)`` now
returns ``True``). Thanks gaoflow_!
- Fix ``floor``, ``ceil``, and ``round_`` passing index as precision when used as iteratees. Thanks gaoflow_!
- Fix ``debounce`` to delay execution until after ``wait`` milliseconds of quiet instead of invoking immediately on the first call. Thanks SeaStarDeng_!
- Fix ``to_list`` returning a ``dict_values`` view instead of a list for dicts. Thanks HarperZ9_!
- Fix ``chunk`` to return empty list when size is less than 1. Thanks santhreal_!
- Fix mishandling of out-of-range indexes in ``pull_at``. Thanks santhreal_!
- Fix ``mean``, ``mean_by``, and ``median`` to return ``NaN`` on empty collections. Thanks santhreal_!
- Fix ``last_index_of`` missing a match at index 0. Thanks uttam12331_!
- Fix empty key handling in deep paths. Thanks CodingFeng101_!
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-dash/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-dash/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-dash/Makefile
diff -u pkgsrc/devel/py-dash/Makefile:1.19 pkgsrc/devel/py-dash/Makefile:1.20
--- pkgsrc/devel/py-dash/Makefile:1.19 Wed Feb 4 16:14:08 2026
+++ pkgsrc/devel/py-dash/Makefile Wed Sep 9 12:59:25 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2026/02/04 16:14:08 adam Exp $
+# $NetBSD: Makefile,v 1.20 2026/09/09 12:59:25 adam Exp $
-DISTNAME= pydash-8.0.6
+DISTNAME= pydash-8.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydash/}
@@ -12,9 +12,9 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.6.1:../../devel/py-typing-extensions
-TEST_DEPENDS+= ${PYPKGPREFIX}-invoke-[0-9]*:../../sysutils/py-invoke
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy-testing-[0-9]*:../../devel/py-test-mypy-testing
+TEST_DEPENDS+= ${PYPKGPREFIX}-invoke>=0:../../sysutils/py-invoke
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy-testing>=0:../../devel/py-test-mypy-testing
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-dash/distinfo
diff -u pkgsrc/devel/py-dash/distinfo:1.15 pkgsrc/devel/py-dash/distinfo:1.16
--- pkgsrc/devel/py-dash/distinfo:1.15 Wed Feb 4 16:14:08 2026
+++ pkgsrc/devel/py-dash/distinfo Wed Sep 9 12:59:25 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2026/02/04 16:14:08 adam Exp $
+$NetBSD: distinfo,v 1.16 2026/09/09 12:59:25 adam Exp $
-BLAKE2s (pydash-8.0.6.tar.gz) = 2e2fb54b86c6c4d001d5cf95bb34e5838834ef2b3fb1c03e93635976f2689f75
-SHA512 (pydash-8.0.6.tar.gz) = 02134d1ccb14e290942301712d2d76a33c88663480113b228f415e0bb84f9a25aca49a1827b9d9963f5f4f801289590edeb7d7ef886e568d4ca205928026e38b
-Size (pydash-8.0.6.tar.gz) = 164338 bytes
+BLAKE2s (pydash-8.1.0.tar.gz) = d7738ef8d535416df4297213544e462e9a644bbf14e2eb803e0da5d5ca274c12
+SHA512 (pydash-8.1.0.tar.gz) = 9f08bc91fd6a4d69e7087f5ecb77800bff25d03417dab06f6460200f87b7560c84185bb0d72bd860ba8406eb9d96244eef96436122168ff257e52711663eedc4
+Size (pydash-8.1.0.tar.gz) = 167696 bytes
Home |
Main Index |
Thread Index |
Old Index