15
0

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:
Tomáš Chvátal
2020-06-02 16:32:51 +00:00
committed by Git OBS Bridge
parent bd8dbc9c15
commit 496b50cf1e
4 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1750def605e53ca13cf45fedd31b360d241cc6082523e4b71d86c72dd3e9bc8a
size 202758

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8cfa821c32ad374fa120d6b2e0b444ebeac57c91e6631528645fa19ac2a281b8
size 202950

View File

@@ -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>

View File

@@ -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