diff --git a/python-svgpathtools.changes b/python-svgpathtools.changes index ff32fdf..db3acbf 100644 --- a/python-svgpathtools.changes +++ b/python-svgpathtools.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun May 21 12:16:43 UTC 2023 - Mia Herkt + +- 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 diff --git a/python-svgpathtools.spec b/python-svgpathtools.spec index 84650da..99a0445 100644 --- a/python-svgpathtools.spec +++ b/python-svgpathtools.spec @@ -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 @@ -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 diff --git a/svgpathtools-1.6.0.tar.gz b/svgpathtools-1.6.0.tar.gz deleted file mode 100644 index 4e5f3aa..0000000 --- a/svgpathtools-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0b934eed29acaeb09988afb4d15c5984366847236e21b80c079d8edb5ac0c4e -size 2132214 diff --git a/svgpathtools-1.6.1.tar.gz b/svgpathtools-1.6.1.tar.gz new file mode 100644 index 0000000..420f0e4 --- /dev/null +++ b/svgpathtools-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7054e6de1953e295bf565d535d585695453b09f8db4a2f7c4853348732097a3e +size 2133040