diff --git a/python-simpleline.spec b/python-simpleline.spec index 4528016..6c4465f 100644 --- a/python-simpleline.spec +++ b/python-simpleline.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Summary: A Python library for creating text UI Url: https://github.com/rhinstaller/python-%{srcname} Version: 1.3 -Release: 1%{?dist} +Release: 2%{?dist} # This tarball was created from upstream git: # git clone https://github.com/rhinstaller/python-simpleline # cd python-simpleline && make archive @@ -60,6 +60,9 @@ make test %{python3_sitelib}/* %changelog +* Mon Jun 18 2018 Miro HronĨok - 1.3-2 +- Rebuilt for Python 3.7 + * Mon Jun 11 2018 Jiri Konecny - 1.3-1 - Fix pylint errors raised by new pylint version (jkonecny) - Setup logging handler properly for a library (jkonecny)