pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-pefile



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Tue Aug 18 20:14:07 UTC 2020

Modified Files:
        pkgsrc/sysutils/py-pefile: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/py-pefile/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/py-pefile/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/py-pefile/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

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

Index: pkgsrc/sysutils/py-pefile/PLIST
diff -u pkgsrc/sysutils/py-pefile/PLIST:1.1 pkgsrc/sysutils/py-pefile/PLIST:1.2
--- pkgsrc/sysutils/py-pefile/PLIST:1.1 Sat May 17 16:57:55 2014
+++ pkgsrc/sysutils/py-pefile/PLIST     Tue Aug 18 20:14:07 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/17 16:57:55 khorben Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/08/18 20:14:07 riastradh Exp $
 ${PYSITELIB}/ordlookup/__init__.py
 ${PYSITELIB}/ordlookup/__init__.pyc
 ${PYSITELIB}/ordlookup/__init__.pyo
@@ -11,6 +11,7 @@ ${PYSITELIB}/ordlookup/ws2_32.pyo
 ${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}/pefile.py
 ${PYSITELIB}/pefile.pyc

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



Home | Main Index | Thread Index | Old Index