From ee96ea4e4cb8dd35519ea30968c8935539470e7a9a8f6fc018b5726622724721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 1 Aug 2019 11:46:45 +0000 Subject: [PATCH] Accepting request 720184 from home:pgajdos - fix pyperclip version in BuildRequires OBS-URL: https://build.opensuse.org/request/show/720184 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=53 --- python-cmd2.changes | 5 +++++ python-cmd2.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-cmd2.changes b/python-cmd2.changes index 46cfaeb..2fcd7d5 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 1 11:29:12 UTC 2019 - pgajdos@suse.com + +- fix pyperclip version in BuildRequires + ------------------------------------------------------------------- Thu Aug 1 08:29:40 UTC 2019 - pgajdos@suse.com diff --git a/python-cmd2.spec b/python-cmd2.spec index 6d6d38a..0b77036 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -33,7 +33,7 @@ BuildRequires: python-rpm-macros BuildRequires: vim Requires: python-attrs >= 16.3.0 Requires: python-colorama >= 0.3.7 -Requires: python-pyperclip >= 16.3.0 +Requires: python-pyperclip >= 1.6 Requires: python-wcwidth >= 0.1.7 %if %python3_version_nodots < 35 Requires: python-contextlib2