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
This commit is contained in:
commit
dfbb51a30a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15b0b439e6a0f9261148e32fe9df3e00e90f47beabc8d6b80857b1e097a717c3
|
||||
size 4552642
|
3
Glymur-0.13.6.tar.gz
Normal file
3
Glymur-0.13.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30aa8cb81341397949a4bf35e01f7a43756fbd531f0eda575f6c07ab7e1916d2
|
||||
size 4566291
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user