pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-sortedcontainers



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct  7 08:35:38 UTC 2018

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

Log Message:
py-sortedcontainers: updated to 2.0.5

2.0.5:
Bug fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-sortedcontainers/Makefile \
    pkgsrc/devel/py-sortedcontainers/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-sortedcontainers/Makefile
diff -u pkgsrc/devel/py-sortedcontainers/Makefile:1.3 pkgsrc/devel/py-sortedcontainers/Makefile:1.4
--- pkgsrc/devel/py-sortedcontainers/Makefile:1.3       Thu May 24 16:29:39 2018
+++ pkgsrc/devel/py-sortedcontainers/Makefile   Sun Oct  7 08:35:38 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/05/24 16:29:39 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2018/10/07 08:35:38 adam Exp $
 
-DISTNAME=      sortedcontainers-2.0.2
+DISTNAME=      sortedcontainers-2.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sortedcontainers/}
@@ -10,6 +10,8 @@ HOMEPAGE=     http://www.grantjenks.com/docs
 COMMENT=       Sorted collections library written in pure-Python
 LICENSE=       apache-2.0
 
+TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
Index: pkgsrc/devel/py-sortedcontainers/distinfo
diff -u pkgsrc/devel/py-sortedcontainers/distinfo:1.3 pkgsrc/devel/py-sortedcontainers/distinfo:1.4
--- pkgsrc/devel/py-sortedcontainers/distinfo:1.3       Thu May 24 16:29:39 2018
+++ pkgsrc/devel/py-sortedcontainers/distinfo   Sun Oct  7 08:35:38 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/05/24 16:29:39 minskim Exp $
+$NetBSD: distinfo,v 1.4 2018/10/07 08:35:38 adam Exp $
 
-SHA1 (sortedcontainers-2.0.2.tar.gz) = 2e21305d739f3dfa1cbfb21b4b7f0d2ba54423dd
-RMD160 (sortedcontainers-2.0.2.tar.gz) = ece823c08402366614c66c626c781272758965ab
-SHA512 (sortedcontainers-2.0.2.tar.gz) = cc4686ad8487d2d7e51969f3132e8b6d12d7b20c0918830874e89f2e7330fcb6972e6243e9d8addf9e0c035ada6a4e2ccdfbcecd30794bae28f0fb36c548ddf3
-Size (sortedcontainers-2.0.2.tar.gz) = 9232110 bytes
+SHA1 (sortedcontainers-2.0.5.tar.gz) = 0dbfd450ea420f2e7da43b78eda70e0e81040951
+RMD160 (sortedcontainers-2.0.5.tar.gz) = 0b7cabe72c55160ef131208aa6fff59a68003d26
+SHA512 (sortedcontainers-2.0.5.tar.gz) = 3ce3cf7c2de98597c1996ec2484afaea2054b790be18bd387f51d73e544affdf5bb76fc455c09865980085c32f3f1c9fb3b87b47ec310347145901b18cf38c0a
+Size (sortedcontainers-2.0.5.tar.gz) = 29790 bytes



Home | Main Index | Thread Index | Old Index