17
0

Compare commits

6 Commits

Author SHA256 Message Date
53b863cfc1 Accepting request 1284231 from devel:languages:python
- Switch to pip-based build
- Update to 1.7.1
Fixes:
  * Rotation angle calculation when transforming arcs
  * Converting rounded rect to a d-string path
  * Floating point error in bezier bbox calculation
  * Skip end path in polyline if no dedicated end path is provided
Changes:
  * When converting ellipses to d-string paths, use arcs by default
  * Add various new test cases

OBS-URL: https://build.opensuse.org/request/show/1284231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-svgpathtools?expand=0&rev=9
2025-06-10 07:08:16 +00:00
5a07d072d1 - Switch to pip-based build
- Update to 1.7.1
Fixes:
  * Rotation angle calculation when transforming arcs
  * Converting rounded rect to a d-string path
  * Floating point error in bezier bbox calculation
  * Skip end path in polyline if no dedicated end path is provided
Changes:
  * When converting ellipses to d-string paths, use arcs by default
  * Add various new test cases

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgpathtools?expand=0&rev=23
2025-06-09 14:56:18 +00:00
ba0915813e Accepting request 1276248 from devel:languages:python
- Update to 1.7.0
 * Hashes used by test suite are now platform-agnostic
 * Drop support for Python < 3.8
- Enable test suite

OBS-URL: https://build.opensuse.org/request/show/1276248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-svgpathtools?expand=0&rev=8
2025-05-09 16:52:04 +00:00
5f5aa93a76 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgpathtools?expand=0&rev=21 2025-05-09 12:01:21 +00:00
255771234e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgpathtools?expand=0&rev=20 2025-05-09 11:53:20 +00:00
0e03377047 - Update to 1.7.0
* Hashes used by test suite are now platform-agnostic
 * Drop support for Python < 3.8
- Enable test suite

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgpathtools?expand=0&rev=19
2025-05-09 11:48:13 +00:00
4 changed files with 5 additions and 13 deletions

View File

@@ -1,11 +1,3 @@
-------------------------------------------------------------------
Thu Dec 4 06:52:18 UTC 2025 - Mia Herkt <mia@0x0.st>
- Update to 1.7.2
* Fix for arc transforms -- use eigh instead of eig
#gh/mathandy/svgpathtools#238
* Fixed wrong length of flat quadratic bezier
-------------------------------------------------------------------
Mon Jun 9 13:55:49 UTC 2025 - Mia Herkt <mia@0x0.st>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-svgpathtools
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-svgpathtools
Version: 1.7.2
Version: 1.7.1
Release: 0
Summary: Tools for manipulating and analyzing SVG Path objects and Bézier curves
License: MIT

View File

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5974daba24825e22f284ea10aa980d7d6f77a1ca55d914d80283e3ea8a7ac450
size 2136092