Be compatible with python-werkzeug 1.0.0. Taken from upstream: https://github.com/beetbox/beets/commit/d43d54e21cde97f57f19486925ab56b419254cc8 diff --git a/beetsplug/web/__init__.py b/beetsplug/web/__init__.py index f53fb3a954..21ff5d94ed 100644 --- a/beetsplug/web/__init__.py +++ b/beetsplug/web/__init__.py @@ -169,7 +169,7 @@ def to_python(self, value): return ids def to_url(self, value): - return ','.join(value) + return ','.join(str(v) for v in value) class QueryConverter(PathConverter): ref='/guix/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/locale.scm
AgeCommit message (Expand)Author
2023-09-16locale: Set %default-locale-definitions to glibc/hurd on the Hurd....Janneke Nieuwenhuizen
2023-04-19locale: Add glibc 2.33 to '%default-locale-libcs'....Ludovic Courtès
2022-01-14system: locale: Use only the current glibc....Mathieu Othacehe
2021-05-15Merge branch 'master' into core-updatesLudovic Courtès
2021-05-04locale: Remove glibc 2.29 from '%default-locale-libcs'....Ludovic Courtès