15
0

Compare commits

8 Commits

Author SHA256 Message Date
a2dacfe6ab Accepting request 1321070 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1321070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-svgpathtools?expand=0&rev=10
2025-12-05 15:53:34 +00:00
00785d1ff2 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgpathtools?expand=0&rev=25
2025-12-04 06:59:41 +00:00
cbda6704ce 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
d362adbc88 - 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
eb10da7962 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
df4a93a62f 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
865a148e55 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
7691fb1408 - 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 13 additions and 5 deletions

View File

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

View File

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

View File

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