From dcb6a332904a0e315f872735a70c391a1bcd8b5f1ecc55aa8fb68e5b7a12eafb Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 29 Nov 2021 16:28:16 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/python-distro revision 15.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=bc2e29cf1a2953b2b2933c9995e001ce --- python-distro.changes | 5 +++++ python-distro.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-distro.changes b/python-distro.changes index fad3cb4..ca4a810 100644 --- a/python-distro.changes +++ b/python-distro.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 19 05:31:21 UTC 2021 - Sebastian Wagner + +- Tests: Set locale to UTF-8 to fix tests on Leap 15.3. + ------------------------------------------------------------------- Sun Sep 26 16:23:18 UTC 2021 - Matej Cepl diff --git a/python-distro.spec b/python-distro.spec index 737c520..c501318 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -58,6 +58,7 @@ It is a renewed alternative implementation for Python's original platform.linux_ %if %{with test} %check +export LANG=C.UTF-8 %pytest %endif