pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-construct



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb 14 08:06:40 UTC 2018

Modified Files:
        pkgsrc/devel/py-construct: Makefile PLIST distinfo

Log Message:
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!).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-construct/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-construct/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-construct/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-construct/Makefile
diff -u pkgsrc/devel/py-construct/Makefile:1.10 pkgsrc/devel/py-construct/Makefile:1.11
--- pkgsrc/devel/py-construct/Makefile:1.10     Fri Jan 19 10:00:42 2018
+++ pkgsrc/devel/py-construct/Makefile  Wed Feb 14 08:06:40 2018
@@ -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/}

Index: pkgsrc/devel/py-construct/PLIST
diff -u pkgsrc/devel/py-construct/PLIST:1.2 pkgsrc/devel/py-construct/PLIST:1.3
--- pkgsrc/devel/py-construct/PLIST:1.2 Fri Apr 14 13:04:08 2017
+++ pkgsrc/devel/py-construct/PLIST     Wed Feb 14 08:06:40 2018
@@ -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/binary.pyo
 ${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

Index: pkgsrc/devel/py-construct/distinfo
diff -u pkgsrc/devel/py-construct/distinfo:1.8 pkgsrc/devel/py-construct/distinfo:1.9
--- pkgsrc/devel/py-construct/distinfo:1.8      Fri Jan 19 10:00:42 2018
+++ pkgsrc/devel/py-construct/distinfo  Wed Feb 14 08:06:40 2018
@@ -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