From ba11f067d56f32afb9e0c6a61a57415e17dc97d5b50858482f9e5d8dad4efd18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 28 Jun 2018 10:33:14 +0000 Subject: [PATCH] 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 --- py3exiv2-0.2.1.tar.gz | 3 --- py3exiv2-0.3.0.tar.gz | 3 +++ python-exiv2.changes | 6 ++++++ python-exiv2.spec | 17 +++++++++-------- 4 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 py3exiv2-0.2.1.tar.gz create mode 100644 py3exiv2-0.3.0.tar.gz diff --git a/py3exiv2-0.2.1.tar.gz b/py3exiv2-0.2.1.tar.gz deleted file mode 100644 index 4c2a8c7..0000000 --- a/py3exiv2-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28bbc0b5b84af23cc1d305aef7bcfb9146b3ba1be9571b4c968315e031ad071b -size 31737 diff --git a/py3exiv2-0.3.0.tar.gz b/py3exiv2-0.3.0.tar.gz new file mode 100644 index 0000000..0939aa9 --- /dev/null +++ b/py3exiv2-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14626aaa83cae4cd3d54f51646a0fd048e8ee0e3caf205522b33020226da8c0e +size 32685 diff --git a/python-exiv2.changes b/python-exiv2.changes index b04492a..0a0fa5d 100644 --- a/python-exiv2.changes +++ b/python-exiv2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 28 09:38:11 UTC 2018 - asn@cryptomilk.org + +- Update to version 0.3.0 + * Add some convenient functions + ------------------------------------------------------------------- Sun May 6 07:55:37 UTC 2018 - asn@cryptomilk.org diff --git a/python-exiv2.spec b/python-exiv2.spec index 5b94be4..4b312be 100644 --- a/python-exiv2.spec +++ b/python-exiv2.spec @@ -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