14
0

Accepting request 865546 from home:andythe_great

update to 2021.1.11

OBS-URL: https://build.opensuse.org/request/show/865546
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imagecodecs?expand=0&rev=12
This commit is contained in:
2021-01-22 07:19:43 +00:00
committed by Git OBS Bridge
parent 88299ee7fe
commit 3303e85a39
6 changed files with 50 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-imagecodecs
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,8 +26,9 @@
%bcond_with test
%endif
%define skip_python2 1
%define skip_python36 1
Name: python-imagecodecs%{psuffix}
Version: 2020.5.30
Version: 2021.1.11
Release: 0
Summary: Image transformation, compression, and decompression codecs
License: BSD-3-Clause
@@ -64,6 +65,7 @@ BuildRequires: gcc-c++
BuildRequires: giflib-devel
BuildRequires: jxrlib-devel
BuildRequires: libaec-devel
BuildRequires: libdeflate-devel
BuildRequires: libzopfli-devel
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
@@ -135,7 +137,8 @@ mv __imagecodecs imagecodecs
%license LICENSE imagecodecs/licenses/*
%doc README.rst
%python_alternative %{_bindir}/imagecodecs
%{python_sitearch}/*
%{python_sitearch}/imagecodecs*.egg-info
%{python_sitearch}/imagecodecs
%endif
%changelog