Skip to content

Commit

Permalink
Update python-svgpathtools to version 1.6.1 / rev 7 via SR 1088124
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1088124
by user mia + dimstar_suse
- Update to 1.6.1
  * Fix circles parsing to non-closed paths
    #gh/mathandy/svgpathtools#198
  * path.transform: Arc sweep is reversed by negative scale
    #gh/mathandy/svgpathtools#200
  * return error if Path.point() cannot be computed
  • Loading branch information
mia authored and bmwiedemann committed May 21, 2023
1 parent f5e7f23 commit b0e62e5
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 4 deletions.
Binary file modified packages/p/python-svgpathtools/.files
Binary file not shown.
13 changes: 13 additions & 0 deletions packages/p/python-svgpathtools/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,17 @@
<comment>- Updote to 1.6.0</comment>
<requestid>1066955</requestid>
</revision>
<revision rev="7" vrev="1">
<srcmd5>6731eeb7a5a33f5ce72b79877cd2c2f7</srcmd5>
<version>1.6.1</version>
<time>1684688944</time>
<user>dimstar_suse</user>
<comment>- Update to 1.6.1
* Fix circles parsing to non-closed paths
#gh/mathandy/svgpathtools#198
* path.transform: Arc sweep is reversed by negative scale
#gh/mathandy/svgpathtools#200
* return error if Path.point() cannot be computed</comment>
<requestid>1088124</requestid>
</revision>
</revisionlist>
10 changes: 10 additions & 0 deletions packages/p/python-svgpathtools/python-svgpathtools.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun May 21 12:16:43 UTC 2023 - Mia Herkt <mia@0x0.st>

- Update to 1.6.1
* Fix circles parsing to non-closed paths
#gh/mathandy/svgpathtools#198
* path.transform: Arc sweep is reversed by negative scale
#gh/mathandy/svgpathtools#200
* return error if Path.point() cannot be computed

-------------------------------------------------------------------
Tue Feb 21 09:51:58 UTC 2023 - Mia Herkt <mia@0x0.st>

Expand Down
5 changes: 2 additions & 3 deletions packages/p/python-svgpathtools/python-svgpathtools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python36 1
Name: python-svgpathtools
Version: 1.6.0
Version: 1.6.1
Release: 0
Summary: Tools for manipulating and analyzing SVG Path objects and Bézier curves
License: MIT
Expand Down Expand Up @@ -62,6 +61,6 @@ analyzing SVG Path objects and Bézier curves.
%files %{python_files}
%license LICENSE.txt LICENSE2.txt
%doc README.md
%{python_sitelib}/*
%{python_sitelib}/svgpathtools*

%changelog
1 change: 0 additions & 1 deletion packages/p/python-svgpathtools/svgpathtools-1.6.0.tar.gz

This file was deleted.

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

0 comments on commit b0e62e5

Please sign in to comment.