pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-construct py-construct: updated to 2.9.30



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a6f1f9e159a
branches:  trunk
changeset: 375527:7a6f1f9e159a
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Feb 14 08:06:40 2018 +0000

description:
py-construct: updated to 2.9.30

Version 2.9 was released in January 2018. It adds compiler feature (for better performance!), and other major upgrades. Documentation was overhauled (see Core API pages!).

diffstat:

 devel/py-construct/Makefile |   4 ++--
 devel/py-construct/PLIST    |   8 ++++----
 devel/py-construct/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (49 lines):

diff -r 1fe9409850a3 -r 7a6f1f9e159a devel/py-construct/Makefile
--- a/devel/py-construct/Makefile       Wed Feb 14 01:44:32 2018 +0000
+++ b/devel/py-construct/Makefile       Wed Feb 14 08:06:40 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/01/19 10:00:42 adam Exp $
+# $NetBSD: Makefile,v 1.11 2018/02/14 08:06:40 adam Exp $
 
-DISTNAME=      construct-2.8.22
+DISTNAME=      construct-2.9.30
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/construct/}
diff -r 1fe9409850a3 -r 7a6f1f9e159a devel/py-construct/PLIST
--- a/devel/py-construct/PLIST  Wed Feb 14 01:44:32 2018 +0000
+++ b/devel/py-construct/PLIST  Wed Feb 14 08:06:40 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/04/14 13:04:08 leot Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/02/14 08:06:40 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -84,9 +84,9 @@
 ${PYSITELIB}/construct/lib/bitstream.py
 ${PYSITELIB}/construct/lib/bitstream.pyc
 ${PYSITELIB}/construct/lib/bitstream.pyo
-${PYSITELIB}/construct/lib/container.py
-${PYSITELIB}/construct/lib/container.pyc
-${PYSITELIB}/construct/lib/container.pyo
+${PYSITELIB}/construct/lib/containers.py
+${PYSITELIB}/construct/lib/containers.pyc
+${PYSITELIB}/construct/lib/containers.pyo
 ${PYSITELIB}/construct/lib/hex.py
 ${PYSITELIB}/construct/lib/hex.pyc
 ${PYSITELIB}/construct/lib/hex.pyo
diff -r 1fe9409850a3 -r 7a6f1f9e159a devel/py-construct/distinfo
--- a/devel/py-construct/distinfo       Wed Feb 14 01:44:32 2018 +0000
+++ b/devel/py-construct/distinfo       Wed Feb 14 08:06:40 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/01/19 10:00:42 adam Exp $
+$NetBSD: distinfo,v 1.9 2018/02/14 08:06:40 adam Exp $
 
-SHA1 (construct-2.8.22.tar.gz) = 8adb2ecb4aaa8ee5ed3c633a012165d422b0f1e9
-RMD160 (construct-2.8.22.tar.gz) = 398390e9db4937fea8ed63ef52724fdab899aae9
-SHA512 (construct-2.8.22.tar.gz) = 70bb66c1464db0bef85a85505f3cf14da78d092134787975e9ce9d155e92151a4b03c355e4b4e56011c041611c14507aa5fa43c14fd0d8a577d295197fd75f4f
-Size (construct-2.8.22.tar.gz) = 63339 bytes
+SHA1 (construct-2.9.30.tar.gz) = fc38ba42010ccac913e562f459db8d47050bbba6
+RMD160 (construct-2.9.30.tar.gz) = 22ef02577118d0c8ca825b62e9dea429a6f5266b
+SHA512 (construct-2.9.30.tar.gz) = e070ba7c43c7279391d07e24ed7ca52152cfe7c46e2fb969c37a2edbd33eb9102bd892cca5dd6be7e96eb7d0dcd04c17a4565ca2dcaab14795efbcb4ddef03d2
+Size (construct-2.9.30.tar.gz) = 68744 bytes



Home | Main Index | Thread Index | Old Index