glymur 0.12.9-1 source package in Ubuntu

Changelog

glymur (0.12.9-1) unstable; urgency=medium

  [ Bas Couwenberg ]
  * Remove generated files in clean target.
  * Switch to dh-sequence-*.

  [ Antonio Valentino ]
  * New upstream release.
  * debian/control:
    - Move the common package escription to source.
    - Use <!nocheck> marker.
    - Switch to autopkgtest-pkg-pybuild.
  * New d/python3-glymur.lintian-overrides.

 -- Antonio Valentino <email address hidden>  Sat, 02 Dec 2023 21:33:41 +0000

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
glymur_0.12.9-1.dsc 3.1 KiB 81dc5af7ebece6dc4a4f74d852aa24cc7afae4d73d1120aeab6d7285a069505f
glymur_0.12.9.orig.tar.gz 4.3 MiB db3cfcafdef47932309b5e4a17e1854d6e3b787168a9fe86599a6efe71e41be4
glymur_0.12.9-1.debian.tar.xz 5.6 KiB d2764c0cf29c79dee19ad24d477f6d5593f16d219ab546d06510419b4da4f1bb

Available diffs

No changes file available.

Binary packages built by this source

glymur-bin: Python tools for accessing JPEG2000 filesi -- scripts

 Glymur is an interface to the OpenJPEG library which allows one to
 read and write JPEG 2000 files from Python.
 Glymur supports both reading and writing of JPEG 2000 images,
 but writing JPEG 2000 images is currently limited to images that
 can fit in memory.
 Glymur can read images using OpenJPEG library versions as far back
 as 1.3, but it is strongly recommended to use at least version 2.1.2.
 .
 In regards to metadata, most JP2 boxes are properly interpreted.
 Certain optional JP2 boxes can also be written, including XML boxes
 and XMP UUIDs.
 There is incomplete support for reading JPX metadata.
 .
 Glymur will look to use lxml when processing boxes with XML content,
 but can fall back upon the standard library’s ElementTree if lxml
 is not available.
 .
 This package provides utilities and executable scripts.

python3-glymur: Python tools for accessing JPEG2000 files

 Glymur is an interface to the OpenJPEG library which allows one to
 read and write JPEG 2000 files from Python.
 Glymur supports both reading and writing of JPEG 2000 images,
 but writing JPEG 2000 images is currently limited to images that
 can fit in memory.
 Glymur can read images using OpenJPEG library versions as far back
 as 1.3, but it is strongly recommended to use at least version 2.1.2.
 .
 In regards to metadata, most JP2 boxes are properly interpreted.
 Certain optional JP2 boxes can also be written, including XML boxes
 and XMP UUIDs.
 There is incomplete support for reading JPX metadata.
 .
 Glymur will look to use lxml when processing boxes with XML content,
 but can fall back upon the standard library’s ElementTree if lxml
 is not available.