From 3f49539cc30c6389fa765847efe19b3762c75de9999ee4fcce2f4a2cf726c0cb Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 18 Dec 2021 23:09:08 +0000 Subject: [PATCH] Accepting request 940852 from home:bnavigator:branches:devel:languages:python - Skip python flavors <= 3.6: No FontTools available OBS-URL: https://build.opensuse.org/request/show/940852 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-booleanOperations?expand=0&rev=6 --- python-booleanOperations.changes | 5 +++++ python-booleanOperations.spec | 11 +++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/python-booleanOperations.changes b/python-booleanOperations.changes index a8bc64f..d23bb8e 100644 --- a/python-booleanOperations.changes +++ b/python-booleanOperations.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 16 10:45:31 UTC 2021 - Ben Greiner + +- Skip python flavors <= 3.6: No FontTools available + ------------------------------------------------------------------- Tue Jun 2 13:56:19 UTC 2020 - Antonio Larrosa diff --git a/python-booleanOperations.spec b/python-booleanOperations.spec index f1ac04b..7b9b59f 100644 --- a/python-booleanOperations.spec +++ b/python-booleanOperations.spec @@ -1,7 +1,7 @@ # -# spec file for package python-booleanOperations +# spec file # -# 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 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -25,6 +24,9 @@ %define psuffix %{nil} %bcond_with test %endif +%{?!python_module:%define python_module() python3-%{**}} +%define skip_python2 1 +%define skip_python36 1 Name: python-booleanOperations%{psuffix} Version: 0.9.0 Release: 0 @@ -74,7 +76,8 @@ Boolean operations on paths. %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/booleanOperations +%{python_sitelib}/booleanOperations-%{version}*-info %endif %changelog