From 0aa538ae55683101cebae1c70c85419b4fd12ea3b103c9cecc0aafe9954eb5b9 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 26 Nov 2020 11:10:52 +0000 Subject: [PATCH] - Only build Python3 flavors for distributions 15 and greater OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-s3transfer?expand=0&rev=22 --- python-s3transfer.changes | 5 +++++ python-s3transfer.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-s3transfer.changes b/python-s3transfer.changes index e41388d..0bd7fa4 100644 --- a/python-s3transfer.changes +++ b/python-s3transfer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 26 11:07:08 UTC 2020 - Robert Schweikert + +- Only build Python3 flavors for distributions 15 and greater + ------------------------------------------------------------------- Tue Apr 7 07:46:02 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-s3transfer.spec b/python-s3transfer.spec index 235a834..90fc44a 100644 --- a/python-s3transfer.spec +++ b/python-s3transfer.spec @@ -17,7 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%if 0%{?suse_version} > 1500 +%if 0%{?suse_version} >= 1500 %define skip_python2 1 %endif Name: python-s3transfer