diff --git a/transifex-client.spec b/transifex-client.spec index 696c4f1..4e69152 100644 --- a/transifex-client.spec +++ b/transifex-client.spec @@ -2,7 +2,7 @@ Name: transifex-client Version: 0.13.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Command line tool for Transifex translation management Group: Development/Languages @@ -14,7 +14,7 @@ BuildArch: noarch Requires: python3-setuptools BuildRequires: python3-devel Requires: python3 -BuildRequires: python3-urllib3 < 1.2.4 +BuildRequires: python3-urllib3 Requires: python3-slugify BuildRequires: python3-requests Requires: python3-pip @@ -42,6 +42,9 @@ need of an elaborate UI system. %{_bindir}/* %changelog +* Thu Nov 22 2018 Luis Bazan - 0.13.5-4 +- urllib3 1.2.4 + * Thu Nov 22 2018 Luis Bazan - 0.13.5-3 - add Buildrequres