beets: update to 2.13.1.

This commit is contained in:
Joel Beckmeyer
2026-07-31 21:36:35 +02:00
committed by Duncan Overbruck
parent 299f08cb50
commit 1dc58a776d
2 changed files with 10 additions and 18 deletions
-11
View File
@@ -1,11 +0,0 @@
--- a/beets/util/__init__.py
+++ b/beets/util/__init__.py
@@ -610,6 +610,10 @@ def reflink(
Otherwise, errors are re-raised as FilesystemError with an explanation.
"""
+ # Convert Path-like objects to bytes
+ path = syspath(path)
+ dest = syspath(dest)
+
if samefile(path, dest):
return
+10 -7
View File
@@ -1,27 +1,30 @@
# Template file for 'beets'
pkgname=beets
version=2.11.0
version=2.13.1
revision=1
build_style=python3-pep517
# tests requires unpackaged librosa, pytest-flask
# lyrics tests fail but plugin functions fine in normal use
make_check_args="--ignore=test/plugins/test_autobpm.py
--ignore=test/plugins/test_aura.py"
hostmakedepends="python3-poetry-core python3-Sphinx"
--ignore=test/plugins/test_aura.py
--deselect test/plugins/test_lyrics.py::TestSyncedLyricsWrite::test_sylt_and_uslt_written_to_mp3"
hostmakedepends="hatchling"
depends="python3-lap python3-Unidecode python3-yaml python3-jellyfish
python3-mediafile python3-confuse python3-platformdirs python3-numpy
python3-typing_extensions python3-packaging python3-requests-ratelimiter"
python3-typing_extensions python3-packaging python3-requests
python3-requests-ratelimiter python3-titlecase"
checkdepends="$depends python3-BeautifulSoup4 python3-Flask python3-pylast
python3-pytest python3-pytest-cov python3-mpd2 python3-xdg python3-responses
python3-requests-oauthlib python3-reflink python3-rarfile
python3-requests-mock python3-requests-oauthlib python3-reflink python3-rarfile
python3-discogs_client python3-py7zr python3-dateutil python3-gobject
gstreamer1 ffmpeg"
python3-factory_boy gstreamer1 gst-plugins-base1 ffmpeg"
short_desc="Media library management system for obsessive-compulsive music geeks"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="MIT"
homepage="https://beets.io"
changelog="https://raw.githubusercontent.com/beetbox/beets/master/docs/changelog.rst"
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=f87fda8b3a723bee59c51a64ba30e94ab35d2658b3cb58c595afa29e75ed8d5f
checksum=ea11e0963299c1c0f728884b2896cc554747696c3ddd73d98a70cc6196ae845b
post_install() {
vman man/beet.1