Package: cairosvg / 0.4.3-1

Metadata

Package Version Patches format
cairosvg 0.4.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_setup.patch | (download)

setup.py | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 use simple import to get version information.
 Instead of reading the __init__.py file and extracting the version using as
 regular expression use a simple import to get the version string.
 The method used by upstream fails with a UnicodeDecodeError when used with 
 python3.