Antonio Valentino pushed to branch upstream at Debian GIS Project / glymur
Commits: e05455f2 by Antonio Valentino at 2025-04-13T05:33:19+00:00 New upstream version 0.14.1 - - - - - 98 changed files: - CHANGES.txt - ci/doc.yml - ci/travis-311-no-gdal.yaml - ci/travis-311-no-opj.yaml - ci/travis-311.yaml - ci/travis-312.yaml - ci/travis-313.yaml - docs/requirements.txt - docs/source/conf.py - docs/source/how_do_i.rst - docs/source/whatsnew/0.14.rst - docs/source/whatsnew/index.rst - glymur/_core_converter.py - glymur/codestream.py - glymur/jp2box.py - glymur/jp2k.py - glymur/jp2kr.py - glymur/jpeg.py - glymur/lib/tiff.py - glymur/version.py - pyproject.toml - − setup.cfg - + tests/data/conformance/__init__.py - tests/data/file1_xml.txt → tests/data/conformance/file1_xml.txt - tests/data/file1_xml_box.txt → tests/data/conformance/file1_xml_box.txt - tests/data/p0_02.j2k → tests/data/conformance/p0_02.j2k - tests/data/p0_03.j2k → tests/data/conformance/p0_03.j2k - tests/data/p0_06.j2k → tests/data/conformance/p0_06.j2k - tests/data/p1_06.j2k → tests/data/conformance/p1_06.j2k - tests/data/p1_07.j2k → tests/data/conformance/p1_07.j2k - tests/data/p1_07.txt → tests/data/conformance/p1_07.txt - + tests/data/from-openjpeg/__init__.py - tests/data/edf_c2_1178956.jp2 → tests/data/from-openjpeg/edf_c2_1178956.jp2 - tests/data/issue142.j2k → tests/data/from-openjpeg/issue142.j2k - tests/data/issue392.jp2 → tests/data/from-openjpeg/issue392.jp2 - tests/data/issue396.jp2 → tests/data/from-openjpeg/issue396.jp2 - tests/data/issue438.jp2 → tests/data/from-openjpeg/issue438.jp2 - tests/data/issue626.j2k → tests/data/from-openjpeg/issue626.j2k - tests/data/jph_siz.txt → tests/data/from-openjpeg/jph_siz.txt - tests/data/oj-ht-byte.jph → tests/data/from-openjpeg/oj-ht-byte.jph - tests/data/text_GBR.jp2 → tests/data/from-openjpeg/text_GBR.jp2 - tests/data/text_GBR_rreq.txt → tests/data/from-openjpeg/text_GBR_rreq.txt - tests/data/0220000800_uuid.dat → tests/data/geo/0220000800_uuid.dat - − tests/data/geotiff_uuid.txt - tests/data/appended_xml_box.txt → tests/data/misc/appended_xml_box.txt - tests/data/countries.xml → tests/data/misc/countries.xml - tests/data/decompression_parameters_type.txt → tests/data/misc/decompression_parameters_type.txt - tests/data/default_compression_parameters_type.txt → tests/data/misc/default_compression_parameters_type.txt - tests/data/default_progression_order_changes_type.txt → tests/data/misc/default_progression_order_changes_type.txt - tests/data/encoding_declaration.xml → tests/data/misc/encoding_declaration.xml - tests/data/goodstuff_codestream_header.txt → tests/data/misc/goodstuff_codestream_header.txt - tests/data/goodstuff_with_full_header.txt → tests/data/misc/goodstuff_with_full_header.txt - tests/data/issue186_progression_order.txt → tests/data/misc/issue186_progression_order.txt - tests/data/issue398.dat → tests/data/misc/issue398.dat - tests/data/issue405.dat → tests/data/misc/issue405.dat - tests/data/issue549.dat → tests/data/misc/issue549.dat - tests/data/issue555.xmp → tests/data/misc/issue555.xmp - tests/data/issue982.j2k → tests/data/misc/issue982.j2k - tests/data/multiple_precinct_size.txt → tests/data/misc/multiple_precinct_size.txt - tests/data/nemo.txt → tests/data/misc/nemo.txt - tests/data/nemo_dump_no_codestream.txt → tests/data/misc/nemo_dump_no_codestream.txt - tests/data/nemo_dump_no_codestream_no_xml.txt → tests/data/misc/nemo_dump_no_codestream_no_xml.txt - tests/data/nemo_dump_no_xml.txt → tests/data/misc/nemo_dump_no_xml.txt - tests/data/nemo_dump_short.txt → tests/data/misc/nemo_dump_short.txt - tests/data/nemo_with_codestream_header.txt → tests/data/misc/nemo_with_codestream_header.txt - tests/data/nemo_xmp_box.txt → tests/data/misc/nemo_xmp_box.txt - tests/data/no_jp2c.jp2 → tests/data/misc/no_jp2c.jp2 - tests/data/sgray.icc → tests/data/misc/sgray.icc - tests/data/simple_rdf.txt → tests/data/misc/simple_rdf.txt - tests/data/simple_rdf.uuid-box.txt → tests/data/misc/simple_rdf.uuid-box.txt - tests/data/uint16.j2k → tests/data/misc/uint16.j2k - − tests/data/text_gbr_34.txt - − tests/data/text_gbr_35.txt - tests/data/albers27-8.tif → tests/data/tiff/albers27-8.tif - tests/data/albers27.tif → tests/data/tiff/albers27.tif - tests/data/basn6a08.tif → tests/data/tiff/basn6a08.tif - tests/data/degenerate_geotiff.tif → tests/data/tiff/degenerate_geotiff.tif - tests/data/flower-separated-planar-08.tif → tests/data/tiff/flower-separated-planar-08.tif - tests/data/issue572.tif → tests/data/tiff/issue572.tif - tests/test_callbacks.py - tests/test_codestream.py - tests/test_colour_specification_box.py - tests/test_commandline_jp2dump.py - tests/test_commandline_tiff2jp2.py - tests/test_config.py - tests/test_geo.py - tests/test_jp2box.py - tests/test_jp2box_jpx.py - tests/test_jp2box_uuid.py - tests/test_jp2box_xml.py - tests/test_jp2k.py - tests/test_jp2kr.py - tests/test_openjp2.py - tests/test_printing.py - tests/test_set_decoded_components.py - tests/test_threading.py - tests/test_tiff2jp2.py - tests/test_warnings.py The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/debian-gis-team/glymur/-/commit/e05455f2c08b016553991de8064425f6ccbb9903 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/glymur/-/commit/e05455f2c08b016553991de8064425f6ccbb9903 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
