pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-puremagic



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Mar 10 06:12:15 UTC 2026

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

Log Message:
py-puremagic: updated to 2.0.2

Version 2.0.2

- Fixing 137 passing non-existent filename to from_string()/from_stream() no longer raises FileNotFoundError (thanks to denisw)

Version 2.0.1

- Fixing 126 Python scanner false positives — now uses AST node walking instead of regex to verify real Python constructs (thanks to ahobson)
- Fixing 134 UTF-16 LE BOM (FF FE) no longer misidentified as .mp1 audio, added UTF-16 BOM detection to text scanner (thanks to tomazfs)
- Fixing 135 from_string(), from_stream(), magic_string(), and magic_stream() now perform deep scan when filename is provided (thanks to denisw)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/py-puremagic/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/py-puremagic/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-puremagic/Makefile
diff -u pkgsrc/sysutils/py-puremagic/Makefile:1.15 pkgsrc/sysutils/py-puremagic/Makefile:1.16
--- pkgsrc/sysutils/py-puremagic/Makefile:1.15  Sun Feb 22 14:15:28 2026
+++ pkgsrc/sysutils/py-puremagic/Makefile       Tue Mar 10 06:12:15 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2026/02/22 14:15:28 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2026/03/10 06:12:15 adam Exp $
 
-DISTNAME=      puremagic-2.0.0
+DISTNAME=      puremagic-2.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/puremagic/}
@@ -11,6 +11,7 @@ COMMENT=      Pure python implementation of m
 LICENSE=       gnu-lgpl-v3
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/sysutils/py-puremagic/distinfo
diff -u pkgsrc/sysutils/py-puremagic/distinfo:1.13 pkgsrc/sysutils/py-puremagic/distinfo:1.14
--- pkgsrc/sysutils/py-puremagic/distinfo:1.13  Sun Feb 22 14:15:28 2026
+++ pkgsrc/sysutils/py-puremagic/distinfo       Tue Mar 10 06:12:15 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2026/02/22 14:15:28 wiz Exp $
+$NetBSD: distinfo,v 1.14 2026/03/10 06:12:15 adam Exp $
 
-BLAKE2s (puremagic-2.0.0.tar.gz) = 7af3964606512eda592de902269bcc3d72a8c2c676a22b7ba6023e0d4aa76a89
-SHA512 (puremagic-2.0.0.tar.gz) = d7815612896eb2d40d2ff603078621e117091bd2af1763ec8098c577b76d5dc2057901433dc74553ba6cbf5aa4e5e47d35413bad04994b7bbb59a23499954c2c
-Size (puremagic-2.0.0.tar.gz) = 1119578 bytes
+BLAKE2s (puremagic-2.0.2.tar.gz) = 6c9500e4b73b3f75b6bc80cf8ef688aa20d3814cb0281f829587d8b5bb2afdbe
+SHA512 (puremagic-2.0.2.tar.gz) = b92fb1ad23a95a44e7ddee7e5a0f07a694dcbc95e8508816f59f5ac8b2f16afcb10f8da5e1b3d11834bd6e23e395c5b482e9f47a62012c4915d26ae4660a2853
+Size (puremagic-2.0.2.tar.gz) = 1129446 bytes



Home | Main Index | Thread Index | Old Index