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:   khorben
Date:           Wed Jun  2 22:21:12 UTC 2021

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

Log Message:
py-pefile: update to version 2021.5.24

This release "incorporates the issues fixed since the last release."
It also stops supporting Python 2.7.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/py-pefile/Makefile
cvs rdiff -u -r1.3 -r1.4 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.12 pkgsrc/sysutils/py-pefile/Makefile:1.13
--- pkgsrc/sysutils/py-pefile/Makefile:1.12     Tue Aug 18 20:14:07 2020
+++ pkgsrc/sysutils/py-pefile/Makefile  Wed Jun  2 22:21:12 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/08/18 20:14:07 riastradh Exp $
+# $NetBSD: Makefile,v 1.13 2021/06/02 22:21:12 khorben Exp $
 
-PEFILE_VERSION=        2019.4.18
+PEFILE_VERSION=        2021.5.24
 DISTNAME=      pefile-${PEFILE_VERSION}
 PKGNAME=       ${PYPKGPREFIX}-pefile-${PEFILE_VERSION:S/-/./}
 CATEGORIES=    sysutils
@@ -15,5 +15,7 @@ EGG_NAME=     pefile-${PEFILE_VERSION:S/-/.p
 
 DEPENDS+=      ${PYPKGPREFIX}-future>=0:../../devel/py-future
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/sysutils/py-pefile/distinfo
diff -u pkgsrc/sysutils/py-pefile/distinfo:1.3 pkgsrc/sysutils/py-pefile/distinfo:1.4
--- pkgsrc/sysutils/py-pefile/distinfo:1.3      Tue Aug 18 20:14:07 2020
+++ pkgsrc/sysutils/py-pefile/distinfo  Wed Jun  2 22:21:12 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/08/18 20:14:07 riastradh Exp $
+$NetBSD: distinfo,v 1.4 2021/06/02 22:21:12 khorben Exp $
 
-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
+SHA1 (pefile-2021.5.24.tar.gz) = bfe4157a196e80e4eaf4237f956be20784742ea6
+RMD160 (pefile-2021.5.24.tar.gz) = d6d0cb34caa9e3e387036b5dcf16cc6e70e35cb1
+SHA512 (pefile-2021.5.24.tar.gz) = 614332a6009b5a30682b295272aa4d8fa7eb5eb9cc4981dc2c66887ef8ab17af8c463c1490f0df1a37fc4a9a6d3e8c12dd986657260f98e5b60e771244d791a8
+Size (pefile-2021.5.24.tar.gz) = 66130 bytes



Home | Main Index | Thread Index | Old Index