From 5523f17b1ae8eeaa8322c60ac2356930a8a90b7ebdaaef69e4c87873e3e3957d Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Wed, 21 Jan 2026 10:18:38 +0000 Subject: [PATCH] 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 --- booleanOperations-0.9.0.zip | 3 --- booleanoperations-0.10.0.tar.gz | 3 +++ python-booleanOperations.changes | 10 ++++++++++ python-booleanOperations.spec | 8 ++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 booleanOperations-0.9.0.zip create mode 100644 booleanoperations-0.10.0.tar.gz diff --git a/booleanOperations-0.9.0.zip b/booleanOperations-0.9.0.zip deleted file mode 100644 index f7aab48..0000000 --- a/booleanOperations-0.9.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cfa821c32ad374fa120d6b2e0b444ebeac57c91e6631528645fa19ac2a281b8 -size 202950 diff --git a/booleanoperations-0.10.0.tar.gz b/booleanoperations-0.10.0.tar.gz new file mode 100644 index 0000000..2d5d221 --- /dev/null +++ b/booleanoperations-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d719f560d2a1dd676c812b844ecceb693c96791c76579089ab7d0f5db5cedbe +size 167248 diff --git a/python-booleanOperations.changes b/python-booleanOperations.changes index 8ae4d72..141a594 100644 --- a/python-booleanOperations.changes +++ b/python-booleanOperations.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 21 09:12:59 UTC 2026 - Markéta Machová + +- 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 + ------------------------------------------------------------------- Thu May 15 11:58:05 UTC 2025 - Markéta Machová diff --git a/python-booleanOperations.spec b/python-booleanOperations.spec index 4aa8078..7e643a6 100644 --- a/python-booleanOperations.spec +++ b/python-booleanOperations.spec @@ -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