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 May 22 21:00:04 UTC 2019

Modified Files:
        pkgsrc/devel/py-dash: Makefile distinfo

Log Message:
py-dash: updated to 4.7.5

v4.7.5:

Bug Fixes
- Fix handling of string and byte values in clone_with and clone_deep_with when a customizer is used.
- Fix handling of non-indexable iterables in find and find_last.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-dash/Makefile \
    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.6 pkgsrc/devel/py-dash/Makefile:1.7
--- pkgsrc/devel/py-dash/Makefile:1.6   Wed Nov 21 11:01:55 2018
+++ pkgsrc/devel/py-dash/Makefile       Wed May 22 21:00:04 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/11/21 11:01:55 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/05/22 21:00:04 adam Exp $
 
-DISTNAME=      pydash-4.7.4
+DISTNAME=      pydash-4.7.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pydash/}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/dgilland/py
 COMMENT=       Python utility libraries for doing stuff in a functional way
 LICENSE=       mit
 
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
Index: pkgsrc/devel/py-dash/distinfo
diff -u pkgsrc/devel/py-dash/distinfo:1.6 pkgsrc/devel/py-dash/distinfo:1.7
--- pkgsrc/devel/py-dash/distinfo:1.6   Wed Nov 21 11:01:55 2018
+++ pkgsrc/devel/py-dash/distinfo       Wed May 22 21:00:04 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/11/21 11:01:55 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/05/22 21:00:04 adam Exp $
 
-SHA1 (pydash-4.7.4.tar.gz) = 9d4304b4831f3127b4f4d562d4dcc419f5a2b065
-RMD160 (pydash-4.7.4.tar.gz) = a9cb85f7f55447e88b4225634ba28e11ba2c6cc5
-SHA512 (pydash-4.7.4.tar.gz) = e168eeb5a99bbdc81eb074437de12d3191814e7cc895dd925a41a1c52be89040bcae17afbbaa4e346a92ea7c8cc19baaf3e14f77464c241498dcf950a605bebe
-Size (pydash-4.7.4.tar.gz) = 133507 bytes
+SHA1 (pydash-4.7.5.tar.gz) = 898eacaf5d0c2f376c27a7aee6e99432db03d28f
+RMD160 (pydash-4.7.5.tar.gz) = 2fc91baa651087b0aef35cbc6e501bbef055d12c
+SHA512 (pydash-4.7.5.tar.gz) = 8a2eb660b7427b95e15224d3c8a4b065163f9eac9b44c6a1b5888b79f297e3cd7ad60be4e2ba9d9203394bcd8083443c5fe2d9addff8bd69f970f849cdc6b009
+Size (pydash-4.7.5.tar.gz) = 133988 bytes



Home | Main Index | Thread Index | Old Index