From edebea4d13eb866c0aa8a787965c17ee6320058d Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 7 Dec 2023 08:25:33 +0000 Subject: [PATCH] py-olefile: update to 0.47. - **2023-11-30 v0.47 (in development)**: - fixed issue #142: isOleFile has a new data parameter to handle files in memory properly - fixed issue #156: write_sect now correctly detects when data is larger than the sector size - use GitHub actions for testing and Codecov for coverage, added python 3.8 to 3.12 (PR #157 by @hugovk) - added VT_VECTOR support for properties (PR #135 by Maciej Kotowicz @mak) - olefile is now distributed as a universal wheel package in PyPI (PR #130 by @hugovk) - olefile will not close a file handle if it was provided by the caller (PR #121 by Christian Herdtweck, issue #120) - added exceptions OleFileError and NotOleFileError to replace IOError (PR #110 by Ken Peterson @TheElementalOfCreation) - added get_userdefined_properties to parse user-defined properties (PR #114 by @DissectMalware) --- devel/py-olefile/Makefile | 5 ++--- devel/py-olefile/PLIST | 3 ++- devel/py-olefile/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/py-olefile/Makefile b/devel/py-olefile/Makefile index ca8696801c7f..b42a08bab0eb 100644 --- a/devel/py-olefile/Makefile +++ b/devel/py-olefile/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2022/01/04 20:53:18 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2023/12/07 08:25:33 wiz Exp $ -DISTNAME= olefile-0.46 +DISTNAME= olefile-0.47 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=o/olefile/} EXTRACT_SUFX= .zip diff --git a/devel/py-olefile/PLIST b/devel/py-olefile/PLIST index ab2076054e0f..05e2dadfebd2 100644 --- a/devel/py-olefile/PLIST +++ b/devel/py-olefile/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2018/02/08 08:17:26 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2023/12/07 08:25:33 wiz 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}/olefile/__init__.py ${PYSITELIB}/olefile/__init__.pyc diff --git a/devel/py-olefile/distinfo b/devel/py-olefile/distinfo index 30cc16b11729..58f23b65b8f9 100644 --- a/devel/py-olefile/distinfo +++ b/devel/py-olefile/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:18:43 nia Exp $ +$NetBSD: distinfo,v 1.6 2023/12/07 08:25:33 wiz Exp $ -BLAKE2s (olefile-0.46.zip) = 377df2a1afb9cd9ed580bbb4a12bfe10d28a7f9bb87f1ae88d9f0c5ccf96ebcc -SHA512 (olefile-0.46.zip) = 2a19c443c1e4519680027ff557b5f737e6d0e707c1932a759ea85105717f4f6393149e0eb04589fe2b2b7e0c474042cfe34801faad38517799483b711001b4ac -Size (olefile-0.46.zip) = 112226 bytes +BLAKE2s (olefile-0.47.zip) = 3fd73d76afbafeea8cb76566404df26ee056f5e439e7b6471df84c0c4d9e003c +SHA512 (olefile-0.47.zip) = b797c0e419132fbd469b121b6d6a9f69a83d156b3b14be0ea227776ecbd6a912be5c38e74ec5fbced79eacbb4a19c7c6365b6fde2167e02bd92031c5f8b3f928 +Size (olefile-0.47.zip) = 112240 bytes