Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-booleanOperations for
openSUSE:Factory checked in at 2026-01-21 14:19:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-booleanOperations (Old)
and /work/SRC/openSUSE:Factory/.python-booleanOperations.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-booleanOperations"
Wed Jan 21 14:19:46 2026 rev:5 rq:1328457 version:0.10.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-booleanOperations/python-booleanOperations.changes
2025-05-20 09:34:57.837377503 +0200
+++
/work/SRC/openSUSE:Factory/.python-booleanOperations.new.1928/python-booleanOperations.changes
2026-01-21 14:19:52.085153020 +0100
@@ -1,0 +2,10 @@
+Wed Jan 21 09:12:59 UTC 2026 - Markéta Machová <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
booleanOperations-0.9.0.zip
New:
----
booleanoperations-0.10.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-booleanOperations.spec ++++++
--- /var/tmp/diff_new_pack.oR4f52/_old 2026-01-21 14:19:53.745222286 +0100
+++ /var/tmp/diff_new_pack.oR4f52/_new 2026-01-21 14:19:53.765223121 +0100
@@ -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 @@
Boolean operations on paths.
%prep
-%setup -q -n booleanOperations-%{version}
+%setup -q -n booleanoperations-%{version}
%build
%pyproject_wheel