From 79ea25f0e7d58ff2f4d4dfa85347eb12dc4bcf95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:30:25 +0200 Subject: [PATCH] Rebuilt for Python 3.8.0rc1 (#1748018) --- python-simpleline.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-simpleline.spec b/python-simpleline.spec index bb35a85..b645b78 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.6 -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 @@ -59,6 +59,9 @@ make test %{python3_sitelib}/* %changelog +* Thu Oct 03 2019 Miro HronĨok - 1.6-2 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Thu Aug 22 2019 Jiri Konecny - 1.6-1 - Always close the password dialog (vponcova) - Remove unnecessary pass statements (jkonecny)