From efe0c78cf86fae147e46e1d8de45f447b6f3b910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 18 Jun 2018 18:14:16 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-simpleline.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)