From 39d963845728a75f8018337b56e6a5d263d3139d Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Wed, 20 Jun 2018 15:24:32 +0200 Subject: [PATCH] New version - 1.3-3 - Drop python-pocketlint dependency --- python-simpleline.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-simpleline.spec b/python-simpleline.spec index 6c4465f..25ad938 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: 2%{?dist} +Release: 3%{?dist} # This tarball was created from upstream git: # git clone https://github.com/rhinstaller/python-simpleline # cd python-simpleline && make archive @@ -16,7 +16,6 @@ BuildRequires: python3-devel BuildRequires: gettext BuildRequires: python3-setuptools BuildRequires: intltool -BuildRequires: python3-pocketlint BuildRequires: python3-gobject-base %description @@ -60,6 +59,9 @@ make test %{python3_sitelib}/* %changelog +* Wed Jun 20 2018 Jiri Konecny - 1.3-3 +- Drop python-pocketlint dependency + * Mon Jun 18 2018 Miro HronĨok - 1.3-2 - Rebuilt for Python 3.7