Compare commits

9 Commits

Author SHA256 Message Date
9f605b4326 Accepting request 1269074 from devel:languages:python
- Support both lowercased and unnormalized metadata directory names.

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1269074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Glymur?expand=0&rev=15
2025-04-14 10:59:35 +00:00
2a9583e718 - Support both lowercased and unnormalized metadata directory names.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glymur?expand=0&rev=33
2025-04-14 05:53:27 +00:00
82aee15dfd - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glymur?expand=0&rev=32
2025-03-25 04:19:19 +00:00
9f77416042 Accepting request 1240500 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1240500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Glymur?expand=0&rev=14
2025-01-27 19:56:02 +00:00
544602ab89 Accepting request 1240495 from home:glaubitz:branches:devel:languages:python
- Update to 0.13.8
  * Fix tiff2jp2 bug when stripped TIFF has no RowsPerStrip tag

OBS-URL: https://build.opensuse.org/request/show/1240495
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glymur?expand=0&rev=30
2025-01-27 10:59:56 +00:00
3daa1fb298 Accepting request 1239857 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1239857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Glymur?expand=0&rev=13
2025-01-23 17:05:42 +00:00
98fe9b6541 Accepting request 1239788 from home:glaubitz:branches:devel:languages:python
- 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).

OBS-URL: https://build.opensuse.org/request/show/1239788
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glymur?expand=0&rev=28
2025-01-23 12:14:45 +00:00
ad2fa1a7d5 Accepting request 1199748 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1199748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Glymur?expand=0&rev=12
2024-09-10 19:13:30 +00:00
53b803053b Accepting request 1199685 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1199685
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glymur?expand=0&rev=26
2024-09-09 20:52:44 +00:00
4 changed files with 9 additions and 28 deletions

3
Glymur-0.13.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26625dd0322cb6c0d2773704d96827cd9b4c86a14b23108fd0bbb2154747cf6b
size 4568670

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70ed3600a079740741f8f157dab23680bb399264bc95fa9239566bc60ba5fb7d
size 4579154

View File

@@ -1,22 +1,3 @@
-------------------------------------------------------------------
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> Mon Apr 14 05:53:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-Glymur # spec file for package python-Glymur
# #
# Copyright (c) 2025 SUSE LLC and contributors # 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
@@ -17,13 +17,13 @@
Name: python-Glymur Name: python-Glymur
Version: 0.14.4 Version: 0.13.8
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.11} BuildRequires: %{python_module base >= 3.9}
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,12 +32,14 @@ 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
@@ -55,7 +57,6 @@ 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}
@@ -66,7 +67,7 @@ donttest+="test_config_dir_on_windows"
%pytest -k "not ($donttest)" %pytest -k "not ($donttest)"
%post %post
%python_install_alternative jp2dump jpeg2jp2 tiff2jp2 %python_install_alternative jp2dump tiff2jp2
%postun %postun
%python_uninstall_alternative jp2dump %python_uninstall_alternative jp2dump
@@ -75,7 +76,6 @@ 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}/[Gg]lymur-%{version}.dist-info %{python_sitelib}/[Gg]lymur-%{version}.dist-info