forked from pool/python-imread
Accepting request 793899 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/793899 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imread?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c343b546ab54acdb50dbe69d6793d64ead3ba6d585022f5a7ad4687b7f3db79b
|
||||
size 147234
|
||||
3
imread-0.7.4.tar.gz
Normal file
3
imread-0.7.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0487adef11a22168700968c1727020361a72f6132b6ced2b8826b02d8cbf744f
|
||||
size 151570
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 12:26:14 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to 0.7.4
|
||||
* Add missing data to distribution
|
||||
* Fix several memory access bugs in parsers (reported by Robert Scott)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 10:57:59 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-imread
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,12 +18,12 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-imread
|
||||
Version: 0.7.1
|
||||
Version: 0.7.4
|
||||
Release: 0
|
||||
Summary: Image reading library
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: http://luispedro.org/software/imread
|
||||
URL: http://luispedro.org/software/imread
|
||||
Source: https://files.pythonhosted.org/packages/source/i/imread/imread-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module numpy-devel}
|
||||
@@ -32,6 +32,7 @@ BuildRequires: c++_compiler
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: giflib-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libjpeg)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
@@ -39,8 +40,7 @@ BuildRequires: pkgconfig(libwebp)
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module nose}
|
||||
# /SECTION
|
||||
BuildRequires: python-numpy
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: python-numpy
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -70,7 +70,6 @@ export CFLAGS="%{optflags}"
|
||||
%python_exec setup.py test
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc ChangeLog README.rst
|
||||
%license COPYING.MIT
|
||||
%{python_sitearch}/*
|
||||
|
||||
Reference in New Issue
Block a user