From 423a773ad4fddec78682ba2df7f3dbc46385c859de021a916217e3970590140b Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Sun, 3 Mar 2019 21:12:47 +0000 Subject: [PATCH] - Relax version requirement of tabluate, accept up to next minor version OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-core?expand=0&rev=13 --- azure-cli-core.changes | 5 +++++ azure-cli-core.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/azure-cli-core.changes b/azure-cli-core.changes index afab796..cd4cfb3 100644 --- a/azure-cli-core.changes +++ b/azure-cli-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 3 21:11:56 UTC 2019 - Robert Schweikert + +- Relax version requirement of tabluate, accept up to next minor version + ------------------------------------------------------------------- Mon Oct 1 10:27:17 UTC 2018 - John Paul Adrian Glaubitz diff --git a/azure-cli-core.spec b/azure-cli-core.spec index f855e92..0a82870 100644 --- a/azure-cli-core.spec +++ b/azure-cli-core.spec @@ -1,7 +1,7 @@ # # spec file for package azure-cli-core # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -51,7 +51,7 @@ Requires: python3-pyOpenSSL >= 17.1.0 Requires: python3-pygments Requires: python3-requests Requires: python3-six -Requires: python3-tabulate <= 0.8.2 +Requires: python3-tabulate <= 0.9.0 Requires: python3-tabulate >= 0.7.7 Requires: python3-wheel >= 0.30.0 %if %{python3_version_nodots} < 34