forked from pool/python-booleanOperations
Accepting request 810860 from home:alarrosa:branches:devel:languages:python
- Update to 0.9.0
* Raise new UnsupportedContourError on unsupported segment type
such as "qcurve"
OBS-URL: https://build.opensuse.org/request/show/810860
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-booleanOperations?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
bd8dbc9c15
commit
496b50cf1e
@@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-booleanOperations%{psuffix}
|
||||
Version: 0.8.2
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: Boolean operations on paths
|
||||
License: MIT
|
||||
@@ -38,14 +38,14 @@ BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
Requires: python-FontTools >= 3.32.0
|
||||
Requires: python-pyclipper >= 1.0.5
|
||||
Requires: python-FontTools >= 4.0.2
|
||||
Requires: python-pyclipper >= 1.1.0post1
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module FontTools >= 3.32.0}
|
||||
BuildRequires: %{python_module FontTools >= 4.0.2}
|
||||
BuildRequires: %{python_module defcon}
|
||||
BuildRequires: %{python_module fontPens}
|
||||
BuildRequires: %{python_module pyclipper >= 1.0.5}
|
||||
BuildRequires: %{python_module pyclipper >= 1.1.0post1}
|
||||
BuildRequires: %{python_module pytest}
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user