Tue Aug 18 20:14:07 2020 UTC ()
sysutils/py-pefile: Update to 2019.4.18

- 2016.3.4: Version 2016.3.4 of pefile now runs under Python 2.7 and
  Python 3 in addition to addressing a few of the long standing issues.

- 2016.3.28: Minor fixes, merged some pending pull requests.

- 2017.5.26: Maintenance release.

- 2017.8.1: Merged PRs: #180, #183, #190, #200, #202 and fixed a bug
  handling bytearrays under certain conditions.

- 2017.9.3: Merged PRs: #188, #169, #166, #165, #154, #174, and #210.
  I've also improved handling of some corner cases of files with
  invalid exports and improved the is_driver check.

- 2017.11.5: Merged PR #212 and fixed a few miscellaneous crashed
  parsing malformed files.

- 2018.8.8: This release incorporates the merged PRs and issues fixed
  since the last release.

- 2019.4.14: This release incorporates the merged PRs and issues fixed
  since the last release.

- 2019.4.18: This release incorporates the merged PRs and issues fixed
  since the last release.  These should speed up parsing of files with
  many ordinals or exports.


(riastradh)
diff -r1.11 -r1.12 pkgsrc/sysutils/py-pefile/Makefile
diff -r1.1 -r1.2 pkgsrc/sysutils/py-pefile/PLIST
diff -r1.2 -r1.3 pkgsrc/sysutils/py-pefile/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/sysutils/py-pefile/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/py-pefile/Makefile 2019/11/04 21:28:51 1.11
+++ pkgsrc/sysutils/py-pefile/Makefile 2020/08/18 20:14:07 1.12
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.11 2019/11/04 21:28:51 rillig Exp $ 1# $NetBSD: Makefile,v 1.12 2020/08/18 20:14:07 riastradh Exp $
2 2
3PEFILE_VERSION= 1.2.10-139 3PEFILE_VERSION= 2019.4.18
4DISTNAME= pefile-${PEFILE_VERSION} 4DISTNAME= pefile-${PEFILE_VERSION}
5PKGNAME= ${PYPKGPREFIX}-pefile-${PEFILE_VERSION:S/-/./} 5PKGNAME= ${PYPKGPREFIX}-pefile-${PEFILE_VERSION:S/-/./}
6CATEGORIES= sysutils 6CATEGORIES= sysutils
7MASTER_SITES= https://pefile.googlecode.com/files/ 7MASTER_SITES= ${MASTER_SITE_PYPI:=p/pefile/}
8 8
9MAINTAINER= khorben@defora.org 9MAINTAINER= khorben@defora.org
10HOMEPAGE= https://github.com/erocarrera/pefile 10HOMEPAGE= https://github.com/erocarrera/pefile
11COMMENT= Python module to read and work with PE files 11COMMENT= Python module to read and work with PE files
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14PYTHON_VERSIONS_ACCEPTED= 27 
15 
16EGG_NAME= pefile-${PEFILE_VERSION:S/-/.post/} 14EGG_NAME= pefile-${PEFILE_VERSION:S/-/.post/}
17 15
 16DEPENDS+= ${PYPKGPREFIX}-future>=0:../../devel/py-future
 17
18.include "../../lang/python/egg.mk" 18.include "../../lang/python/egg.mk"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/sysutils/py-pefile/PLIST (expand / switch to unified diff)

--- pkgsrc/sysutils/py-pefile/PLIST 2014/05/17 16:57:55 1.1
+++ pkgsrc/sysutils/py-pefile/PLIST 2020/08/18 20:14:07 1.2
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1@comment $NetBSD: PLIST,v 1.1 2014/05/17 16:57:55 khorben Exp $ 1@comment $NetBSD: PLIST,v 1.2 2020/08/18 20:14:07 riastradh Exp $
2${PYSITELIB}/ordlookup/__init__.py 2${PYSITELIB}/ordlookup/__init__.py
3${PYSITELIB}/ordlookup/__init__.pyc 3${PYSITELIB}/ordlookup/__init__.pyc
4${PYSITELIB}/ordlookup/__init__.pyo 4${PYSITELIB}/ordlookup/__init__.pyo
5${PYSITELIB}/ordlookup/oleaut32.py 5${PYSITELIB}/ordlookup/oleaut32.py
6${PYSITELIB}/ordlookup/oleaut32.pyc 6${PYSITELIB}/ordlookup/oleaut32.pyc
7${PYSITELIB}/ordlookup/oleaut32.pyo 7${PYSITELIB}/ordlookup/oleaut32.pyo
8${PYSITELIB}/ordlookup/ws2_32.py 8${PYSITELIB}/ordlookup/ws2_32.py
9${PYSITELIB}/ordlookup/ws2_32.pyc 9${PYSITELIB}/ordlookup/ws2_32.pyc
10${PYSITELIB}/ordlookup/ws2_32.pyo 10${PYSITELIB}/ordlookup/ws2_32.pyo
11${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 11${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
12${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 12${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
13${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 13${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 14${PYSITELIB}/${EGG_INFODIR}/requires.txt
14${PYSITELIB}/${EGG_INFODIR}/top_level.txt 15${PYSITELIB}/${EGG_INFODIR}/top_level.txt
15${PYSITELIB}/pefile.py 16${PYSITELIB}/pefile.py
16${PYSITELIB}/pefile.pyc 17${PYSITELIB}/pefile.pyc
17${PYSITELIB}/pefile.pyo 18${PYSITELIB}/pefile.pyo
18${PYSITELIB}/peutils.py 19${PYSITELIB}/peutils.py
19${PYSITELIB}/peutils.pyc 20${PYSITELIB}/peutils.pyc
20${PYSITELIB}/peutils.pyo 21${PYSITELIB}/peutils.pyo

cvs diff -r1.2 -r1.3 pkgsrc/sysutils/py-pefile/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/py-pefile/distinfo 2015/11/04 01:32:27 1.2
+++ pkgsrc/sysutils/py-pefile/distinfo 2020/08/18 20:14:07 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2015/11/04 01:32:27 agc Exp $ 1$NetBSD: distinfo,v 1.3 2020/08/18 20:14:07 riastradh Exp $
2 2
3SHA1 (pefile-1.2.10-139.tar.gz) = a1bc91758ed1ff8c2df661511023360fcf9bbf77 3SHA1 (pefile-2019.4.18.tar.gz) = 4cadf66db1e8640733054f7b2e1920900dfed704
4RMD160 (pefile-1.2.10-139.tar.gz) = 3d1d676134bc138f7b90abb6d0d8661066a10e1c 4RMD160 (pefile-2019.4.18.tar.gz) = b1445655604ec9b0e8aa53f45e4ee27179a77221
5SHA512 (pefile-1.2.10-139.tar.gz) = df8161a3d7659fdff26a21adc398063d909a4c0a390b6116b3d5ee293ee7d9363b524acf1b59a0758bf1556a842b35e78108e5df75433ed392b0813f98cf9d51 5SHA512 (pefile-2019.4.18.tar.gz) = 33c53120fd6a0fde22f4076c19ed8f69fc2b53b16d0c581133446d0d770e290dcb2ddd1e9941e8d8debc28c1cb4ff64ff055c2b8c0958015d9121de72ae20c76
6Size (pefile-1.2.10-139.tar.gz) = 57322 bytes 6Size (pefile-2019.4.18.tar.gz) = 62374 bytes