Sat Jul 14 19:05:58 2018 UTC ()
py-dash: updated to 4.6.0

v4.6.0:
Improve performance of the following functions for large datasets:
duplicates
sorted_uniq
sorted_uniq_by
union
union_by
union_with
uniq
uniq_by
uniq_with
xor
xor_by
xor_with


(adam)
diff -r1.1 -r1.2 pkgsrc/devel/py-dash/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/py-dash/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-dash/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-dash/Makefile 2018/05/23 09:28:30 1.1
+++ pkgsrc/devel/py-dash/Makefile 2018/07/14 19:05:58 1.2
@@ -1,16 +1,21 @@ @@ -1,16 +1,21 @@
1# $NetBSD: Makefile,v 1.1 2018/05/23 09:28:30 adam Exp $ 1# $NetBSD: Makefile,v 1.2 2018/07/14 19:05:58 adam Exp $
2 2
3DISTNAME= pydash-4.5.0 3DISTNAME= pydash-4.6.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydash/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydash/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/dgilland/pydash 9HOMEPAGE= https://github.com/dgilland/pydash
10COMMENT= Python utility libraries for doing stuff in a functional way 10COMMENT= Python utility libraries for doing stuff in a functional way
11LICENSE= mit 11LICENSE= mit
12 12
 13TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.4.2:../../devel/py-test
 14
13USE_LANGUAGES= # none 15USE_LANGUAGES= # none
14 16
 17do-test:
 18 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
 19
15.include "../../lang/python/egg.mk" 20.include "../../lang/python/egg.mk"
16.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-dash/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-dash/distinfo 2018/05/23 09:28:30 1.1
+++ pkgsrc/devel/py-dash/distinfo 2018/07/14 19:05:58 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2018/05/23 09:28:30 adam Exp $ 1$NetBSD: distinfo,v 1.2 2018/07/14 19:05:58 adam Exp $
2 2
3SHA1 (pydash-4.5.0.tar.gz) = 8e526483413d20aee43b5bc74468938a278ea044 3SHA1 (pydash-4.6.0.tar.gz) = 2419f1058d7755ce622a12637091bfea7c19b057
4RMD160 (pydash-4.5.0.tar.gz) = fd0c0ad73520706c4f35ec085b484986111a5d98 4RMD160 (pydash-4.6.0.tar.gz) = 8a6031e55796676d6b06b26e8f1ff564984ed1ab
5SHA512 (pydash-4.5.0.tar.gz) = a0f451f9b4e3335f28181c25a646fa8bd3cb8fedaa03a79c503f112291a70be53160e5b30f51607e2c636a63ef632affa9bfe2082b6d09860a38e623a9c225f8 5SHA512 (pydash-4.6.0.tar.gz) = 1e68ee9b311afc4da3f42be4d6808ef1f0cd7bb992a05c60ca72e7a2b12374c9936a47342d45b5b2f610bf672437c36378b9c5498c1244fb0514383f885a5639
6Size (pydash-4.5.0.tar.gz) = 132571 bytes 6Size (pydash-4.6.0.tar.gz) = 132891 bytes