cairosvg 2.7.0-1 source package in Ubuntu

Changelog

cairosvg (2.7.0-1) unstable; urgency=medium

  * Use github tags instead of releases for d/watch.
  * New upstream version 2.7.0
  * Bump Standards-Version to 4.6.2.
  * Update d/copyright with new years.
  * Simplify d/rules by using execute_before_ targets instead of overrides.
  * Refresh patches.
  * Refresh patches and drop upstreamed ones.
  * Build using pybuild-plugin-pyproject.
  * Changed install path from CairoSVG-*.egg-info to CairoSVG-*.dist-info.
  * Depend on python3-all for autopkgtests.

 -- Michael Fladischer <email address hidden>  Thu, 22 Jun 2023 11:12:17 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cairosvg_2.7.0-1.dsc 1.9 KiB 4f197bc1615e3b4dec4bfc2cde7b8334bcc5cef23bf1ff4a2209118101e3c874
cairosvg_2.7.0.orig.tar.gz 8.0 MiB 56d963e5de5ea9e08ec088bbf5e23c520f45be3f1a5f07ecac2d9e131a5db202
cairosvg_2.7.0-1.debian.tar.xz 6.3 KiB 69b367fb8a06147b8e342b3188d331bacea286d13480f15d01a810cf795ed375

Available diffs

No changes file available.

Binary packages built by this source

cairosvg: SVG to PDF/PS/PNG converter based on Cairo

 CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
 PostScript and PNG files.
 The main part of CairoSVG is a SVG parser, trying to follow the SVG 1.1
 recommendation from the W3C. Once parsed, the result is drawn to a Cairo
 surface that can be exported to various formats: PDF, PostScript, PNG and
 even SVG.

python3-cairosvg: SVG to PDF/PS/PNG converter based on Cairo (Python3 library)

 CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
 PostScript and PNG files.
 The main part of CairoSVG is a SVG parser, trying to follow the SVG 1.1
 recommendation from the W3C. Once parsed, the result is drawn to a Cairo
 surface that can be exported to various formats: PDF, PostScript, PNG and
 even SVG.
 .
 This package contains the Python3 version of the library.