forked from pool/python-booleanOperations
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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user