Sat Jul 29 17:35:09 2017 UTC ()
Update devel/py-Spans to 1.0.0.  Changes since 0.5.0:

Added NotImplemented for << and >> operators when there is a type mismatch
Added | operator for unions of Range and NotImplemented support for RangeSet
Added & operator for intersections of Range and NotImplemented support for RangeSet
Added - operator for differences of Range and NotImplemented support for RangeSet
Added reversed() iterator support for DiscreteRange
Fixed overlap with empty range incorrectly returns True (bug #7)
Fixed issue with contains() for scalars on unbounded ranges
Fixed type check for right_of()
Fixed type check for contains()
Fixed type check for union()
Fixed type check for intersection()
Fixed type check for difference()
Fixed infinite iterators not being supported for DiscreteRange


(gson)
diff -r1.2 -r1.3 pkgsrc/devel/py-Spans/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/py-Spans/distinfo

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

--- pkgsrc/devel/py-Spans/Makefile 2017/05/21 10:09:47 1.2
+++ pkgsrc/devel/py-Spans/Makefile 2017/07/29 17:35:09 1.3
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2017/05/21 10:09:47 gson Exp $ 1# $NetBSD: Makefile,v 1.3 2017/07/29 17:35:09 gson Exp $
2 2
3DISTNAME= Spans-0.5.0 3DISTNAME= Spans-1.0.0
4PKGREVISION= 1 
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
6CATEGORIES= devel python 5CATEGORIES= devel python
7MASTER_SITES= ${MASTER_SITE_PYPI:=S/Spans/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=S/Spans/}
8 7
9MAINTAINER= gson@NetBSD.org 8MAINTAINER= gson@NetBSD.org
10HOMEPAGE= https://pypi.python.org/pypi/Spans/ 9HOMEPAGE= https://pypi.python.org/pypi/Spans/
11COMMENT= Continuous set support for Python 10COMMENT= Continuous set support for Python
12LICENSE= mit 11LICENSE= mit
13 12
14USE_LANGUAGES= # none 13USE_LANGUAGES= # none
15 14
16.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/py-Spans/distinfo 2017/05/17 10:46:02 1.1
+++ pkgsrc/devel/py-Spans/distinfo 2017/07/29 17:35:09 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/05/17 10:46:02 gson Exp $ 1$NetBSD: distinfo,v 1.2 2017/07/29 17:35:09 gson Exp $
2 2
3SHA1 (Spans-0.5.0.tar.gz) = ca4d7b1b6df3453012515c8b8456b37dc49b8659 3SHA1 (Spans-1.0.0.tar.gz) = 50c75b5e8a9541bc2368379dd4aba11d64aa83b7
4RMD160 (Spans-0.5.0.tar.gz) = f311334dbbaf0a0b11e84fc6caf77519751fc7df 4RMD160 (Spans-1.0.0.tar.gz) = 73c9db91bdccd07de9a3840c76848db848a95809
5SHA512 (Spans-0.5.0.tar.gz) = c12fb8d870608811662e1e60b34360a6074633ba2ad4e3268eae22fb8b15642caf31dc3d0b66c3e4e93cdb2dca56134afa6e622de834319d4ad150f409be5c39 5SHA512 (Spans-1.0.0.tar.gz) = c8a7311731512430e166446f316e0145d475ff799863c1934e434bce5f51052341d41f49f6e47dd9de075d5f133b99d43347165e92a6963689e29ffa47e6b23a
6Size (Spans-0.5.0.tar.gz) = 42861 bytes 6Size (Spans-1.0.0.tar.gz) = 44654 bytes