python3Packages.beets: 2.8.0 -> 2.9.0 (#509143)

This commit is contained in:
Doron Behar
2026-04-13 08:46:08 +00:00
committed by GitHub
3 changed files with 18 additions and 9 deletions
@@ -17,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "beetcamp";
version = "0.24.1";
version = "0.24.2";
pyproject = true;
src = fetchFromGitHub {
owner = "snejus";
repo = "beetcamp";
tag = finalAttrs.version;
hash = "sha256-Oe5pZ4gYgqBHuzt9LBe4G14+RYXrNL+L5GIGMMflyMI=";
hash = "sha256-AMHj7rsPAxUUvVg6vri2NnkO9+5NAVwGrWLvNvOtlLs=";
};
patches = [
@@ -32,6 +32,18 @@ buildPythonPackage rec {
hash = "sha256-leZYXf6Oo/jAKbnJbP+rTnuRsh9P1BQXYAbthMNT60A=";
};
patches = [
# Fixes a failing test, see:
# https://github.com/geigerzaehler/beets-alternatives/issues/212
(fetchpatch {
url = "https://github.com/geigerzaehler/beets-alternatives/commit/8b75974636897aabcf2ca75fb0987f7beb68f50f.patch";
hash = "sha256-lIJwuf3UklcJM4m7CO2+aNpPekHXuC5rpPVjK+kb+FQ=";
includes = [
"test/cli_test.py"
];
})
];
build-system = [
hatchling
];
@@ -27,7 +27,6 @@
lib,
stdenv,
buildPythonPackage,
pythonAtLeast,
fetchFromGitHub,
# build-system
@@ -113,16 +112,14 @@
buildPythonPackage (finalAttrs: {
pname = "beets";
version = "2.8.0";
version = "2.9.0";
src = fetchFromGitHub {
owner = "beetbox";
repo = "beets";
tag = "v${finalAttrs.version}";
hash = "sha256-8sYoy11eocn7UDeTuaPqOxXZLdUqkabU4DMNLBD5Xp4=";
hash = "sha256-dJhWKZwhKXyFQVO9xt2v/NSa7bSg0e78zga/t9dlTyE=";
};
pyproject = true;
# Waiting for https://github.com/beetbox/beets/pull/6267
disabled = pythonAtLeast "3.14";
patches = extraPatches;
@@ -181,6 +178,7 @@ buildPythonPackage (finalAttrs: {
];
nativeCheckInputs = [
ffmpeg
pytestCheckHook
pytest-cov-stub
pytest-flask
@@ -273,13 +271,12 @@ buildPythonPackage (finalAttrs: {
bareasc = { };
beatport.propagatedBuildInputs = [ requests-oauthlib ];
bench.testPaths = [ ];
bpd.testPaths = [ ];
bpd = { };
bpm.testPaths = [ ];
bpsync.testPaths = [ ];
bucket = { };
chroma = {
propagatedBuildInputs = [ pyacoustid ];
testPaths = [ ];
wrapperBins = [
chromaprint
];