diff --git a/packages/p/python-svgpathtools/.files b/packages/p/python-svgpathtools/.files index 2e1b4f5d7aa..da0b378c792 100644 Binary files a/packages/p/python-svgpathtools/.files and b/packages/p/python-svgpathtools/.files differ diff --git a/packages/p/python-svgpathtools/.rev b/packages/p/python-svgpathtools/.rev index af4292a23b5..49ff01bebb7 100644 --- a/packages/p/python-svgpathtools/.rev +++ b/packages/p/python-svgpathtools/.rev @@ -60,4 +60,29 @@ * Hashable Path objects, and more. 942186 + + 9bda5a2d98d2d40ab51322ef68937656 + 1.5.1 + + RBrownFactory + - Update to 1.5.1 + * Fix float rounding error in elliptic arc radius check + (#gh/mathandy/svgpathtools#171) +- Disable test suite because it can only work on specific CPU + (micro-)architectures. + (#gh/mathandy/svgpathtools#183) +- Update to 1.5.0 + * Fix implementation of points() + (#gh/mathandy/svgpathtools#155) + * Add support for rounded rectangles + (#gh/mathandy/svgpathtools#161) + * Fix Document.add_path for empty groups + (#gh/mathandy/svgpathtools#170) + * Allow file-like object as input to Documents ctor and + svg2paths function + * Add convenience functions for converting svgs contained in a + string to paths + + 990460 + diff --git a/packages/p/python-svgpathtools/python-svgpathtools.changes b/packages/p/python-svgpathtools/python-svgpathtools.changes index a23ea1ba25d..e77c93a355c 100644 --- a/packages/p/python-svgpathtools/python-svgpathtools.changes +++ b/packages/p/python-svgpathtools/python-svgpathtools.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed Jul 20 22:11:58 UTC 2022 - Mia Herkt + +- Update to 1.5.1 + * Fix float rounding error in elliptic arc radius check + (#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 + +- Update to 1.5.0 + * Fix implementation of points() + (#gh/mathandy/svgpathtools#155) + * Add support for rounded rectangles + (#gh/mathandy/svgpathtools#161) + * Fix Document.add_path for empty groups + (#gh/mathandy/svgpathtools#170) + * Allow file-like object as input to Documents ctor and + svg2paths function + * Add convenience functions for converting svgs contained in a + string to paths + ------------------------------------------------------------------- Thu Dec 23 06:11:31 UTC 2021 - Mia Herkt diff --git a/packages/p/python-svgpathtools/python-svgpathtools.spec b/packages/p/python-svgpathtools/python-svgpathtools.spec index 5290f11957a..9f55689bd87 100644 --- a/packages/p/python-svgpathtools/python-svgpathtools.spec +++ b/packages/p/python-svgpathtools/python-svgpathtools.spec @@ -1,7 +1,7 @@ # # spec file for package python-svgpathtools # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python36 1 Name: python-svgpathtools -Version: 1.4.4 +Version: 1.5.1 Release: 0 Summary: Tools for manipulating and analyzing SVG Path objects and Bézier curves License: MIT @@ -53,8 +53,11 @@ analyzing SVG Path objects and Bézier curves. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%check -%pytest +# test suite uses hashes that only match on some CPUs +# due to float math +# https://github.com/mathandy/svgpathtools/issues/183 +# %%check +# %%pytest %files %{python_files} %license LICENSE.txt LICENSE2.txt diff --git a/packages/p/python-svgpathtools/svgpathtools-1.4.4.tar.gz b/packages/p/python-svgpathtools/svgpathtools-1.4.4.tar.gz deleted file mode 120000 index a2b981a76bd..00000000000 --- a/packages/p/python-svgpathtools/svgpathtools-1.4.4.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeiggibthtcvbbgjmqxdd2rmvgdoelfg4a54vqrrhviihbfapiarulu \ No newline at end of file diff --git a/packages/p/python-svgpathtools/svgpathtools-1.5.1.tar.gz b/packages/p/python-svgpathtools/svgpathtools-1.5.1.tar.gz new file mode 120000 index 00000000000..74df557cfb3 --- /dev/null +++ b/packages/p/python-svgpathtools/svgpathtools-1.5.1.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeicp36dtjkivw6rh447wa5tn2qfgmbegl2rf4daqh3wq7ddewm6cwq \ No newline at end of file