pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/eyeD3 eyeD3: updated to 0.9.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/c14772228576
branches: trunk
changeset: 390337:c14772228576
user: adam <adam%pkgsrc.org@localhost>
date: Sun Dec 18 13:48:36 2022 +0000
description:
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. <gobater%users.noreply.github.com@localhost>
- 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.
<gerson.kurz%ng-branch-technology.com@localhost, gerson.kurz%gmail.com@localhost>
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
diffstat:
audio/eyeD3/Makefile | 6 +++---
audio/eyeD3/PLIST | 8 +-------
audio/eyeD3/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 14 deletions(-)
diffs (59 lines):
diff -r 663fb0ef5a1a -r c14772228576 audio/eyeD3/Makefile
--- a/audio/eyeD3/Makefile Sun Dec 18 13:46:03 2022 +0000
+++ b/audio/eyeD3/Makefile Sun Dec 18 13:48:36 2022 +0000
@@ -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@localhost
-HOMEPAGE= https://eyed3.readthedocs.io/en/latest/
+HOMEPAGE= https://eyed3.readthedocs.io/
COMMENT= Python audio data toolkit (ID3 and MP3)
LICENSE= gnu-gpl-v3
diff -r 663fb0ef5a1a -r c14772228576 audio/eyeD3/PLIST
--- a/audio/eyeD3/PLIST Sun Dec 18 13:46:03 2022 +0000
+++ b/audio/eyeD3/PLIST Sun Dec 18 13:48:36 2022 +0000
@@ -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/__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
diff -r 663fb0ef5a1a -r c14772228576 audio/eyeD3/distinfo
--- a/audio/eyeD3/distinfo Sun Dec 18 13:46:03 2022 +0000
+++ b/audio/eyeD3/distinfo Sun Dec 18 13:48:36 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index