Package: python-fontfeatures / 1.9.0+ds-1

Metadata

Package Version Patches format
python-fontfeatures 1.9.0+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Prevent SyntaxWarnings by using raw strings.patch | (download)

Lib/fontFeatures/fontDameLib/__init__.py | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 prevent syntaxwarnings by using raw strings

Some re.match instances contain invalid escape sequences.
Rectify that by using raw strings where backslashes do not have to be
escaped additionally.

Unify script shebangs.patch | (download)

Lib/fontFeatures/bin/otf2fea.py | 2 1 + 1 - 0 !
Lib/fontFeatures/bin/otflayout2glyphs.py | 2 1 + 1 - 0 !
Lib/fontFeatures/bin/siesta.py | 2 1 + 1 - 0 !
Lib/fontFeatures/bin/txt2fea.py | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 unify script shebangs