From 418ed641cd49b3406779987feb61ccff0a220dfab5b48a5b1dc096761267cf49 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 24 Jan 2021 18:40:31 +0000 Subject: [PATCH] - skip building against python 3.6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=62 --- python-dogpile.cache.changes | 5 +++++ python-dogpile.cache.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-dogpile.cache.changes b/python-dogpile.cache.changes index 50b8c95..22a57ff 100644 --- a/python-dogpile.cache.changes +++ b/python-dogpile.cache.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 24 18:40:18 UTC 2021 - Dirk Müller + +- skip building against python 3.6 + ------------------------------------------------------------------- Wed Nov 25 14:10:35 UTC 2020 - Matej Cepl diff --git a/python-dogpile.cache.spec b/python-dogpile.cache.spec index e97fa39..d95e574 100644 --- a/python-dogpile.cache.spec +++ b/python-dogpile.cache.spec @@ -1,7 +1,7 @@ # # spec file for package python-dogpile.cache # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,6 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 +%global skip_python36 1 Name: python-dogpile.cache Version: 1.1.1 Release: 0 @@ -34,7 +35,7 @@ BuildRequires: %{python_module decorator >= 4.0.0} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module stevedore} +BuildRequires: python3-stevedore Requires: python-decorator >= 4.0.0 BuildRequires: %{python_module six} Requires: python-six