pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-mutagen



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Nov 20 20:07:11 UTC 2021

Modified Files:
        pkgsrc/audio/py-mutagen: Makefile PLIST distinfo

Log Message:
Update py-mutagen to 1.45.1, needed for PR pkg/56378.

1.45.1 - 2020-07-31

Fix flake8 tests when run after calling setup.py build
No longer use mmap when rewriting files. Fixes slow save performance with
Windows network shares, ZFS and more

1.45.0 - 2020-07-11

WAVE support with ID3 tags
DSDIFF support with ID3 tags
MP4: Add support for nero chapters
wavpack: add support for wavpack DSD
wavpack: add bits_per_sample
MP4: handle DecoderSpecificInfo with wrong instance size
docs: various fixes
tests: depend on flake8 now (instead of pycodestyle and pyflakes)
docs: fix warnings with sphinx v3

Fuzzing related:
Fuzzing integration with python-afl
Fix various unhandled error cases in ogg, asf, oggvorbis, id3
aac: Fix ZeroDivisionError in case frequency is unknown
musepack: handle truncated stream header
musepack: handle invalid sample rate index
musepack: handle duplicate RG/SH packets
oggtheora: handle truncated header packet
oggtheora: fail if FRN in the header packet is zero
oggtheora: handle empty pages in more cases
ogg: handle empty pages in to_packets()
aiff: handle overflow in read_float()


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/py-mutagen/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/py-mutagen/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/py-mutagen/distinfo

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

Modified files:

Index: pkgsrc/audio/py-mutagen/Makefile
diff -u pkgsrc/audio/py-mutagen/Makefile:1.25 pkgsrc/audio/py-mutagen/Makefile:1.26
--- pkgsrc/audio/py-mutagen/Makefile:1.25       Tue Oct  6 10:51:21 2020
+++ pkgsrc/audio/py-mutagen/Makefile    Sat Nov 20 20:07:10 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/10/06 10:51:21 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2021/11/20 20:07:10 bsiegert Exp $
 
-DISTNAME=      mutagen-1.43.1
+DISTNAME=      mutagen-1.45.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mutagen/}

Index: pkgsrc/audio/py-mutagen/PLIST
diff -u pkgsrc/audio/py-mutagen/PLIST:1.14 pkgsrc/audio/py-mutagen/PLIST:1.15
--- pkgsrc/audio/py-mutagen/PLIST:1.14  Wed Aug  5 16:33:52 2020
+++ pkgsrc/audio/py-mutagen/PLIST       Sat Nov 20 20:07:10 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2020/08/05 16:33:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2021/11/20 20:07:10 bsiegert Exp $
 bin/mid3cp
 bin/mid3iconv
 bin/mid3v2
@@ -13,15 +13,18 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
 ${PYSITELIB}/mutagen/__init__.py
 ${PYSITELIB}/mutagen/__init__.pyc
 ${PYSITELIB}/mutagen/__init__.pyo
-${PYSITELIB}/mutagen/_compat.py
-${PYSITELIB}/mutagen/_compat.pyc
-${PYSITELIB}/mutagen/_compat.pyo
 ${PYSITELIB}/mutagen/_constants.py
 ${PYSITELIB}/mutagen/_constants.pyc
 ${PYSITELIB}/mutagen/_constants.pyo
 ${PYSITELIB}/mutagen/_file.py
 ${PYSITELIB}/mutagen/_file.pyc
 ${PYSITELIB}/mutagen/_file.pyo
+${PYSITELIB}/mutagen/_iff.py
+${PYSITELIB}/mutagen/_iff.pyc
+${PYSITELIB}/mutagen/_iff.pyo
+${PYSITELIB}/mutagen/_riff.py
+${PYSITELIB}/mutagen/_riff.pyc
+${PYSITELIB}/mutagen/_riff.pyo
 ${PYSITELIB}/mutagen/_senf/__init__.py
 ${PYSITELIB}/mutagen/_senf/__init__.pyc
 ${PYSITELIB}/mutagen/_senf/__init__.pyo
@@ -109,6 +112,9 @@ ${PYSITELIB}/mutagen/asf/_objects.pyo
 ${PYSITELIB}/mutagen/asf/_util.py
 ${PYSITELIB}/mutagen/asf/_util.pyc
 ${PYSITELIB}/mutagen/asf/_util.pyo
+${PYSITELIB}/mutagen/dsdiff.py
+${PYSITELIB}/mutagen/dsdiff.pyc
+${PYSITELIB}/mutagen/dsdiff.pyo
 ${PYSITELIB}/mutagen/dsf.py
 ${PYSITELIB}/mutagen/dsf.pyc
 ${PYSITELIB}/mutagen/dsf.pyo
@@ -199,6 +205,9 @@ ${PYSITELIB}/mutagen/tak.pyo
 ${PYSITELIB}/mutagen/trueaudio.py
 ${PYSITELIB}/mutagen/trueaudio.pyc
 ${PYSITELIB}/mutagen/trueaudio.pyo
+${PYSITELIB}/mutagen/wave.py
+${PYSITELIB}/mutagen/wave.pyc
+${PYSITELIB}/mutagen/wave.pyo
 ${PYSITELIB}/mutagen/wavpack.py
 ${PYSITELIB}/mutagen/wavpack.pyc
 ${PYSITELIB}/mutagen/wavpack.pyo

Index: pkgsrc/audio/py-mutagen/distinfo
diff -u pkgsrc/audio/py-mutagen/distinfo:1.18 pkgsrc/audio/py-mutagen/distinfo:1.19
--- pkgsrc/audio/py-mutagen/distinfo:1.18       Tue Oct 26 09:59:26 2021
+++ pkgsrc/audio/py-mutagen/distinfo    Sat Nov 20 20:07:10 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2021/10/26 09:59:26 nia Exp $
+$NetBSD: distinfo,v 1.19 2021/11/20 20:07:10 bsiegert Exp $
 
-BLAKE2s (mutagen-1.43.1.tar.gz) = a0a2c55b4df19ca12cd27041d755cabaebdda4f5c101c067978f4f9306d60483
-SHA512 (mutagen-1.43.1.tar.gz) = 6f9c8a01772a435f630b1ee465658154584f07caf82d4e0b66195236ca224e9d3b132a5ff4b3344376993a5d7f70e83c00da379c4c35b3c0110f87df21f6c0d8
-Size (mutagen-1.43.1.tar.gz) = 1151423 bytes
+BLAKE2s (mutagen-1.45.1.tar.gz) = ca735f1393a3fe9bdbb7c249df06e6cc6d95e042b811032d632275329cb894b0
+SHA512 (mutagen-1.45.1.tar.gz) = c5244efa01b9de5ec22ceca39e55f34b933ca4a5bec0f2088fd3adca657f0230cbe85cd5e156db1d90fb44d9339bc94dc3bdcd3e49f1b0d46bc3d71ece6b45d8
+Size (mutagen-1.45.1.tar.gz) = 1285455 bytes



Home | Main Index | Thread Index | Old Index