diff --git a/mycli.spec b/mycli.spec index c31cc97..4db4b49 100644 --- a/mycli.spec +++ b/mycli.spec @@ -13,7 +13,7 @@ Summary: Interactive CLI for MySQL Database with auto-completion and syntax highlighting Name: mycli Version: 1.21.1 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD URL: http://mycli.net Source0: https://files.pythonhosted.org/packages/source/m/mycli/mycli-%{version}.tar.gz @@ -76,6 +76,9 @@ PYTHONPATH=build/lib/ py.test-3 %{python3_sitelib}/mycli-%{version}-py?.?.egg-info %changelog +* Tue May 26 2020 Miro HronĨok - 1.21.1-5 +- Rebuilt for Python 3.9 + * Thu May 07 2020 Terje Rosten - 1.21.1-4 - Use prompt toolkit 3.0.0 on f33+