- Update to 2.8.5 * added tutorial "tuto7" (in English and German) with documentation to create PDF/A files with fpdf2 * support for many different text/paragraph formatings added * improved SVG image parsing speed by 50% to 70% * Python 3.14 is now officially supported * changed libtiff detection logic to maintain compatibility with pillow v12 * many more bug fixes and improvements, see upstream CHANGELOG.md OBS-URL: https://build.opensuse.org/request/show/1328122 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fpdf2?expand=0&rev=8
16 lines
546 B
Plaintext
16 lines
546 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/py-pdf/fpdf2</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">test/text_shaping/SBL_Hbrw.ttf</param>
|
|
<param name="version">2.8.5</param>
|
|
<param name="revision">2.8.5</param>
|
|
</service>
|
|
<service mode="manual" name="set_version" />
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|