Sun Dec 10 10:05:55 2017 UTC ()
py-sortedcontainers: updated to 1.5.9

1.5.9:
* Dropped CPython 2.6 testing.

1.5.8:
* Added ``SortedList.reverse`` to override ``MutableSequence.reverse`` and
  raise ``NotImplementedError``.


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

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

--- pkgsrc/devel/py-sortedcontainers/Makefile 2017/02/08 04:47:04 1.1
+++ pkgsrc/devel/py-sortedcontainers/Makefile 2017/12/10 10:05:55 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2017/02/08 04:47:04 minskim Exp $ 1# $NetBSD: Makefile,v 1.2 2017/12/10 10:05:55 adam Exp $
2 2
3DISTNAME= sortedcontainers-1.5.7 3DISTNAME= sortedcontainers-1.5.9
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/sortedcontainers/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/sortedcontainers/}
7 7
8MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
9HOMEPAGE= http://www.grantjenks.com/docs/sortedcontainers/ 9HOMEPAGE= http://www.grantjenks.com/docs/sortedcontainers/
10COMMENT= Containers library, written in pure-Python 10COMMENT= Containers library, written in pure-Python
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13USE_LANGUAGES= # empty 13USE_LANGUAGES= # none
14 14
15.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/py-sortedcontainers/distinfo 2017/02/08 04:47:04 1.1
+++ pkgsrc/devel/py-sortedcontainers/distinfo 2017/12/10 10:05:55 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/02/08 04:47:04 minskim Exp $ 1$NetBSD: distinfo,v 1.2 2017/12/10 10:05:55 adam Exp $
2 2
3SHA1 (sortedcontainers-1.5.7.tar.gz) = 66081cc6b5e63d006abed3f243ab215f4aeb27e2 3SHA1 (sortedcontainers-1.5.9.tar.gz) = 05f88a1fda88199ea6ad3e6ed35f9bf732787a17
4RMD160 (sortedcontainers-1.5.7.tar.gz) = 1ac4ff093fb771e5e7be5a811181a76c396825db 4RMD160 (sortedcontainers-1.5.9.tar.gz) = 01ad106f60f0b0202d43feee519f4de3c52862cb
5SHA512 (sortedcontainers-1.5.7.tar.gz) = a9f2ba152c47eddfda6ad8ef7ecfbfa5d51b17afb4042b0b1e6d8b3dbc6caf6f8281af415dfcf1e356aaf80aa3212865ba926fe0d6e08961c8fbbc68adb34108 5SHA512 (sortedcontainers-1.5.9.tar.gz) = ee611017ac0dbd855efc61f06186397483bd7abf2ce2bbb0f8c3a840953adf855864f55d58d3d7194a981effecd47e997a451a3f9c8ffe1240a546ddad8433a3
6Size (sortedcontainers-1.5.7.tar.gz) = 11970881 bytes 6Size (sortedcontainers-1.5.9.tar.gz) = 11972092 bytes