1
0
python-CairoSVG/_service
Dirk Mueller 4581e6ecb2 - update to 2.6.0:
* Drop support of Python 3.5 and 3.6, add support of Python 3.9,
    3.10 and 3.11
  * Support crispEdges value for text antialiasing
  * Don’t crash when including CMYK images
  * Only update docstrings when not optimized
  * Don’t restore current point after empty paths
  * Assume that 1ch equals 0.5em
  * Fix various deprecation warnings

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=23
2023-03-14 22:34:10 +00:00

16 lines
550 B
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/Kozea/CairoSVG.git</param>
<param name="scm">git</param>
<param name="submodules">enable</param>
<param name="revision">f5170f8</param>
<param name="versionformat">@PARENT_TAG@</param>
</service>
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version" />
</services>