15
0
forked from pool/python-imread

Accepting request 704714 from home:pgajdos

- version update from 0.6.1 to 0.7.1
  * Fix 16-bit RGB/RGBA TIFF write
  * Support reading ImageJ ROIs

OBS-URL: https://build.opensuse.org/request/show/704714
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imread?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-05-22 12:47:33 +00:00
committed by Git OBS Bridge
parent 966731a5c0
commit e9785ad636
4 changed files with 15 additions and 11 deletions

View File

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

3
imread-0.7.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 22 10:57:59 UTC 2019 - pgajdos@suse.com
- version update from 0.6.1 to 0.7.1
* Fix 16-bit RGB/RGBA TIFF write
* Support reading ImageJ ROIs
-------------------------------------------------------------------
Wed May 9 02:05:02 UTC 2018 - toddrme2178@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-imread
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,14 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-imread
Version: 0.6.1
Version: 0.7.1
Release: 0
Summary: Image reading library
License: MIT
@@ -37,9 +36,9 @@ BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(libwebp)
%if %{with test}
# SECTION test requirements
BuildRequires: %{python_module nose}
%endif
# /SECTION
BuildRequires: python-numpy
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%python_subpackages
@@ -67,10 +66,8 @@ export CFLAGS="%{optflags}"
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%if %{with test}
%check
%python_exec setup.py test
%endif
%files %{python_files}
%defattr(-,root,root,-)