forked from pool/python-svgpathtools
- Disable test suite because it can only work on specific CPU
(micro-)architectures. (#gh/mathandy/svgpathtools#183) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgpathtools?expand=0&rev=13
This commit is contained in:
@@ -4,6 +4,9 @@ Wed Jul 20 22:11:58 UTC 2022 - Mia Herkt <mia@0x0.st>
|
|||||||
- Update to 1.5.1
|
- Update to 1.5.1
|
||||||
* Fix float rounding error in elliptic arc radius check
|
* Fix float rounding error in elliptic arc radius check
|
||||||
(#gh/mathandy/svgpathtools#171)
|
(#gh/mathandy/svgpathtools#171)
|
||||||
|
- Disable test suite because it can only work on specific CPU
|
||||||
|
(micro-)architectures.
|
||||||
|
(#gh/mathandy/svgpathtools#183)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 15 15:57:45 UTC 2022 - Mia Herkt <mia@0x0.st>
|
Wed Jun 15 15:57:45 UTC 2022 - Mia Herkt <mia@0x0.st>
|
||||||
|
@@ -53,8 +53,11 @@ analyzing SVG Path objects and Bézier curves.
|
|||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
# test suite uses hashes that only match on some CPUs
|
||||||
%pytest
|
# due to float math
|
||||||
|
# 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
|
||||||
|
Reference in New Issue
Block a user