Skip to content

Commit

Permalink
Update devel/py-Spans to 1.0.0. Changes since 0.5.0:
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gson committed Jul 29, 2017
1 parent 9c25c36 commit 537c341
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions devel/py-Spans/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.2 2017/05/21 10:09:47 gson Exp $
# $NetBSD: Makefile,v 1.3 2017/07/29 17:35:09 gson Exp $

DISTNAME= Spans-0.5.0
PKGREVISION= 1
DISTNAME= Spans-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=S/Spans/}
Expand Down
10 changes: 5 additions & 5 deletions devel/py-Spans/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2017/05/17 10:46:02 gson Exp $
$NetBSD: distinfo,v 1.2 2017/07/29 17:35:09 gson Exp $

SHA1 (Spans-0.5.0.tar.gz) = ca4d7b1b6df3453012515c8b8456b37dc49b8659
RMD160 (Spans-0.5.0.tar.gz) = f311334dbbaf0a0b11e84fc6caf77519751fc7df
SHA512 (Spans-0.5.0.tar.gz) = c12fb8d870608811662e1e60b34360a6074633ba2ad4e3268eae22fb8b15642caf31dc3d0b66c3e4e93cdb2dca56134afa6e622de834319d4ad150f409be5c39
Size (Spans-0.5.0.tar.gz) = 42861 bytes
SHA1 (Spans-1.0.0.tar.gz) = 50c75b5e8a9541bc2368379dd4aba11d64aa83b7
RMD160 (Spans-1.0.0.tar.gz) = 73c9db91bdccd07de9a3840c76848db848a95809
SHA512 (Spans-1.0.0.tar.gz) = c8a7311731512430e166446f316e0145d475ff799863c1934e434bce5f51052341d41f49f6e47dd9de075d5f133b99d43347165e92a6963689e29ffa47e6b23a
Size (Spans-1.0.0.tar.gz) = 44654 bytes

0 comments on commit 537c341

Please sign in to comment.