19
0
Commit Graph

17 Commits

Author SHA256 Message Date
646372dfd8 - Update to 2.7.0 (bsc#1209538, CVE-2023-27586) in changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=29
2023-09-06 09:37:21 +00:00
e6b9f5e332 - Update to 2.7.0:
WARNING: this is a security update.
  When processing SVG files, CairoSVG could access other files online,
  possibly leading to very long renderings or other security problems.
  This feature is now disabled by default. External resources can still be
  accessed using the "unsafe" or the "url_fetcher" parameter.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=27
2023-05-09 06:34:58 +00:00
0913a0a91c 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
31dbfaaa3c - 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
74f55e541f 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
6189b61df0 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
0cffd5b852 - 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
92bee07708 - 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
1c2863db5e - 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
6038d23d9d - 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
b1c65bbe96 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
fdfd1506e7 - 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
1c7dbc2d51 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
b21167881a 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
da13e42570 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
50b4de047a 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
f937eeaaac 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