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.39



details:   https://anonhg.NetBSD.org/pkgsrc/rev/123ef0bc7a15
branches:  trunk
changeset: 377829:123ef0bc7a15
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Mar 23 12:53:34 2018 +0000

description:
py-construct: updated to 2.9.39

2.9.39:
Bug fixes.

diffstat:

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

diffs (107 lines):

diff -r 581a6563d50d -r 123ef0bc7a15 devel/py-construct/Makefile
--- a/devel/py-construct/Makefile       Fri Mar 23 12:51:21 2018 +0000
+++ b/devel/py-construct/Makefile       Fri Mar 23 12:53:34 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/02/14 08:06:40 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/03/23 12:53:34 adam Exp $
 
-DISTNAME=      construct-2.9.30
+DISTNAME=      construct-2.9.39
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/construct/}
diff -r 581a6563d50d -r 123ef0bc7a15 devel/py-construct/PLIST
--- a/devel/py-construct/PLIST  Fri Mar 23 12:51:21 2018 +0000
+++ b/devel/py-construct/PLIST  Fri Mar 23 12:53:34 2018 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2018/02/14 08:06:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/03/23 12:53:34 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/construct/__init__.py
 ${PYSITELIB}/construct/__init__.pyc
@@ -12,66 +13,6 @@
 ${PYSITELIB}/construct/debug.py
 ${PYSITELIB}/construct/debug.pyc
 ${PYSITELIB}/construct/debug.pyo
-${PYSITELIB}/construct/examples/__init__.py
-${PYSITELIB}/construct/examples/__init__.pyc
-${PYSITELIB}/construct/examples/__init__.pyo
-${PYSITELIB}/construct/examples/formats/__init__.py
-${PYSITELIB}/construct/examples/formats/__init__.pyc
-${PYSITELIB}/construct/examples/formats/__init__.pyo
-${PYSITELIB}/construct/examples/formats/data/__init__.py
-${PYSITELIB}/construct/examples/formats/data/__init__.pyc
-${PYSITELIB}/construct/examples/formats/data/__init__.pyo
-${PYSITELIB}/construct/examples/formats/data/cap.py
-${PYSITELIB}/construct/examples/formats/data/cap.pyc
-${PYSITELIB}/construct/examples/formats/data/cap.pyo
-${PYSITELIB}/construct/examples/formats/data/snoop.py
-${PYSITELIB}/construct/examples/formats/data/snoop.pyc
-${PYSITELIB}/construct/examples/formats/data/snoop.pyo
-${PYSITELIB}/construct/examples/formats/executable/__init__.py
-${PYSITELIB}/construct/examples/formats/executable/__init__.pyc
-${PYSITELIB}/construct/examples/formats/executable/__init__.pyo
-${PYSITELIB}/construct/examples/formats/executable/elf32.py
-${PYSITELIB}/construct/examples/formats/executable/elf32.pyc
-${PYSITELIB}/construct/examples/formats/executable/elf32.pyo
-${PYSITELIB}/construct/examples/formats/executable/pe32.py
-${PYSITELIB}/construct/examples/formats/executable/pe32.pyc
-${PYSITELIB}/construct/examples/formats/executable/pe32.pyo
-${PYSITELIB}/construct/examples/formats/filesystem/__init__.py
-${PYSITELIB}/construct/examples/formats/filesystem/__init__.pyc
-${PYSITELIB}/construct/examples/formats/filesystem/__init__.pyo
-${PYSITELIB}/construct/examples/formats/filesystem/ext2.py
-${PYSITELIB}/construct/examples/formats/filesystem/ext2.pyc
-${PYSITELIB}/construct/examples/formats/filesystem/ext2.pyo
-${PYSITELIB}/construct/examples/formats/filesystem/fat16.py
-${PYSITELIB}/construct/examples/formats/filesystem/fat16.pyc
-${PYSITELIB}/construct/examples/formats/filesystem/fat16.pyo
-${PYSITELIB}/construct/examples/formats/filesystem/mbr.py
-${PYSITELIB}/construct/examples/formats/filesystem/mbr.pyc
-${PYSITELIB}/construct/examples/formats/filesystem/mbr.pyo
-${PYSITELIB}/construct/examples/formats/graphics/__init__.py
-${PYSITELIB}/construct/examples/formats/graphics/__init__.pyc
-${PYSITELIB}/construct/examples/formats/graphics/__init__.pyo
-${PYSITELIB}/construct/examples/formats/graphics/bmp.py
-${PYSITELIB}/construct/examples/formats/graphics/bmp.pyc
-${PYSITELIB}/construct/examples/formats/graphics/bmp.pyo
-${PYSITELIB}/construct/examples/formats/graphics/emf.py
-${PYSITELIB}/construct/examples/formats/graphics/emf.pyc
-${PYSITELIB}/construct/examples/formats/graphics/emf.pyo
-${PYSITELIB}/construct/examples/formats/graphics/gif.py
-${PYSITELIB}/construct/examples/formats/graphics/gif.pyc
-${PYSITELIB}/construct/examples/formats/graphics/gif.pyo
-${PYSITELIB}/construct/examples/formats/graphics/png.py
-${PYSITELIB}/construct/examples/formats/graphics/png.pyc
-${PYSITELIB}/construct/examples/formats/graphics/png.pyo
-${PYSITELIB}/construct/examples/formats/graphics/wmf.py
-${PYSITELIB}/construct/examples/formats/graphics/wmf.pyc
-${PYSITELIB}/construct/examples/formats/graphics/wmf.pyo
-${PYSITELIB}/construct/examples/protocols/__init__.py
-${PYSITELIB}/construct/examples/protocols/__init__.pyc
-${PYSITELIB}/construct/examples/protocols/__init__.pyo
-${PYSITELIB}/construct/examples/protocols/ipstack.py
-${PYSITELIB}/construct/examples/protocols/ipstack.pyc
-${PYSITELIB}/construct/examples/protocols/ipstack.pyo
 ${PYSITELIB}/construct/expr.py
 ${PYSITELIB}/construct/expr.pyc
 ${PYSITELIB}/construct/expr.pyo
diff -r 581a6563d50d -r 123ef0bc7a15 devel/py-construct/distinfo
--- a/devel/py-construct/distinfo       Fri Mar 23 12:51:21 2018 +0000
+++ b/devel/py-construct/distinfo       Fri Mar 23 12:53:34 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/02/14 08:06:40 adam Exp $
+$NetBSD: distinfo,v 1.10 2018/03/23 12:53:34 adam Exp $
 
-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
+SHA1 (construct-2.9.39.tar.gz) = 109ea75fcf1d6a73ef5a7e8410f65a9d40d720c7
+RMD160 (construct-2.9.39.tar.gz) = e13682ea2041f126b52a6cd033e0a3f0b397f153
+SHA512 (construct-2.9.39.tar.gz) = 0657a401cc6d140160aebe6f273da2825f4000a6cf982d5beed4d633f8c240322ce84dd3b30dbd098949238b2d134d8284ce7b21cdc1266e68bd3d308df262b4
+Size (construct-2.9.39.tar.gz) = 51357 bytes



Home | Main Index | Thread Index | Old Index