GNU bug report logs -
#77979
[PATCH] gnu: beets: Update to 2.2.0.
Previous Next
Full log
Message #8 received at 77979 <at> debbugs.gnu.org (full text, mbox):
Hi Andrew,
Andrew Wong <wongandj <at> icloud.com> writes:
> * gnu/packages/music.scm (beets): Update to 2.2.0.
> [source]: Add `beets-future-proof-bucket-test.patch` patch.
> [native-inputs]: Add `python-poetry-core`,
> `python-pytest-flask`.
> [inputs]: Add `python-platformdirs`.
> * gnu/packages/patches/beets-future-proof-bucket-test.patch: New
> file.
>
> Change-Id: I57e58d8fd7117a93f2b17e1a155871e963d2a881
> ---
> gnu/packages/music.scm | 15 ++++---
> .../beets-future-proof-bucket-test.patch | 39
> +++++++++++++++++++
> 2 files changed, 49 insertions(+), 5 deletions(-)
> create mode 100644
> gnu/packages/patches/beets-future-proof-bucket-test.patch
>
> diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
> index 0759c3d3c1..c80b457657 100644
> --- a/gnu/packages/music.scm
> +++ b/gnu/packages/music.scm
> @@ -4280,13 +4280,15 @@ (define-public instantmusic
> (define-public beets
> (package
> (name "beets")
> - (version "2.0.0")
> + (version "2.2.0")
> (source (origin
> (method url-fetch)
> (uri (pypi-uri "beets" version))
> (sha256
> (base32
> -
> "1kzqn6f3iw30lav9cwf653w2ns1n09yrys54dqxf6a9ppjsp449v"))))
> +
> "05f7sjl6hwarn4d3r5hlsn7gfsx1dlqiy0kl6dg5fi08adzjf2nc"))
> + ;; Fix myopic test. See
> <https://github.com/beetbox/beets/pull/5566>
> + (patches (search-patches
> "beets-future-proof-bucket-test.patch"))))
The referenced PR is merged, would you please update to use a
git-version instead of shipping a patch?
> @@ -5116,13 +5121,13 @@ (define-public seq24
> (define-public python-discogs-client
> (package
> (name "python-discogs-client")
> - (version "2.3.12")
> + (version "2.8")
Changes to other packages need to be in a separate patch.
Everything else looks good.
Thanks,
-- Ian
This bug report was last modified 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.