pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-pefile py-pefile: updated to 2022.5.30



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83ac8b776b06
branches:  trunk
changeset: 388992:83ac8b776b06
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 28 18:26:03 2022 +0000

description:
py-pefile: updated to 2022.5.30

pefile 2022.5.30
Merged pull request 344 from elicn/faster-reloc: Speed up relocation process
Merged pull request 175 from tdube/patch-1: Fix catch-all exception clause in parse_resources_directory
Turn data into a bytearray to avoid copying data around (from elicn)
Merged pull request 343 from mat-gas/master: various performances improvements (30-50% in certain workflows, 15-25% in average)
Merged pull request 340 from dinateper/feature/PEfile_context_manager: Update PE to allow with statements
Removed legacy Python 2 code
Miscellaneous other fixes.

diffstat:

 sysutils/py-pefile/Makefile |  12 ++++--------
 sysutils/py-pefile/distinfo |   8 ++++----
 2 files changed, 8 insertions(+), 12 deletions(-)

diffs (40 lines):

diff -r d60ecf01e835 -r 83ac8b776b06 sysutils/py-pefile/Makefile
--- a/sysutils/py-pefile/Makefile       Mon Nov 28 18:12:42 2022 +0000
+++ b/sysutils/py-pefile/Makefile       Mon Nov 28 18:26:03 2022 +0000
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2022/01/04 20:54:49 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2022/11/28 18:26:03 adam Exp $
 
-PEFILE_VERSION=        2021.5.24
-DISTNAME=      pefile-${PEFILE_VERSION}
-PKGNAME=       ${PYPKGPREFIX}-pefile-${PEFILE_VERSION:S/-/./}
-PKGREVISION=   1
-CATEGORIES=    sysutils
+DISTNAME=      pefile-2022.5.30
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pefile/}
 
 MAINTAINER=    khorben%defora.org@localhost
@@ -12,8 +10,6 @@
 COMMENT=       Python module to read and work with PE files
 LICENSE=       modified-bsd
 
-EGG_NAME=      pefile-${PEFILE_VERSION:S/-/.post/}
-
 DEPENDS+=      ${PYPKGPREFIX}-future>=0:../../devel/py-future
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
diff -r d60ecf01e835 -r 83ac8b776b06 sysutils/py-pefile/distinfo
--- a/sysutils/py-pefile/distinfo       Mon Nov 28 18:12:42 2022 +0000
+++ b/sysutils/py-pefile/distinfo       Mon Nov 28 18:26:03 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:20:04 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/11/28 18:26:03 adam Exp $
 
-BLAKE2s (pefile-2021.5.24.tar.gz) = 60a98b6857001a64393d7512d0a36861c5dd8aa1f1eccde6d28fc49061b63d75
-SHA512 (pefile-2021.5.24.tar.gz) = 614332a6009b5a30682b295272aa4d8fa7eb5eb9cc4981dc2c66887ef8ab17af8c463c1490f0df1a37fc4a9a6d3e8c12dd986657260f98e5b60e771244d791a8
-Size (pefile-2021.5.24.tar.gz) = 66130 bytes
+BLAKE2s (pefile-2022.5.30.tar.gz) = 66ba3dae1d8ce784a1064ffade13ce306e37ac047e3515b0fef01a3750a96181
+SHA512 (pefile-2022.5.30.tar.gz) = 18f8070bfb13fe9b7005ed55c9d040465d1e4c0ddcc1e8adca9127070f8db7b32272fbe50622c1d5c937d9be3bb110167b6a55502e232e26d7da881a5342a9e3
+Size (pefile-2022.5.30.tar.gz) = 72889 bytes



Home | Main Index | Thread Index | Old Index