15
0

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
This commit is contained in:
2021-12-18 23:09:08 +00:00
committed by Git OBS Bridge
parent 496b50cf1e
commit 3f49539cc3
2 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 16 10:45:31 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Skip python flavors <= 3.6: No FontTools available
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 2 13:56:19 UTC 2020 - Antonio Larrosa <alarrosa@suse.com> Tue Jun 2 13:56:19 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>

View File

@@ -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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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} %global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test" %if "%{flavor}" == "test"
%define psuffix -test %define psuffix -test
@@ -25,6 +24,9 @@
%define psuffix %{nil} %define psuffix %{nil}
%bcond_with test %bcond_with test
%endif %endif
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%define skip_python36 1
Name: python-booleanOperations%{psuffix} Name: python-booleanOperations%{psuffix}
Version: 0.9.0 Version: 0.9.0
Release: 0 Release: 0
@@ -74,7 +76,8 @@ Boolean operations on paths.
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst
%license LICENSE %license LICENSE
%{python_sitelib}/* %{python_sitelib}/booleanOperations
%{python_sitelib}/booleanOperations-%{version}*-info
%endif %endif
%changelog %changelog