Skip to content

Commit

Permalink
Update python-svgpathtools to version 1.5.1 / rev 5 via SR 990460
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/990460
by user mia + 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
  • Loading branch information
mia authored and bmwiedemann committed Jul 21, 2022
1 parent 2833077 commit 4d6ae45
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 5 deletions.
Binary file modified packages/p/python-svgpathtools/.files
Binary file not shown.
25 changes: 25 additions & 0 deletions packages/p/python-svgpathtools/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,29 @@
* Hashable Path objects, and more.</comment>
<requestid>942186</requestid>
</revision>
<revision rev="5" vrev="1">
<srcmd5>9bda5a2d98d2d40ab51322ef68937656</srcmd5>
<version>1.5.1</version>
<time>1658396121</time>
<user>RBrownFactory</user>
<comment>- 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
</comment>
<requestid>990460</requestid>
</revision>
</revisionlist>
25 changes: 25 additions & 0 deletions packages/p/python-svgpathtools/python-svgpathtools.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jul 20 22:11:58 UTC 2022 - Mia Herkt <[email protected]>

- 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 <[email protected]>

- 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 <[email protected]>

Expand Down
11 changes: 7 additions & 4 deletions packages/p/python-svgpathtools/python-svgpathtools.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion packages/p/python-svgpathtools/svgpathtools-1.4.4.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-svgpathtools/svgpathtools-1.5.1.tar.gz

0 comments on commit 4d6ae45

Please sign in to comment.