14
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgpathtools?expand=0&rev=11
This commit is contained in:
2022-06-15 16:23:40 +00:00
committed by Git OBS Bridge
parent 1542d28fcd
commit f6e0aef6e7
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jun 15 15:57:45 UTC 2022 - Mia Herkt <mia@0x0.st>
- 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 <mia@0x0.st> Thu Dec 23 06:11:31 UTC 2021 - Mia Herkt <mia@0x0.st>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-svgpathtools # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python36 1 %global skip_python36 1
Name: python-svgpathtools Name: python-svgpathtools
Version: 1.4.4 Version: 1.5.0
Release: 0 Release: 0
Summary: Tools for manipulating and analyzing SVG Path objects and Bézier curves Summary: Tools for manipulating and analyzing SVG Path objects and Bézier curves
License: MIT License: MIT

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e1c60c2392a8613f10c04e315922eca57136311aa443dbd4f5b7f30a953554b
size 2129835

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e50c9ab9efdfdd2d1c016ef2c21022c9cae98671303b971c89caa004f7b1fa1b
size 2131636