diff --git a/python-svgpathtools.changes b/python-svgpathtools.changes index db3acbf..68f0169 100644 --- a/python-svgpathtools.changes +++ b/python-svgpathtools.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri May 9 11:36:43 UTC 2025 - Mia Herkt + +- 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 diff --git a/python-svgpathtools.spec b/python-svgpathtools.spec index 99a0445..dc13ff0 100644 --- a/python-svgpathtools.spec +++ b/python-svgpathtools.spec @@ -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,13 +16,12 @@ # -%global skip_python36 1 +%{?sle15_python_module_pythons} Name: python-svgpathtools -Version: 1.6.1 +Version: 1.7.0 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} @@ -52,11 +51,8 @@ analyzing SVG Path objects and Bézier curves. %python_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 diff --git a/svgpathtools-1.6.1.tar.gz b/svgpathtools-1.6.1.tar.gz deleted file mode 100644 index 420f0e4..0000000 --- a/svgpathtools-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7054e6de1953e295bf565d535d585695453b09f8db4a2f7c4853348732097a3e -size 2133040 diff --git a/svgpathtools-1.7.0.tar.gz b/svgpathtools-1.7.0.tar.gz new file mode 100644 index 0000000..0e693db --- /dev/null +++ b/svgpathtools-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcb6dedce45fc2307c96119d0f720bab243418a753c514aa7c423b39289519c +size 2132481