From 68b39ee28b8ea7f2955eebfaf95b8d8aa5f7c219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 18 Nov 2018 19:16:33 +0100 Subject: [PATCH] Drop explicit locale setting Python3 now sets unicode locale automatically, this workaround should not be necessary anymore. --- python-click.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-click.spec b/python-click.spec index c6e4add..449febc 100644 --- a/python-click.spec +++ b/python-click.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple wrapper around optparse for powerful command line utilities License: BSD @@ -62,7 +62,6 @@ Python 3 version. %check export PYTHONPATH=$(pwd) -export LC_ALL=en_US.UTF-8 %if ! (0%{?rhel} && 0%{?rhel} <= 7) # pytest in base RHEL is too old, we'll skip the tests there py.test-%{python2_version} tests --tb=long --verbose @@ -82,6 +81,10 @@ py.test-%{python3_version} tests --tb=long --verbose %{python3_sitelib}/%{pypi_name}/ %changelog +* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek - 7.0-2 +- Drop explicit locale setting + See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot + * Tue Oct 02 2018 Charalampos Stratakis - 7.0-1 - Update to 7.0