From 1006854c14249d5d98ca9b37103257ed53c3c7f597cd0dee6a221fe5229ccaf4 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 30 Nov 2020 12:51:31 +0000 Subject: [PATCH] - Python 3 build only for 15 and greater distros OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-storage-file-share?expand=0&rev=9 --- python-azure-storage-file-share.changes | 5 +++++ python-azure-storage-file-share.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-azure-storage-file-share.changes b/python-azure-storage-file-share.changes index e46328a..de212c8 100644 --- a/python-azure-storage-file-share.changes +++ b/python-azure-storage-file-share.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 26 11:07:08 UTC 2020 - Robert Schweikert + +- Only build Python3 flavors for distributions 15 and greater + ------------------------------------------------------------------- Mon Nov 23 14:04:27 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-azure-storage-file-share.spec b/python-azure-storage-file-share.spec index 13791d3..e0d840f 100644 --- a/python-azure-storage-file-share.spec +++ b/python-azure-storage-file-share.spec @@ -17,6 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%if 0%{?suse_version} >= 1500 +%define skip_python2 1 +%endif Name: python-azure-storage-file-share Version: 12.3.0 Release: 0