Received: by mail.netbsd.org (Postfix, from userid 605) id EFD0784E9F; Sun, 18 Dec 2022 13:48:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C10A84D91 for ; Sun, 18 Dec 2022 13:48:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3Ku3hrhNWmf2 for ; Sun, 18 Dec 2022 13:48:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7382B84C86 for ; Sun, 18 Dec 2022 13:48:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6C61FFA90; Sun, 18 Dec 2022 13:48:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671371316279720" MIME-Version: 1.0 Date: Sun, 18 Dec 2022 13:48:36 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/audio/eyeD3 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221218134836.6C61FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671371316279720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Dec 18 13:48:36 UTC 2022 Modified Files: pkgsrc/audio/eyeD3: Makefile PLIST distinfo Log Message: eyeD3: updated to 0.9.7 v0.9.7 (2022-10-07) : Sunshine New ~~~ - [fixup-plugin] Added --no-dir-rename. - Add remove-all-unknown to classic plugin. - Track/disc number support for JSON/YAML plugins (and tests) - CountAndTotalTuple named tuple for count/total values. - EyeD3 __all__ includes core.AudioFile. - AudioFile.__str__ returns path. - Strict render Frame flag to continue on render errors. Applied to RelVolAdjFrameV24, etc - Track unsupported frames and add `--remove-all-unknown` classic plugin option Changes ~~~~~~~ - Removed display-plugin due to Grako EOL - [stats] Print bytes as text and filter private members. - Remove Python 3.6 support, EOL. Fix ~~~ - Doc grammar fixed - Fix problem when frame file format invalid, and input.read() returns no more data at all - this had the potential to loop endlessly. Other ~~~~~ - Create codeql-analysis.yml. - Documentation updates. - Also updated deps, and removed Python 3.7 from official testing. - Docs: Fix a few typos - Spelling fixes - Typo fixes To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/eyeD3/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/eyeD3/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/eyeD3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671371316279720 Content-Disposition: inline Content-Length: 2890 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/eyeD3/Makefile diff -u pkgsrc/audio/eyeD3/Makefile:1.21 pkgsrc/audio/eyeD3/Makefile:1.22 --- pkgsrc/audio/eyeD3/Makefile:1.21 Thu Jul 7 10:27:14 2022 +++ pkgsrc/audio/eyeD3/Makefile Sun Dec 18 13:48:36 2022 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.21 2022/07/07 10:27:14 adam Exp $ +# $NetBSD: Makefile,v 1.22 2022/12/18 13:48:36 adam Exp $ -DISTNAME= eyeD3-0.9.6 +DISTNAME= eyeD3-0.9.7 CATEGORIES= audio python MASTER_SITES= ${MASTER_SITE_PYPI:=e/eyed3/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://eyed3.readthedocs.io/en/latest/ +HOMEPAGE= https://eyed3.readthedocs.io/ COMMENT= Python audio data toolkit (ID3 and MP3) LICENSE= gnu-gpl-v3 Index: pkgsrc/audio/eyeD3/PLIST diff -u pkgsrc/audio/eyeD3/PLIST:1.4 pkgsrc/audio/eyeD3/PLIST:1.5 --- pkgsrc/audio/eyeD3/PLIST:1.4 Thu Jul 7 10:27:14 2022 +++ pkgsrc/audio/eyeD3/PLIST Sun Dec 18 13:48:36 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2022/07/07 10:27:14 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/12/18 13:48:36 adam Exp $ bin/eyeD3 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -49,18 +49,12 @@ ${PYSITELIB}/eyed3/plugins/DisplayPatter ${PYSITELIB}/eyed3/plugins/__init__.py ${PYSITELIB}/eyed3/plugins/__init__.pyc ${PYSITELIB}/eyed3/plugins/__init__.pyo -${PYSITELIB}/eyed3/plugins/_display_parser.py -${PYSITELIB}/eyed3/plugins/_display_parser.pyc -${PYSITELIB}/eyed3/plugins/_display_parser.pyo ${PYSITELIB}/eyed3/plugins/art.py ${PYSITELIB}/eyed3/plugins/art.pyc ${PYSITELIB}/eyed3/plugins/art.pyo ${PYSITELIB}/eyed3/plugins/classic.py ${PYSITELIB}/eyed3/plugins/classic.pyc ${PYSITELIB}/eyed3/plugins/classic.pyo -${PYSITELIB}/eyed3/plugins/display.py -${PYSITELIB}/eyed3/plugins/display.pyc -${PYSITELIB}/eyed3/plugins/display.pyo ${PYSITELIB}/eyed3/plugins/extract.py ${PYSITELIB}/eyed3/plugins/extract.pyc ${PYSITELIB}/eyed3/plugins/extract.pyo Index: pkgsrc/audio/eyeD3/distinfo diff -u pkgsrc/audio/eyeD3/distinfo:1.8 pkgsrc/audio/eyeD3/distinfo:1.9 --- pkgsrc/audio/eyeD3/distinfo:1.8 Thu Jul 7 10:27:14 2022 +++ pkgsrc/audio/eyeD3/distinfo Sun Dec 18 13:48:36 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2022/07/07 10:27:14 adam Exp $ +$NetBSD: distinfo,v 1.9 2022/12/18 13:48:36 adam Exp $ -BLAKE2s (eyeD3-0.9.6.tar.gz) = 1049cfc418a02eedd8206d37736bb026e12b2f2c52ea118b701c0a2b99a048c2 -SHA512 (eyeD3-0.9.6.tar.gz) = 574962702628c64351d6dce3dcd7796731c185515f854727110edbc2001f8d36ed3acf96591d117d08ba9f41a0566eafa1194c110ac33560d24fc16bcda183c4 -Size (eyeD3-0.9.6.tar.gz) = 221831 bytes +BLAKE2s (eyeD3-0.9.7.tar.gz) = 26d8a970d0b770bc8da92f4c62009afa9c5f0c774c91cec8c53717c7ed79a498 +SHA512 (eyeD3-0.9.7.tar.gz) = 1ed3d8bcc1aa0dd2e93915be6e55ab50b7398c12c3b3fab9b3cf47ca18a7c654dedd0f881f6e5576571e03efeecfabb0fe9d7b4be1c984f79f82a3b0014f09d0 +Size (eyeD3-0.9.7.tar.gz) = 245122 bytes --_----------=_1671371316279720--