2022-09-22 19:43:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 22 19:12:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
2022-08-17 12:39:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Aug 16 16:32:55 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to v0.10.2
|
|
|
|
|
Fix appveyor builds
|
|
|
|
|
Fix tiff2jp2 when ExifTag is present
|
|
|
|
|
Address warnings in TIFF interface
|
|
|
|
|
Update glymur.config documentation
|
|
|
|
|
|
2022-07-11 09:36:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jul 7 19:14:14 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Update to v0.10.1
|
|
|
|
|
* Add write capability for Resolution boxes
|
|
|
|
|
* Add example documentation for reading layers
|
|
|
|
|
- Release v0.10.0
|
|
|
|
|
* Allow parsing of Exif UUIDs missing the EXIF\00\00 lead-in
|
|
|
|
|
* Add read support for additional Exif tags
|
|
|
|
|
* Add support for TLM segment generation
|
|
|
|
|
- Release v0.9.9
|
|
|
|
|
* Fix bug retrieving some TIFF tags on big endian systems
|
|
|
|
|
- Release v0.9.7
|
|
|
|
|
* Remove distutils in favor of setuptools
|
|
|
|
|
* Add recognition of IMF profiles
|
|
|
|
|
* Add ndim, dtype properties
|
|
|
|
|
- Release v0.9.5
|
|
|
|
|
* Add support for generation of PLT markers
|
|
|
|
|
* Add support for converting TIFFs to JPEG 2000
|
|
|
|
|
- Release v0.9.4
|
|
|
|
|
* Add support for writing images tile-by-tile
|
|
|
|
|
* Add support for opj_set_decoded_components
|
|
|
|
|
* Remove support for Python 3.6
|
|
|
|
|
- Add glymur-pr553-no-setuptools.patch
|
|
|
|
|
* gh#quintusdias/glymur#553 + gh#quintusdias/glymur#554
|
|
|
|
|
|
2021-02-12 10:56:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 11 00:02:44 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- NEP 29: NumPy dropped Python 3.6 -- skip python36 build in TW
|
|
|
|
|
- Make importlib_resources conditional for Python < 3.7 (SLE/Leap)
|
|
|
|
|
|
2021-01-23 22:27:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jan 23 12:18:53 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Update to 0.9.3
|
|
|
|
|
* Qualify on Python 3.9
|
|
|
|
|
* Qualify on OpenJPEG 2.4.0
|
|
|
|
|
* Add support for multithreaded writes.
|
|
|
|
|
- Always require importlib_resources for tests: the new python36
|
|
|
|
|
flavor on TW needs it, the python38 flavor is okay with it being
|
|
|
|
|
installed.
|
|
|
|
|
|
2020-07-14 16:55:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 14 16:55:39 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Don't install tests
|
|
|
|
|
|
2020-07-09 16:15:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jul 9 16:12:50 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.9.2
|
|
|
|
|
* Update setup.py to include tests in source distribution to PyPi
|
|
|
|
|
* Update gdal imports to comply with GDAL recommendations.
|
|
|
|
|
|
2020-05-27 10:06:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 26 06:34:26 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
|
|
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
|
|
2020-03-26 10:33:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 26 10:14:42 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.9.1
|
|
|
|
|
* Removed support for python2.7
|
|
|
|
|
* Fixed Cygwin support.
|
|
|
|
|
* Fixed appveyor builds, Travis-CI framework reworked.
|
|
|
|
|
* Some fragile tests removed.
|
|
|
|
|
* Remove GDAL from setup.py requirements
|
|
|
|
|
|
2020-01-13 19:07:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 13 16:24:39 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.8.19
|
|
|
|
|
* Qualify on Python 3.8.
|
|
|
|
|
|
2019-12-06 19:05:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Dec 6 18:44:56 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Disable python2 support since dependencies dropped python2
|
|
|
|
|
- Use pytest to simplify test invocation
|
|
|
|
|
|
2019-09-27 08:28:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 27 08:01:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Initial commit, needed by sunpy
|