pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-olefile



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec  7 08:25:34 UTC 2023

Modified Files:
        pkgsrc/devel/py-olefile: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-olefile/Makefile \
    pkgsrc/devel/py-olefile/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-olefile/PLIST

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

Modified files:

Index: pkgsrc/devel/py-olefile/Makefile
diff -u pkgsrc/devel/py-olefile/Makefile:1.5 pkgsrc/devel/py-olefile/Makefile:1.6
--- pkgsrc/devel/py-olefile/Makefile:1.5        Tue Jan  4 20:53:18 2022
+++ pkgsrc/devel/py-olefile/Makefile    Thu Dec  7 08:25:33 2023
@@ -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
Index: pkgsrc/devel/py-olefile/distinfo
diff -u pkgsrc/devel/py-olefile/distinfo:1.5 pkgsrc/devel/py-olefile/distinfo:1.6
--- pkgsrc/devel/py-olefile/distinfo:1.5        Tue Oct 26 10:18:43 2021
+++ pkgsrc/devel/py-olefile/distinfo    Thu Dec  7 08:25:33 2023
@@ -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

Index: pkgsrc/devel/py-olefile/PLIST
diff -u pkgsrc/devel/py-olefile/PLIST:1.2 pkgsrc/devel/py-olefile/PLIST:1.3
--- pkgsrc/devel/py-olefile/PLIST:1.2   Thu Feb  8 08:17:26 2018
+++ pkgsrc/devel/py-olefile/PLIST       Thu Dec  7 08:25:33 2023
@@ -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



Home | Main Index | Thread Index | Old Index