15
0
forked from pool/python-exiv2

Accepting request 619547 from home:gladiac:branches:devel:languages:python

- Update to version 0.3.0
  * Add some convenient functions

OBS-URL: https://build.opensuse.org/request/show/619547
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2018-06-28 10:33:14 +00:00
committed by Git OBS Bridge
parent 3a3f927305
commit ba11f067d5
4 changed files with 18 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package python-py3exiv2
# spec file for package python-exiv2
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
@@ -13,6 +13,7 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -21,21 +22,21 @@
%define skip_python2 1
Name: python-exiv2
Version: 0.2.1
Version: 0.3.0
Release: 0
License: GPL-3.0
Summary: Python3 bindings for the exiv2 library
Url: https://launchpad.net/py3exiv2
License: GPL-3.0-only
Group: Development/Languages/Python
Url: https://launchpad.net/py3exiv2
Source: https://files.pythonhosted.org/packages/source/p/py3exiv2/py3exiv2-%{version}.tar.gz
BuildRequires: libboost_python3-devel
BuildRequires: libexiv2-devel
BuildRequires: gcc-c++
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libboost_python3-devel
BuildRequires: libexiv2-devel
BuildRequires: python-rpm-macros
%python_subpackages