From 0fd049307c4329401fd3fb05e81925c937a8eb12d84cccfe3828d461d649665f Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 30 Nov 2020 12:43:10 +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-msrestazure?expand=0&rev=12 --- python-msrestazure.changes | 5 +++++ python-msrestazure.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-msrestazure.changes b/python-msrestazure.changes index 417745e..79f0298 100644 --- a/python-msrestazure.changes +++ b/python-msrestazure.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 26 11:07:08 UTC 2020 - Robert Schweikert + +- Only build Python3 flavors for distributions 15 and greater + ------------------------------------------------------------------- Fri Aug 28 13:18:55 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-msrestazure.spec b/python-msrestazure.spec index 10f9cfb..f2c6ec7 100644 --- a/python-msrestazure.spec +++ b/python-msrestazure.spec @@ -17,6 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%if 0%{?suse_version} >= 1500 +%define skip_python2 1 +%endif Name: python-msrestazure Version: 0.6.4 Release: 0