From 3c7853712f83aafb3a9aa7b1c2943b45858e660f Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 28 Nov 2021 08:43:23 -0500 Subject: [PATCH] Require confuse >= 1.5.0 Fixes #4167. --- docs/changelog.rst | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 06fbe3c53..b6eb5ca3a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,11 @@ Changelog Changelog goes here! +For packagers: + +* We fixed a version for the dependency on the `Confuse`_ library. + :bug:`4167` + 1.6.0 (November 27, 2021) ------------------------- @@ -69,7 +74,7 @@ Bug fixes: :bug:`4080` * :doc:`/plugins/discogs`: Remove built-in rate-limiting because the Discogs Python library we use now has its own rate-limiting. - :bug: `4108` + :bug:`4108` * :doc:`/plugins/export`: Fix some duplicated output. * :doc:`/plugins/aura`: Fix a potential security hole when serving image files. diff --git a/setup.py b/setup.py index aefa0b18f..fa92448a2 100755 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ setup( 'musicbrainzngs>=0.4', 'pyyaml', 'mediafile>=0.2.0', - 'confuse>=1.0.0', + 'confuse>=1.5.0', 'munkres>=1.0.0', 'jellyfish', ] + (