Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 53b863cfc1 | |||
| 5a07d072d1 | |||
| ba0915813e | |||
| 5f5aa93a76 | |||
| 255771234e | |||
| 0e03377047 |
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 9 13:55:49 UTC 2025 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 9 11:36:43 UTC 2025 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- Update to 1.7.0
|
||||
* Hashes used by test suite are now platform-agnostic
|
||||
* Drop support for Python < 3.8
|
||||
- Enable test suite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 21 12:16:43 UTC 2023 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-svgpathtools
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# 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
|
||||
@@ -16,16 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%global skip_python36 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-svgpathtools
|
||||
Version: 1.6.1
|
||||
Version: 1.7.1
|
||||
Release: 0
|
||||
Summary: Tools for manipulating and analyzing SVG Path objects and Bézier curves
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/mathandy/svgpathtools
|
||||
Source: https://files.pythonhosted.org/packages/source/s/svgpathtools/svgpathtools-%{version}.tar.gz
|
||||
BuildRequires: %{python_module numpy}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module scipy}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -46,17 +46,14 @@ analyzing SVG Path objects and Bézier curves.
|
||||
%setup -q -n svgpathtools-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
# test suite uses hashes that only match on some CPUs
|
||||
# due to float math
|
||||
# https://github.com/mathandy/svgpathtools/issues/183
|
||||
# %%check
|
||||
# %%pytest
|
||||
%check
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt LICENSE2.txt
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7054e6de1953e295bf565d535d585695453b09f8db4a2f7c4853348732097a3e
|
||||
size 2133040
|
||||
3
svgpathtools-1.7.1.tar.gz
Normal file
3
svgpathtools-1.7.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:beaef20fd78164aa5f0a7d4fd164ef20cb0d3d015cdec50c8c168e9d6547f041
|
||||
size 2135227
|
||||
Reference in New Issue
Block a user