From e0dda4c3d6436079a94f0258d20ac4202c19198f72a8fd8b61507170e6d43d33 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 22 Sep 2022 19:43:15 +0000 Subject: [PATCH] Accepting request 1005478 from home:yarunachalam:branches:devel:languages:python - Update to v0.11.7 * Error out early when writing 1x1 tile-by-tile - Update to v0.11.6 * Do not install test, test.data packages * Fix Changelog regarding v0.11.6 * Fix reads where COD segment not at index[2] * This fix not included in 0.11.5 - Update to v0.11.5 * Fix reads where COD segment not at index[2] - Update to v0.11.4 * Fix ResolutionBox with tiff2jp2 - Update to v0.11.3 * Fix placement of Resolutionbox - Update to v0.11.2 * Relax ResolutionBox requirement on child boxes. - Update to v0.11.1 * Improve efficiency of striped TIFF to tiled JP2 conversion. - Update to v0.11.0 * Add options for supporting ResolutionBoxes. * Fix ctypes interface to C library on windows. * Add option to convert XMLPacket into UUID box. * Add option for excluding tags from Exif UUID box. OBS-URL: https://build.opensuse.org/request/show/1005478 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glymur?expand=0&rev=22 --- Glymur-0.10.2.tar.gz | 3 --- Glymur-0.11.3.tar.gz | 3 +++ python-Glymur.changes | 33 +++++++++++++++++++++++++++++++++ python-Glymur.spec | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) delete mode 100644 Glymur-0.10.2.tar.gz create mode 100644 Glymur-0.11.3.tar.gz diff --git a/Glymur-0.10.2.tar.gz b/Glymur-0.10.2.tar.gz deleted file mode 100644 index babf33e..0000000 --- a/Glymur-0.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73abf0834e995e9cc228b85071b770a474181628e22cf74fe2785803a1e061c3 -size 3534924 diff --git a/Glymur-0.11.3.tar.gz b/Glymur-0.11.3.tar.gz new file mode 100644 index 0000000..901e5d0 --- /dev/null +++ b/Glymur-0.11.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be074fe7ca69c0358431d7b6c01bfde09243142977259a16e6f5ce6a3a519203 +size 3542002 diff --git a/python-Glymur.changes b/python-Glymur.changes index 6f091b8..c9ad1af 100644 --- a/python-Glymur.changes +++ b/python-Glymur.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu Sep 22 19:12:41 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v0.11.7 + * Error out early when writing 1x1 tile-by-tile + +- Update to v0.11.6 + * Do not install test, test.data packages + * Fix Changelog regarding v0.11.6 + * Fix reads where COD segment not at index[2] + * This fix not included in 0.11.5 + +- Update to v0.11.5 + * Fix reads where COD segment not at index[2] + +- Update to v0.11.4 + * Fix ResolutionBox with tiff2jp2 + +- Update to v0.11.3 + * Fix placement of Resolutionbox + +- Update to v0.11.2 + * Relax ResolutionBox requirement on child boxes. + +- Update to v0.11.1 + * Improve efficiency of striped TIFF to tiled JP2 conversion. + +- Update to v0.11.0 + * Add options for supporting ResolutionBoxes. + * Fix ctypes interface to C library on windows. + * Add option to convert XMLPacket into UUID box. + * Add option for excluding tags from Exif UUID box. + ------------------------------------------------------------------- Tue Aug 16 16:32:55 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-Glymur.spec b/python-Glymur.spec index b1976dd..2185d90 100644 --- a/python-Glymur.spec +++ b/python-Glymur.spec @@ -17,7 +17,7 @@ Name: python-Glymur -Version: 0.10.2 +Version: 0.11.3 Release: 0 Summary: Tools for accessing JPEG2000 files License: MIT