pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-sortedcontainers
Module Name: pkgsrc
Committed By: minskim
Date: Thu May 24 16:29:39 UTC 2018
Modified Files:
pkgsrc/devel/py-sortedcontainers: Makefile distinfo
Log Message:
devel/py-sortedcontainers: Update to 2.0.2
Version 2 represents a significant update to the source base. The code
has been refactored and modernized to embrace Python 3 semantics while
also using `autodoc` in Sphinx for more maintainable
documentation. The core design and algorithms are all the same.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-sortedcontainers/Makefile \
pkgsrc/devel/py-sortedcontainers/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-sortedcontainers/Makefile
diff -u pkgsrc/devel/py-sortedcontainers/Makefile:1.2 pkgsrc/devel/py-sortedcontainers/Makefile:1.3
--- pkgsrc/devel/py-sortedcontainers/Makefile:1.2 Sun Dec 10 10:05:55 2017
+++ pkgsrc/devel/py-sortedcontainers/Makefile Thu May 24 16:29:39 2018
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2017/12/10 10:05:55 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/05/24 16:29:39 minskim Exp $
-DISTNAME= sortedcontainers-1.5.9
+DISTNAME= sortedcontainers-2.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sortedcontainers/}
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= http://www.grantjenks.com/docs/sortedcontainers/
-COMMENT= Containers library, written in pure-Python
+COMMENT= Sorted collections library written in pure-Python
LICENSE= apache-2.0
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-sortedcontainers/distinfo
diff -u pkgsrc/devel/py-sortedcontainers/distinfo:1.2 pkgsrc/devel/py-sortedcontainers/distinfo:1.3
--- pkgsrc/devel/py-sortedcontainers/distinfo:1.2 Sun Dec 10 10:05:55 2017
+++ pkgsrc/devel/py-sortedcontainers/distinfo Thu May 24 16:29:39 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/12/10 10:05:55 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/05/24 16:29:39 minskim Exp $
-SHA1 (sortedcontainers-1.5.9.tar.gz) = 05f88a1fda88199ea6ad3e6ed35f9bf732787a17
-RMD160 (sortedcontainers-1.5.9.tar.gz) = 01ad106f60f0b0202d43feee519f4de3c52862cb
-SHA512 (sortedcontainers-1.5.9.tar.gz) = ee611017ac0dbd855efc61f06186397483bd7abf2ce2bbb0f8c3a840953adf855864f55d58d3d7194a981effecd47e997a451a3f9c8ffe1240a546ddad8433a3
-Size (sortedcontainers-1.5.9.tar.gz) = 11972092 bytes
+SHA1 (sortedcontainers-2.0.2.tar.gz) = 2e21305d739f3dfa1cbfb21b4b7f0d2ba54423dd
+RMD160 (sortedcontainers-2.0.2.tar.gz) = ece823c08402366614c66c626c781272758965ab
+SHA512 (sortedcontainers-2.0.2.tar.gz) = cc4686ad8487d2d7e51969f3132e8b6d12d7b20c0918830874e89f2e7330fcb6972e6243e9d8addf9e0c035ada6a4e2ccdfbcecd30794bae28f0fb36c548ddf3
+Size (sortedcontainers-2.0.2.tar.gz) = 9232110 bytes
Home |
Main Index |
Thread Index |
Old Index