forked from pool/python-Glymur
Compare commits
35 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2c42bc7381 | |||
| 1b8e82b621 | |||
| 5c9d232d23 | |||
| ba2e4d13f0 | |||
| 9d5f20bb90 | |||
| 1f1228508d | |||
| 525611265d | |||
| 9c1541f000 | |||
| a38eb641b7 | |||
| dfbb51a30a | |||
| 4f326374b4 | |||
| 9a75284898 | |||
| b68b249316 | |||
| e0dda4c3d6 | |||
| aef78be3f3 | |||
| 94dacb2712 | |||
| b557bbdacb | |||
| c0f6d713ab | |||
| e4dee1fda6 | |||
| e10cf3cd00 | |||
| a5d997ba41 | |||
| 8a384c3df1 | |||
| 98c5ec3d4e | |||
| 3f2258d4d1 | |||
| c5771d3e2c | |||
| 6626e9600e | |||
|
|
3009d5df89 | ||
| a0e66d2875 | |||
|
|
db2d72c962 | ||
| 554e31671a | |||
| 92e1173e1f | |||
| b06d243fb3 | |||
|
|
bd387144f8 | ||
| cfd6bbb2ba | |||
|
|
ea8a59fd95 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:15b0b439e6a0f9261148e32fe9df3e00e90f47beabc8d6b80857b1e097a717c3
|
|
||||||
size 4552642
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:30aa8cb81341397949a4bf35e01f7a43756fbd531f0eda575f6c07ab7e1916d2
|
|
||||||
size 4566291
|
|
||||||
3
Glymur-0.14.4.tar.gz
Normal file
3
Glymur-0.14.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:70ed3600a079740741f8f157dab23680bb399264bc95fa9239566bc60ba5fb7d
|
||||||
|
size 4579154
|
||||||
@@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 21 06:15:11 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Mon Sep 9 12:43:48 UTC 2024 - Markéta Machová <mmachova@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 and contributors
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-Glymur
|
Name: python-Glymur
|
||||||
Version: 0.13.6
|
Version: 0.14.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for accessing JPEG2000 files
|
Summary: Tools for accessing JPEG2000 files
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/quintusdias/glymur
|
URL: https://github.com/quintusdias/glymur
|
||||||
Source: https://github.com/quintusdias/glymur/archive/v%{version}.tar.gz#/Glymur-%{version}.tar.gz
|
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 pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@@ -32,14 +32,12 @@ BuildRequires: procps
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-lxml
|
Requires: python-lxml
|
||||||
Requires: python-numpy
|
Requires: python-numpy
|
||||||
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}
|
||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
BuildRequires: %{python_module packaging}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module scikit-image}
|
BuildRequires: %{python_module scikit-image}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
@@ -57,6 +55,7 @@ Python interface to the OpenJPEG library
|
|||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
%python_clone -a %{buildroot}%{_bindir}/jp2dump
|
%python_clone -a %{buildroot}%{_bindir}/jp2dump
|
||||||
|
%python_clone -a %{buildroot}%{_bindir}/jpeg2jp2
|
||||||
%python_clone -a %{buildroot}%{_bindir}/tiff2jp2
|
%python_clone -a %{buildroot}%{_bindir}/tiff2jp2
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
@@ -67,7 +66,7 @@ donttest+="test_config_dir_on_windows"
|
|||||||
%pytest -k "not ($donttest)"
|
%pytest -k "not ($donttest)"
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative jp2dump tiff2jp2
|
%python_install_alternative jp2dump jpeg2jp2 tiff2jp2
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%python_uninstall_alternative jp2dump
|
%python_uninstall_alternative jp2dump
|
||||||
@@ -76,8 +75,9 @@ donttest+="test_config_dir_on_windows"
|
|||||||
%doc README.md CHANGES.txt
|
%doc README.md CHANGES.txt
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%python_alternative %{_bindir}/jp2dump
|
%python_alternative %{_bindir}/jp2dump
|
||||||
|
%python_alternative %{_bindir}/jpeg2jp2
|
||||||
%python_alternative %{_bindir}/tiff2jp2
|
%python_alternative %{_bindir}/tiff2jp2
|
||||||
%{python_sitelib}/glymur
|
%{python_sitelib}/glymur
|
||||||
%{python_sitelib}/Glymur-%{version}.dist-info
|
%{python_sitelib}/[Gg]lymur-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user