diff --git a/booleanOperations-0.8.2.zip b/booleanOperations-0.8.2.zip deleted file mode 100644 index 8cc5788..0000000 --- a/booleanOperations-0.8.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1750def605e53ca13cf45fedd31b360d241cc6082523e4b71d86c72dd3e9bc8a -size 202758 diff --git a/booleanOperations-0.9.0.zip b/booleanOperations-0.9.0.zip new file mode 100644 index 0000000..f7aab48 --- /dev/null +++ b/booleanOperations-0.9.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfa821c32ad374fa120d6b2e0b444ebeac57c91e6631528645fa19ac2a281b8 +size 202950 diff --git a/python-booleanOperations.changes b/python-booleanOperations.changes index 842dd9f..a8bc64f 100644 --- a/python-booleanOperations.changes +++ b/python-booleanOperations.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 2 13:56:19 UTC 2020 - Antonio Larrosa + +- 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 diff --git a/python-booleanOperations.spec b/python-booleanOperations.spec index 77ea739..f1ac04b 100644 --- a/python-booleanOperations.spec +++ b/python-booleanOperations.spec @@ -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