17
0

Accepting request 1328447 from home:mcalabkova:branches:devel:languages:python

- Update to 0.10.0
  * Remove wheel from setup_requires
  * Improved mergeFirstSegments handling
  * Correct for (rare) bad tracking of previousIntersectionPoint
  * Fix test compatibility with fonttools splitCubicAtT precision
    improvement

OBS-URL: https://build.opensuse.org/request/show/1328447
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-booleanOperations?expand=0&rev=9
This commit is contained in:
2026-01-21 10:18:38 +00:00
committed by Git OBS Bridge
parent f57641ddf4
commit 5523f17b1a
4 changed files with 17 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-booleanOperations
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,12 +25,12 @@
%bcond_with test
%endif
Name: python-booleanOperations%{psuffix}
Version: 0.9.0
Version: 0.10.0
Release: 0
Summary: Boolean operations on paths
License: MIT
URL: https://github.com/typemytype/booleanOperations
Source: https://files.pythonhosted.org/packages/source/b/booleanOperations/booleanOperations-%{version}.zip
Source: https://files.pythonhosted.org/packages/source/b/booleanoperations/booleanoperations-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
@@ -54,7 +54,7 @@ BuildRequires: %{python_module pytest}
Boolean operations on paths.
%prep
%setup -q -n booleanOperations-%{version}
%setup -q -n booleanoperations-%{version}
%build
%pyproject_wheel