From 515e72fd805dc72cfe6d7bfc825c453b9383a5aebaf8c6e6334c4105900af5c0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 25 Nov 2021 22:27:00 +0000 Subject: [PATCH] - Use lower-case name of prettytable package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=19 --- python-charset-normalizer.changes | 5 +++++ python-charset-normalizer.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-charset-normalizer.changes b/python-charset-normalizer.changes index d4fd024..39b2c53 100644 --- a/python-charset-normalizer.changes +++ b/python-charset-normalizer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 25 22:26:52 UTC 2021 - Matej Cepl + +- Use lower-case name of prettytable package + ------------------------------------------------------------------- Sun Oct 17 14:01:59 UTC 2021 - Martin Hauke diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index e468ba4..a8a5031 100644 --- a/python-charset-normalizer.spec +++ b/python-charset-normalizer.spec @@ -40,7 +40,7 @@ Suggests: python-requests-html Suggests: python-unicodedata2 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module PrettyTable} +BuildRequires: %{python_module prettytable} BuildRequires: %{python_module cached-property >= 1.5} BuildRequires: %{python_module dragonmapper >= 0.2} BuildRequires: %{python_module loguru >= 0.5}