Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9f605b4326 | |||
| 2a9583e718 | |||
| 82aee15dfd | |||
| 9f77416042 | |||
| 544602ab89 | |||
| 3daa1fb298 | |||
| 98fe9b6541 | |||
| ad2fa1a7d5 | |||
| 53b803053b |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:15b0b439e6a0f9261148e32fe9df3e00e90f47beabc8d6b80857b1e097a717c3
|
|
||||||
size 4552642
|
|
||||||
3
Glymur-0.13.8.tar.gz
Normal file
3
Glymur-0.13.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:26625dd0322cb6c0d2773704d96827cd9b4c86a14b23108fd0bbb2154747cf6b
|
||||||
|
size 4568670
|
||||||
@@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 14 05:53:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Support both lowercased and unnormalized metadata directory names.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 25 04:19:04 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Lowercase metadata directory name.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 27 10:38:41 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.13.8
|
||||||
|
* Fix tiff2jp2 bug when stripped TIFF has no RowsPerStrip tag
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 23 10:12:59 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.13.7
|
||||||
|
* Qualify on python 3.13
|
||||||
|
* Fix test warnings due to scikit-image deprecation.
|
||||||
|
* Update CI test matrix, tighten 3rd party library requirements.
|
||||||
|
* Add ability to construct XML box from file-like object.
|
||||||
|
* Add circle-ci CI.
|
||||||
|
* Fix test suite for numpy 2.x printing (thanks to Arne Keller).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 12:43:48 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- 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 <steven.kowalik@suse.com>
|
Fri Jan 12 04:57:57 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Glymur
|
# spec file for package python-Glymur
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,9 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define dotted_version 0.12.9.post1
|
|
||||||
Name: python-Glymur
|
Name: python-Glymur
|
||||||
Version: 0.12.9post1
|
Version: 0.13.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for accessing JPEG2000 files
|
Summary: Tools for accessing JPEG2000 files
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -35,7 +34,7 @@ Requires: python-lxml
|
|||||||
Requires: python-numpy
|
Requires: python-numpy
|
||||||
Requires: python-packaging
|
Requires: python-packaging
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module lxml}
|
BuildRequires: %{python_module lxml}
|
||||||
@@ -79,6 +78,6 @@ donttest+="test_config_dir_on_windows"
|
|||||||
%python_alternative %{_bindir}/jp2dump
|
%python_alternative %{_bindir}/jp2dump
|
||||||
%python_alternative %{_bindir}/tiff2jp2
|
%python_alternative %{_bindir}/tiff2jp2
|
||||||
%{python_sitelib}/glymur
|
%{python_sitelib}/glymur
|
||||||
%{python_sitelib}/Glymur-%{dotted_version}.dist-info
|
%{python_sitelib}/[Gg]lymur-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user