Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Glymur for openSUSE:Factory checked in at 2025-11-21 16:56:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Glymur (Old) and /work/SRC/openSUSE:Factory/.python-Glymur.new.2061 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Glymur" Fri Nov 21 16:56:46 2025 rev:16 rq:1318955 version:0.14.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Glymur/python-Glymur.changes 2025-04-14 12:59:37.055361621 +0200 +++ /work/SRC/openSUSE:Factory/.python-Glymur.new.2061/python-Glymur.changes 2025-11-21 16:57:38.728805547 +0100 @@ -1,0 +2,19 @@ +Fri Nov 21 06:15:11 UTC 2025 - Steve Kowalik <[email protected]> + +- Update to 0.14.4: + * Add User-Agent header to powershell script for Appveyor + * Remove remaining openjpeg<2.4 artifacts + * Fix DeprecationWarning upon import + * Fix test suite for python 3.14 regular expressions + * Remove long-since-deprecated Jp2kr.read method + * Make Jp2kr.parse method private + * Make glymur.lib.tiff module private + * Add doctests into circleci config + * Add additional API examples for Jp2k, Jp2kr + * Fix tilesize reporting + * Refactor all of setup.cfg into pyproject.toml + * Add description of raw IFD for geojp2 UUIDs + * Add feature to convert JPEGs to JP2 + * Remove support for python 3.10 + +------------------------------------------------------------------- Old: ---- Glymur-0.13.8.tar.gz New: ---- Glymur-0.14.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Glymur.spec ++++++ --- /var/tmp/diff_new_pack.WlHTVx/_old 2025-11-21 16:57:39.444835720 +0100 +++ /var/tmp/diff_new_pack.WlHTVx/_new 2025-11-21 16:57:39.448835889 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Glymur # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-Glymur -Version: 0.13.8 +Version: 0.14.4 Release: 0 Summary: Tools for accessing JPEG2000 files License: MIT URL: https://github.com/quintusdias/glymur Source: https://github.com/quintusdias/glymur/archive/v%{version}.tar.gz#/Glymur-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.9} +BuildRequires: %{python_module base >= 3.11} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -32,14 +32,12 @@ BuildRequires: python-rpm-macros Requires: python-lxml Requires: python-numpy -Requires: python-packaging Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module lxml} BuildRequires: %{python_module numpy} -BuildRequires: %{python_module packaging} BuildRequires: %{python_module pytest} BuildRequires: %{python_module scikit-image} # /SECTION @@ -57,6 +55,7 @@ %install %pyproject_install %python_clone -a %{buildroot}%{_bindir}/jp2dump +%python_clone -a %{buildroot}%{_bindir}/jpeg2jp2 %python_clone -a %{buildroot}%{_bindir}/tiff2jp2 %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -67,7 +66,7 @@ %pytest -k "not ($donttest)" %post -%python_install_alternative jp2dump tiff2jp2 +%python_install_alternative jp2dump jpeg2jp2 tiff2jp2 %postun %python_uninstall_alternative jp2dump @@ -76,6 +75,7 @@ %doc README.md CHANGES.txt %license LICENSE.txt %python_alternative %{_bindir}/jp2dump +%python_alternative %{_bindir}/jpeg2jp2 %python_alternative %{_bindir}/tiff2jp2 %{python_sitelib}/glymur %{python_sitelib}/[Gg]lymur-%{version}.dist-info ++++++ Glymur-0.13.8.tar.gz -> Glymur-0.14.4.tar.gz ++++++ ++++ 12499 lines of diff (skipped)
