pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-Spans
Module Name: pkgsrc
Committed By: gson
Date: Sat Jul 29 17:35:09 UTC 2017
Modified Files:
pkgsrc/devel/py-Spans: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-Spans/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-Spans/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-Spans/Makefile
diff -u pkgsrc/devel/py-Spans/Makefile:1.2 pkgsrc/devel/py-Spans/Makefile:1.3
--- pkgsrc/devel/py-Spans/Makefile:1.2 Sun May 21 10:09:47 2017
+++ pkgsrc/devel/py-Spans/Makefile Sat Jul 29 17:35:09 2017
@@ -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/}
Index: pkgsrc/devel/py-Spans/distinfo
diff -u pkgsrc/devel/py-Spans/distinfo:1.1 pkgsrc/devel/py-Spans/distinfo:1.2
--- pkgsrc/devel/py-Spans/distinfo:1.1 Wed May 17 10:46:02 2017
+++ pkgsrc/devel/py-Spans/distinfo Sat Jul 29 17:35:09 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index