Commit Graph

15 Commits

Author SHA256 Message Date
4175138ae7 Accepting request 1081290 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081290
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=25
2023-04-21 15:07:58 +00:00
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
ce994b4561 Accepting request 911820 from home:glaubitz:branches:devel:languages:python
- Update to version 2.5.2
  * Fix marker path scale

OBS-URL: https://build.opensuse.org/request/show/911820
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=22
2021-08-12 13:51:29 +00:00
844abfbe9d Accepting request 862141 from home:andythe_great:branches:devel:languages:python
- Update to version 2.5.1.
  * Security fix: When processing SVG files, CairoSVG was using two
    regular expressions which are vulnerable to Regular Expression 
    Denial of Service (REDoS). If an attacker provided a malicious 
    SVG, it could make CairoSVG get stuck processing the file for a 
    very long time.
  * Fix marker positions for unclosed paths
  * Follow hint when only output_width or output_height is set
  * Handle opacity on raster images
  * Don’t crash when use tags reference unknown tags
  * Take care of the next letter when A/a is replaced by l
  * Fix misalignment in node.vertices
- Updates for version 2.5.0.
  * Drop support of Python 3.5, add support of Python 3.9.
  * Add EPS export
  * Add background-color, negate-colors, and invert-images options
  * Improve support for font weights
  * Fix opacity of patterns and gradients
  * Support auto-start-reverse value for orient
  * Draw images contained in defs
  * Add Exif transposition support
  * Handle dominant-baseline
  * Support transform-origin
- Add _service file to fetch required submodule.

OBS-URL: https://build.opensuse.org/request/show/862141
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=20
2021-01-11 20:39:14 +00:00
Tomáš Chvátal
2ce715b3b5 - Update to 2.4.2:
* Fix race condition in tests
  * Fix scale for images with no viewBox

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=18
2019-09-24 08:48:09 +00:00
Tomáš Chvátal
89873fa350 - Update to 2.4.1:
* Fix the scale parameter
  * Allow href attributes with no namespace
  * Fix the tree root detection

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=16
2019-09-09 09:18:09 +00:00
Tomáš Chvátal
07c1ecf199 - Update to 2.4.0:
* Fix aspect and position when resizing root SVG tag
  * Follow aspect and position hints when using forced output size

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=14
2019-06-04 13:55:32 +00:00
Tomáš Chvátal
186332642a - Update to 2.3.1:
* Fix relative paths on Windows

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=12
2019-04-29 07:57:54 +00:00
Tomáš Chvátal
6ae2a4296f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=10 2019-02-13 15:04:34 +00:00
Tomáš Chvátal
ac9e3412a4 - Update to 2.3.0:
* Drop Python 3.4 support
  * Make text selectable on generated PDF files
  * Don't inherit dx and dy attributes
  * Fix support of alignment-baseline="hanging"
  * Fix backslashes in docstrings and comments
  * Fix local anchors with files with no given URL
  * Close VERSION's file descriptor
  * Fix T commands used with previous relative commands in paths
  * Use real functions for svg2* commands, improving IDE integration
  * Handle image-rendering property
  * Fix crash with some text samples
  * Fix position of embedded svg tags with a viewbox not at position (0, 0)
  * Add output-width and output-height options
  * Handle references to inner document tags defined after the anchor
  * Fix offsets for texts on paths
- Run tests manualy reducing the test dependencies a bit

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=9
2019-02-13 14:58:11 +00:00
Todd R
29e5250d44 Accepting request 654131 from home:jengelh:branches:devel:languages:python
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/654131
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=7
2018-12-05 19:21:23 +00:00
f11be470bb Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=6
2018-12-04 13:18:38 +00:00
Dominique Leuenberger
e6de768f8f Accepting request 612557 from devel:languages:python
SVG Converter for Cairo

OBS-URL: https://build.opensuse.org/request/show/612557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-CairoSVG?expand=0&rev=1
2018-05-29 14:51:40 +00:00
Todd R
e31c8093ee OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=2 2018-05-28 01:28:31 +00:00
Todd R
57c014f1d1 Accepting request 612032 from devel:languages:python:misc
SVG Converter for Cairo

OBS-URL: https://build.opensuse.org/request/show/612032
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=1
2018-05-24 20:56:21 +00:00