From e9785ad636b728bcf1ad8de71708a7e2a1840c338b71f670fc08c745d8566163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 22 May 2019 12:47:33 +0000 Subject: [PATCH] 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 --- imread-0.6.1.tar.gz | 3 --- imread-0.7.1.tar.gz | 3 +++ python-imread.changes | 7 +++++++ python-imread.spec | 13 +++++-------- 4 files changed, 15 insertions(+), 11 deletions(-) delete mode 100644 imread-0.6.1.tar.gz create mode 100644 imread-0.7.1.tar.gz diff --git a/imread-0.6.1.tar.gz b/imread-0.6.1.tar.gz deleted file mode 100644 index f1f8f02..0000000 --- a/imread-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4a0384ed35e50a8c68cad21a4a077247aec984af69f70cfbf76e3d206926832 -size 139198 diff --git a/imread-0.7.1.tar.gz b/imread-0.7.1.tar.gz new file mode 100644 index 0000000..1816abb --- /dev/null +++ b/imread-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c343b546ab54acdb50dbe69d6793d64ead3ba6d585022f5a7ad4687b7f3db79b +size 147234 diff --git a/python-imread.changes b/python-imread.changes index 0fb0e69..c85a49b 100644 --- a/python-imread.changes +++ b/python-imread.changes @@ -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 diff --git a/python-imread.spec b/python-imread.spec index a1e0a2c..686291b 100644 --- a/python-imread.spec +++ b/python-imread.spec @@ -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,-)