Mon May 17 08:06:53 2021 UTC ()
py-sortedcontainers: updated to 2.4.0

2.4.0

API Changes

Implement SortedDict methods: __or__, __ror__, and __ior__ per PEP 584.


(adam)
diff -r1.7 -r1.8 pkgsrc/devel/py-sortedcontainers/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/py-sortedcontainers/distinfo

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

--- pkgsrc/devel/py-sortedcontainers/Makefile 2020/12/14 14:02:47 1.7
+++ pkgsrc/devel/py-sortedcontainers/Makefile 2021/05/17 08:06:53 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2020/12/14 14:02:47 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2021/05/17 08:06:53 adam Exp $
2 2
3DISTNAME= sortedcontainers-2.3.0 3DISTNAME= sortedcontainers-2.4.0
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= Sorted collections library written in pure-Python 10COMMENT= Sorted collections library written in pure-Python
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox 13TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16

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

--- pkgsrc/devel/py-sortedcontainers/distinfo 2020/12/14 14:02:47 1.7
+++ pkgsrc/devel/py-sortedcontainers/distinfo 2021/05/17 08:06:53 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2020/12/14 14:02:47 adam Exp $ 1$NetBSD: distinfo,v 1.8 2021/05/17 08:06:53 adam Exp $
2 2
3SHA1 (sortedcontainers-2.3.0.tar.gz) = 68c81f9065bed49839e40d820c7bdf771a7f8296 3SHA1 (sortedcontainers-2.4.0.tar.gz) = 2eb89d4aac3a41ca340e277e084573eb76f8f0c1
4RMD160 (sortedcontainers-2.3.0.tar.gz) = 5e362e64e697664424ab26ce0709db6c07d85ddd 4RMD160 (sortedcontainers-2.4.0.tar.gz) = 763d74abc972b5718193982998c0be9e4a732f63
5SHA512 (sortedcontainers-2.3.0.tar.gz) = fc4a7d9c281c17fdeab10d56857914ce321d6d5437a09e29a92973f16bb3e79b2b14a13460ba51c941174c0483e29941843938b91602f97e4a8e1ee01abcce80 5SHA512 (sortedcontainers-2.4.0.tar.gz) = 4c01522bc01367a27bb005f16a487c127459f949f3d9fa7094e559993ceb074b3f84dda167f300778f46bdc15669f05866b6117ff6c369ca9a561ae20ab7c53f
6Size (sortedcontainers-2.3.0.tar.gz) = 30509 bytes 6Size (sortedcontainers-2.4.0.tar.gz) = 30594 bytes