diff --git a/Glymur-0.12.9post1.tar.gz b/Glymur-0.12.9post1.tar.gz deleted file mode 100644 index 6dd96de..0000000 --- a/Glymur-0.12.9post1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15b0b439e6a0f9261148e32fe9df3e00e90f47beabc8d6b80857b1e097a717c3 -size 4552642 diff --git a/Glymur-0.13.6.tar.gz b/Glymur-0.13.6.tar.gz new file mode 100644 index 0000000..5240a18 --- /dev/null +++ b/Glymur-0.13.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30aa8cb81341397949a4bf35e01f7a43756fbd531f0eda575f6c07ab7e1916d2 +size 4566291 diff --git a/python-Glymur.changes b/python-Glymur.changes index 5298963..3c089fb 100644 --- a/python-Glymur.changes +++ b/python-Glymur.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 9 12:43:48 UTC 2024 - Markéta Machová + +- Update to 0.13.6 + * Refactor Jp2k class into Jp2k, Jp2kr + * Remove python 3.8 anachronisms + * Change parsing of precinct sizes due to numpy 2.0 + * End official support for OpenJPEG 2.3.x + * Fix tiff2jp2 when tile coverage not square + ------------------------------------------------------------------- Fri Jan 12 04:57:57 UTC 2024 - Steve Kowalik diff --git a/python-Glymur.spec b/python-Glymur.spec index 135105b..b70c356 100644 --- a/python-Glymur.spec +++ b/python-Glymur.spec @@ -16,9 +16,8 @@ # -%define dotted_version 0.12.9.post1 Name: python-Glymur -Version: 0.12.9post1 +Version: 0.13.6 Release: 0 Summary: Tools for accessing JPEG2000 files License: MIT @@ -35,7 +34,7 @@ Requires: python-lxml Requires: python-numpy Requires: python-packaging Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module lxml} @@ -79,6 +78,6 @@ donttest+="test_config_dir_on_windows" %python_alternative %{_bindir}/jp2dump %python_alternative %{_bindir}/tiff2jp2 %{python_sitelib}/glymur -%{python_sitelib}/Glymur-%{dotted_version}.dist-info +%{python_sitelib}/Glymur-%{version}.dist-info %changelog