forked from pool/python-booleanOperations
Accepting request 810902 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/810902 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-booleanOperations?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1750def605e53ca13cf45fedd31b360d241cc6082523e4b71d86c72dd3e9bc8a
|
||||
size 202758
|
||||
3
booleanOperations-0.9.0.zip
Normal file
3
booleanOperations-0.9.0.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cfa821c32ad374fa120d6b2e0b444ebeac57c91e6631528645fa19ac2a281b8
|
||||
size 202950
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 13:56:19 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to 0.9.0
|
||||
* Raise new UnsupportedContourError on unsupported segment type
|
||||
such as "qcurve"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 09:46:34 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
||||
@@ -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