forked from pool/python-svgpathtools
- 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
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sun May 21 12:16:43 UTC 2023 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-svgpathtools
|
# 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
|
# 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
|
||||||
@@ -16,13 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global skip_python36 1
|
|
||||||
Name: python-svgpathtools
|
Name: python-svgpathtools
|
||||||
Version: 1.6.1
|
Version: 1.7.0
|
||||||
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
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/mathandy/svgpathtools
|
URL: https://github.com/mathandy/svgpathtools
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/svgpathtools/svgpathtools-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/svgpathtools/svgpathtools-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
@@ -52,11 +50,8 @@ analyzing SVG Path objects and Bézier curves.
|
|||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
# test suite uses hashes that only match on some CPUs
|
%check
|
||||||
# due to float math
|
%pytest
|
||||||
# https://github.com/mathandy/svgpathtools/issues/183
|
|
||||||
# %%check
|
|
||||||
# %%pytest
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt LICENSE2.txt
|
%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.0.tar.gz
Normal file
3
svgpathtools-1.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bdcb6dedce45fc2307c96119d0f720bab243418a753c514aa7c423b39289519c
|
||||||
|
size 2132481
|
Reference in New Issue
Block a user