diff --git a/python-cli-helpers.spec b/python-cli-helpers.spec index 2b3d5fd..dbb05f5 100644 --- a/python-cli-helpers.spec +++ b/python-cli-helpers.spec @@ -12,7 +12,7 @@ Summary: Python helpers for common CLI tasks Name: python-cli-helpers Version: 1.0.2 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: https://github.com/dbcli/cli_helpers Source0: https://files.pythonhosted.org/packages/source/c/cli_helpers/cli_helpers-%{version}.tar.gz @@ -108,6 +108,9 @@ PYTHONPATH=build/lib/ py.test-3 %endif %changelog +* Tue Jun 19 2018 Miro HronĨok - 1.0.2-3 +- Rebuilt for Python 3.7 + * Mon May 21 2018 Terje Rosten - 1.0.2-2 - Fix description, (rhzb#1580109), thanks to Dick Marinus!