pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/py-beets
Module Name: pkgsrc
Committed By: wiz
Date: Sun Oct 19 18:42:55 UTC 2025
Modified Files:
pkgsrc/audio/py-beets: Makefile PLIST distinfo
Log Message:
py-beets: update to 2.5.1.
New features
Zero Plugin: Add new configuration option, omit_single_disc, to allow zeroing the disc number on write for single-disc albums. Defaults to False.
Bug fixes
beets.plugins.BeetsPlugin: load the last plugin class defined in the plugin namespace. 🐛 (#6093)
For packagers
Fixed issue with legacy metadata plugins not copying properties from the base class.
Reverted the following: When installing beets via git or locally the version string now reflects the current git branch and commit hash. 🐛 (#6089)
Other changes
Removed outdated mailing list contact information from the documentation 🐛 (#5462).
Getting Started: Modernized the Getting Started guide with tabbed sections and dropdown menus. Installation instructions have been streamlined, and a new subpage now provides additional setup
details.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/audio/py-beets/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/py-beets/PLIST \
pkgsrc/audio/py-beets/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-beets/Makefile
diff -u pkgsrc/audio/py-beets/Makefile:1.45 pkgsrc/audio/py-beets/Makefile:1.46
--- pkgsrc/audio/py-beets/Makefile:1.45 Tue Oct 14 15:16:39 2025
+++ pkgsrc/audio/py-beets/Makefile Sun Oct 19 18:42:55 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2025/10/14 15:16:39 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2025/10/19 18:42:55 wiz Exp $
-DISTNAME= beets-2.5.0
+DISTNAME= beets-2.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= audio python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/beets/}
@@ -42,10 +42,8 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${
PYTHON_VERSIONS_INCOMPATIBLE= 310
-MAKE_ENV+= POETRY_DYNAMIC_VERSIONING_BYPASS=${PKGVERSION_NOREV}
-
-# as of 2.4.0
-# 1067 passed, 101 skipped, 1 warning
+# as of 2.5.1
+# 1082 passed, 101 skipped
.if make(test)
ALLOW_NETWORK_ACCESS= yes
.endif
Index: pkgsrc/audio/py-beets/PLIST
diff -u pkgsrc/audio/py-beets/PLIST:1.25 pkgsrc/audio/py-beets/PLIST:1.26
--- pkgsrc/audio/py-beets/PLIST:1.25 Tue Oct 14 15:16:39 2025
+++ pkgsrc/audio/py-beets/PLIST Sun Oct 19 18:42:55 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2025/10/14 15:16:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.26 2025/10/19 18:42:55 wiz Exp $
bin/beet-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -11,9 +11,6 @@ ${PYSITELIB}/beets/__init__.pyo
${PYSITELIB}/beets/__main__.py
${PYSITELIB}/beets/__main__.pyc
${PYSITELIB}/beets/__main__.pyo
-${PYSITELIB}/beets/_version.py
-${PYSITELIB}/beets/_version.pyc
-${PYSITELIB}/beets/_version.pyo
${PYSITELIB}/beets/autotag/__init__.py
${PYSITELIB}/beets/autotag/__init__.pyc
${PYSITELIB}/beets/autotag/__init__.pyo
Index: pkgsrc/audio/py-beets/distinfo
diff -u pkgsrc/audio/py-beets/distinfo:1.25 pkgsrc/audio/py-beets/distinfo:1.26
--- pkgsrc/audio/py-beets/distinfo:1.25 Tue Oct 14 15:16:39 2025
+++ pkgsrc/audio/py-beets/distinfo Sun Oct 19 18:42:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2025/10/14 15:16:39 wiz Exp $
+$NetBSD: distinfo,v 1.26 2025/10/19 18:42:55 wiz Exp $
-BLAKE2s (beets-2.5.0.tar.gz) = b3cb98ac227c2dfbd8641c74015d393fcc80fc1830f7211632679540417e6722
-SHA512 (beets-2.5.0.tar.gz) = 01cf8ec446b4848668fe4b23ba68e9eafb2123680401fd11cec65023f786aca45cd91819113cc6ef2b73b49e000d63ce36ace3942d67c4499580a2b9fb840360
-Size (beets-2.5.0.tar.gz) = 2141493 bytes
+BLAKE2s (beets-2.5.1.tar.gz) = 41091492b86070d8b52fa354466ee02923c2ea229809b89d4fa64d15dd432a1b
+SHA512 (beets-2.5.1.tar.gz) = 289f68804e7293e93044b7ab7ed1537e0cbf07bb4e0f081d89875fabdb22af747f377dde30bf9d489086dd53525cbac348ec3b5c9642fdb551eeda63e2b5dcc0
+Size (beets-2.5.1.tar.gz) = 2147257 bytes
Home |
Main Index |
Thread Index |
Old Index