commit python-exiv2 for openSUSE:Factory

2020-10-21 Thread root
Hello community,

here is the log from the commit of package python-exiv2 for openSUSE:Factory 
checked in at 2020-10-21 14:38:34

Comparing /work/SRC/openSUSE:Factory/python-exiv2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-exiv2.new.3486 (New)


Package is "python-exiv2"

Wed Oct 21 14:38:34 2020 rev:6 rq:842971 version:0.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-exiv2/python-exiv2.changes
2019-07-04 15:43:01.598086256 +0200
+++ /work/SRC/openSUSE:Factory/.python-exiv2.new.3486/python-exiv2.changes  
2020-10-21 14:38:34.841611976 +0200
@@ -1,0 +2,8 @@
+Tue Oct 20 06:39:52 UTC 2020 - Andreas Schneider 
+
+- Update to version 0.8.0
+  * Add XmpSeq support
+  * Add a datetime conversion to Python with iso format, update some unittests
+- Added py3exiv2-link-boost.patch
+
+---

Old:

  py3exiv2-0.7.1.tar.gz

New:

  py3exiv2-0.8.0.tar.gz
  py3exiv2-link-boost.patch



Other differences:
--
++ python-exiv2.spec ++
--- /var/tmp/diff_new_pack.h9uVpY/_old  2020-10-21 14:38:35.349612263 +0200
+++ /var/tmp/diff_new_pack.h9uVpY/_new  2020-10-21 14:38:35.349612263 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-exiv2
 #
-# 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
@@ -20,13 +20,17 @@
 # This is a python3 only package
 %define skip_python2 1
 Name:   python-exiv2
-Version:0.7.1
+Version:0.8.0
 Release:0
 Summary:Python3 bindings for the exiv2 library
 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
+#
+Source0:
https://files.pythonhosted.org/packages/source/p/py3exiv2/py3exiv2-%{version}.tar.gz
+#
+Patch0: py3exiv2-link-boost.patch
+#
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -48,7 +52,7 @@
 easy manipulation of image metadata.
 
 %prep
-%setup -q -n py3exiv2-%{version}
+%autosetup -p1 -n py3exiv2-%{version}
 
 %build
 %python_build

++ py3exiv2-0.7.1.tar.gz -> py3exiv2-0.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.7.1/PKG-INFO new/py3exiv2-0.8.0/PKG-INFO
--- old/py3exiv2-0.7.1/PKG-INFO 2019-05-29 12:22:12.0 +0200
+++ new/py3exiv2-0.8.0/PKG-INFO 2020-09-29 18:32:03.482937000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: py3exiv2
-Version: 0.7.1
+Version: 0.8.0
 Summary: A Python3 binding to the library exiv2
 Home-page: https://launchpad.net/py3exiv2
 Author: Vincent Vande Vyvre
@@ -45,3 +45,4 @@
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.7.1/setup.py new/py3exiv2-0.8.0/setup.py
--- old/py3exiv2-0.7.1/setup.py 2019-05-28 10:13:30.0 +0200
+++ new/py3exiv2-0.8.0/setup.py 2020-09-29 18:30:38.0 +0200
@@ -30,19 +30,19 @@
 if not "-mt" in f:
 return os.path.basename(f).replace("lib", "").split(".")[0]
 
-print("NOT FOUND", files)
+print("libboost for OSX not found!", files)
 sys.exit()
 
 if platform.system() == "Darwin":
 boostlib = get_libboost_osx()
-print(boostlib)
 
 else:
-boostlib = 'boost_python3'
+python_version = str(sys.version_info.major) + str(sys.version_info.minor)
+boostlib = 'boost_python' + python_version
 
 setup(
 name='py3exiv2',
-version='0.7.1',
+version='0.8.0',
 description='A Python3 binding to the library exiv2',
 long_description=long_description,
 url='https://launchpad.net/py3exiv2',
@@ -62,7 +62,8 @@
 'Programming Language :: Python :: 3.5',
 'Programming Language :: Python :: 3.6',
 'Programming Language :: Python :: 3.7',
-'Programming Language :: Python :: 3.8'
+'Programming Language :: Python :: 3.8',
+'Programming Language :: Python :: 3.9'
 ],
 keywords='exiv2 pyexiv2 EXIF IPTC XMP image metadata',
 packages = find_packages('src'),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.7.1/src/exiv2wrapper.cpp 
new/py3exiv2-0.8.0/src/exiv2wrappe

commit python-exiv2 for openSUSE:Factory

2019-07-04 Thread root
Hello community,

here is the log from the commit of package python-exiv2 for openSUSE:Factory 
checked in at 2019-07-04 15:43:00

Comparing /work/SRC/openSUSE:Factory/python-exiv2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-exiv2.new.4615 (New)


Package is "python-exiv2"

Thu Jul  4 15:43:00 2019 rev:5 rq:713077 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-exiv2/python-exiv2.changes
2019-04-23 14:35:23.725444879 +0200
+++ /work/SRC/openSUSE:Factory/.python-exiv2.new.4615/python-exiv2.changes  
2019-07-04 15:43:01.598086256 +0200
@@ -1,0 +2,6 @@
+Tue Jul  2 14:47:21 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.7.1:
+  * Various fixes to work with new exiv releases
+
+---

Old:

  py3exiv2-0.6.1.tar.gz

New:

  py3exiv2-0.7.1.tar.gz



Other differences:
--
++ python-exiv2.spec ++
--- /var/tmp/diff_new_pack.d6CFe7/_old  2019-07-04 15:43:02.582087794 +0200
+++ /var/tmp/diff_new_pack.d6CFe7/_new  2019-07-04 15:43:02.582087794 +0200
@@ -20,7 +20,7 @@
 # This is a python3 only package
 %define skip_python2 1
 Name:   python-exiv2
-Version:0.6.1
+Version:0.7.1
 Release:0
 Summary:Python3 bindings for the exiv2 library
 License:GPL-3.0-only

++ py3exiv2-0.6.1.tar.gz -> py3exiv2-0.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.6.1/DESCRIPTION.rst 
new/py3exiv2-0.7.1/DESCRIPTION.rst
--- old/py3exiv2-0.6.1/DESCRIPTION.rst  2019-02-06 15:38:28.0 +0100
+++ new/py3exiv2-0.7.1/DESCRIPTION.rst  2015-02-04 14:56:25.0 +0100
@@ -9,8 +9,6 @@
 
 python3-exiv2 is distributed under the GPL version 3 license.
 
-[![Downloads](https://pepy.tech/badge/py3exiv2)](https://pepy.tech/project/py3exiv2)
-
 The main content of the code was initially written by Olivier Tilloy for 
Python 2 under the name pyexiv2.
 
 py3exiv2 depends on the following libraries:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.6.1/PKG-INFO new/py3exiv2-0.7.1/PKG-INFO
--- old/py3exiv2-0.6.1/PKG-INFO 2019-02-06 20:33:41.0 +0100
+++ new/py3exiv2-0.7.1/PKG-INFO 2019-05-29 12:22:12.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: py3exiv2
-Version: 0.6.1
+Version: 0.7.1
 Summary: A Python3 binding to the library exiv2
 Home-page: https://launchpad.net/py3exiv2
 Author: Vincent Vande Vyvre
@@ -17,8 +17,6 @@
 
 python3-exiv2 is distributed under the GPL version 3 license.
 
-
[![Downloads](https://pepy.tech/badge/py3exiv2)](https://pepy.tech/project/py3exiv2)
-
 The main content of the code was initially written by Olivier Tilloy 
for Python 2 under the name pyexiv2.
 
 py3exiv2 depends on the following libraries:
@@ -46,3 +44,4 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.6.1/README new/py3exiv2-0.7.1/README
--- old/py3exiv2-0.6.1/README   2018-05-15 11:11:47.0 +0200
+++ new/py3exiv2-0.7.1/README   2019-04-13 10:44:33.0 +0200
@@ -1,5 +1,5 @@
 py3exiv2
-
+***
 
 Welcome to py3exiv2, a python 3 binding to exiv2 (http://exiv2.org/), the C++
 library for manipulation of EXIF, IPTC and XMP image metadata.
@@ -16,13 +16,17 @@
 
 py3exiv2 depends on the following libraries:
 
- * python (≥ 3.2)
+ * python (≥ 3.3)
  * boost.python3 (http://www.boost.org/libs/python/doc/index.html)
  * exiv2 (http://www.exiv2.org/)
 
+Some examples in src/ use PyGTK (http://www.pygtk.org/) and PyQt
+(http://www.riverbankcomputing.co.uk/software/pyqt/) to display image previews,
+those are optional dependencies.
+
 This is a typical list of build dependencies for a Debian/Ubuntu system:
 
- * python-all-dev (≥ 3.2)
+ * python-all-dev (≥ 3.3)
  * libexiv2-dev (≥ 0.20)
  * libboost-python-dev (≥ 1.48)
  * g++
@@ -72,7 +76,7 @@
 ===
 
 Copyright (C) 2006-2011 Olivier Tilloy 
-Copyright (C) 2015-2018 Vincent Vande Vyvre 
+Copyright (C) 2015-2019 Vincent Vande Vyvre 
 
 py3exiv2 is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License version 3 as published by the Free
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.6.1/setup.py new/py3exiv2-0.7.1/setup.py
--- old/py3exiv2-0.6.1/setup.py 2019-02-06 20:31:14.0 +0100
+++ new/py3exiv2-0.7.1/setup.py 20

commit python-exiv2 for openSUSE:Factory

2019-04-23 Thread root
Hello community,

here is the log from the commit of package python-exiv2 for openSUSE:Factory 
checked in at 2019-04-23 14:35:22

Comparing /work/SRC/openSUSE:Factory/python-exiv2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-exiv2.new.5536 (New)


Package is "python-exiv2"

Tue Apr 23 14:35:22 2019 rev:4 rq:692487 version:0.6.1

Changes:

--- /work/SRC/openSUSE:Factory/python-exiv2/python-exiv2.changes
2019-02-04 14:25:06.965062176 +0100
+++ /work/SRC/openSUSE:Factory/.python-exiv2.new.5536/python-exiv2.changes  
2019-04-23 14:35:23.725444879 +0200
@@ -1,0 +2,6 @@
+Mon Apr  8 19:10:25 UTC 2019 - Andreas Schneider 
+
+- Update to version 0.6.1
+  * Add the streaming of the preview data
+
+---

Old:

  py3exiv2-0.5.0.tar.gz

New:

  py3exiv2-0.6.1.tar.gz



Other differences:
--
++ python-exiv2.spec ++
--- /var/tmp/diff_new_pack.PnvP88/_old  2019-04-23 14:35:24.325445303 +0200
+++ /var/tmp/diff_new_pack.PnvP88/_new  2019-04-23 14:35:24.329445306 +0200
@@ -20,7 +20,7 @@
 # This is a python3 only package
 %define skip_python2 1
 Name:   python-exiv2
-Version:0.5.0
+Version:0.6.1
 Release:0
 Summary:Python3 bindings for the exiv2 library
 License:GPL-3.0-only

++ py3exiv2-0.5.0.tar.gz -> py3exiv2-0.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.5.0/DESCRIPTION.rst 
new/py3exiv2-0.6.1/DESCRIPTION.rst
--- old/py3exiv2-0.5.0/DESCRIPTION.rst  2015-02-04 14:56:25.0 +0100
+++ new/py3exiv2-0.6.1/DESCRIPTION.rst  2019-02-06 15:38:28.0 +0100
@@ -9,6 +9,8 @@
 
 python3-exiv2 is distributed under the GPL version 3 license.
 
+[![Downloads](https://pepy.tech/badge/py3exiv2)](https://pepy.tech/project/py3exiv2)
+
 The main content of the code was initially written by Olivier Tilloy for 
Python 2 under the name pyexiv2.
 
 py3exiv2 depends on the following libraries:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.5.0/PKG-INFO new/py3exiv2-0.6.1/PKG-INFO
--- old/py3exiv2-0.5.0/PKG-INFO 2019-01-30 12:16:29.0 +0100
+++ new/py3exiv2-0.6.1/PKG-INFO 2019-02-06 20:33:41.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: py3exiv2
-Version: 0.5.0
+Version: 0.6.1
 Summary: A Python3 binding to the library exiv2
 Home-page: https://launchpad.net/py3exiv2
 Author: Vincent Vande Vyvre
@@ -17,6 +17,8 @@
 
 python3-exiv2 is distributed under the GPL version 3 license.
 
+
[![Downloads](https://pepy.tech/badge/py3exiv2)](https://pepy.tech/project/py3exiv2)
+
 The main content of the code was initially written by Olivier Tilloy 
for Python 2 under the name pyexiv2.
 
 py3exiv2 depends on the following libraries:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.5.0/setup.py new/py3exiv2-0.6.1/setup.py
--- old/py3exiv2-0.5.0/setup.py 2019-01-30 11:49:14.0 +0100
+++ new/py3exiv2-0.6.1/setup.py 2019-02-06 20:31:14.0 +0100
@@ -43,7 +43,7 @@
 
 setup(
 name='py3exiv2',
-version='0.5.0',
+version='0.6.1',
 description='A Python3 binding to the library exiv2',
 long_description=long_description,
 url='https://launchpad.net/py3exiv2',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.5.0/src/exiv2wrapper.cpp 
new/py3exiv2-0.6.1/src/exiv2wrapper.cpp
--- old/py3exiv2-0.5.0/src/exiv2wrapper.cpp 2019-01-29 12:31:06.0 
+0100
+++ new/py3exiv2-0.6.1/src/exiv2wrapper.cpp 2019-02-05 09:28:36.0 
+0100
@@ -82,18 +82,11 @@
 }
 }
 
-#ifdef HAVE_EXIV2_ERROR_CODE
 catch (Exiv2::Error& err) 
 {
+//std::cout << " Caught Exiv2 exception '" << err.code() << "'\n";
 error = err;
 }
-#else
-catch (Exiv2::Error& err)
-{
-std::cout << "Caught Exiv2 exception '" << err << "'\n";
-error = err;
-}
-#endif
 // Re-acquire the GIL
 Py_END_ALLOW_THREADS
 
@@ -171,17 +164,12 @@
 _xmpData = &_image->xmpData();
 _dataRead = true;
 }
-#ifdef HAVE_EXIV2_ERROR_CODE
+
 catch (Exiv2::Error& err) 
 {
+//std::cout << " Caught Exiv2 exception '" << err.code() << "'\n";
 error = err;
 }
-#else
-catch (Exiv2::Error& err)
-{
-error = err;
-}
-#endif
 
 // Re-acquire the GIL
 Py_END_ALLOW_THREADS
@@ -212,17 +200,12 @@
 {
 _image->writeMetadata();
 }
-#ifdef HAVE_EXIV2_ERROR_CODE
+
 catch (Exiv2::Error& err) 
 {
+//std::cou

commit python-exiv2 for openSUSE:Factory

2019-02-04 Thread root
Hello community,

here is the log from the commit of package python-exiv2 for openSUSE:Factory 
checked in at 2019-02-04 14:25:05

Comparing /work/SRC/openSUSE:Factory/python-exiv2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-exiv2.new.28833 (New)


Package is "python-exiv2"

Mon Feb  4 14:25:05 2019 rev:3 rq:670892 version:0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-exiv2/python-exiv2.changes
2018-06-28 15:15:02.275414928 +0200
+++ /work/SRC/openSUSE:Factory/.python-exiv2.new.28833/python-exiv2.changes 
2019-02-04 14:25:06.965062176 +0100
@@ -1,0 +2,13 @@
+Thu Jan 31 14:57:44 UTC 2019 - Andreas Schneider 
+
+- Update to version 0.5.0
+  * Several fixes for exiv2-0.27
+- Removed exiv2-1.0.27.patch (fixed upstream)
+
+---
+Tue Jan 29 11:22:25 UTC 2019 - Tomáš Chvátal 
+
+- Add patch to build with latest exiv2 releases:
+  * exiv2-1.0.27.patch
+
+---

Old:

  py3exiv2-0.3.0.tar.gz

New:

  py3exiv2-0.5.0.tar.gz



Other differences:
--
++ python-exiv2.spec ++
--- /var/tmp/diff_new_pack.3e5cSb/_old  2019-02-04 14:25:07.477061934 +0100
+++ /var/tmp/diff_new_pack.3e5cSb/_new  2019-02-04 14:25:07.477061934 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-exiv2
 #
-# 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,32 +12,29 @@
 # 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-%{**}}
-
 # This is a python3 only package
 %define skip_python2 1
-
 Name:   python-exiv2
-Version:0.3.0
+Version:0.5.0
 Release:0
 Summary:Python3 bindings for the exiv2 library
 License:GPL-3.0-only
 Group:  Development/Languages/Python
-Url:https://launchpad.net/py3exiv2
+URL:https://launchpad.net/py3exiv2
 Source: 
https://files.pythonhosted.org/packages/source/p/py3exiv2/py3exiv2-%{version}.tar.gz
-
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libboost_python3-devel
-BuildRequires:  libexiv2-devel
+BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
-
+BuildRequires:  pkgconfig(exiv2)
 %python_subpackages
 
 %description

++ py3exiv2-0.3.0.tar.gz -> py3exiv2-0.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.3.0/PKG-INFO new/py3exiv2-0.5.0/PKG-INFO
--- old/py3exiv2-0.3.0/PKG-INFO 2018-05-15 12:57:16.0 +0200
+++ new/py3exiv2-0.5.0/PKG-INFO 2019-01-30 12:16:29.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: py3exiv2
-Version: 0.3.0
+Version: 0.5.0
 Summary: A Python3 binding to the library exiv2
 Home-page: https://launchpad.net/py3exiv2
 Author: Vincent Vande Vyvre
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.3.0/setup.cfg new/py3exiv2-0.5.0/setup.cfg
--- old/py3exiv2-0.3.0/setup.cfg2018-05-15 12:57:16.0 +0200
+++ new/py3exiv2-0.5.0/setup.cfg2019-01-30 12:16:29.0 +0100
@@ -1,5 +1,4 @@
 [egg_info]
-tag_svn_revision = 0
 tag_build = 
 tag_date = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.3.0/setup.py new/py3exiv2-0.5.0/setup.py
--- old/py3exiv2-0.3.0/setup.py 2018-05-15 11:16:06.0 +0200
+++ new/py3exiv2-0.5.0/setup.py 2019-01-30 11:49:14.0 +0100
@@ -43,7 +43,7 @@
 
 setup(
 name='py3exiv2',
-version='0.3.0',
+version='0.5.0',
 description='A Python3 binding to the library exiv2',
 long_description=long_description,
 url='https://launchpad.net/py3exiv2',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.3.0/src/exiv2wrapper.cpp 
new/py3exiv2-0.5.0/src/exiv2wrapper.cpp
--- old/py3exiv2-0.3.0/src/exiv2wrapper.cpp 2018-05-15 08:43:21.0 
+0200
+++ new/py3exiv2-0.5.0/src/exiv2wrapper.cpp 2019-01-29 12:31:06.0 
+0100
@@ -29,6 +29,7 @@
 #include "boost/python/stl_iterator.hpp"
 #include 
 
+
 // Custom error codes for Exiv2 exceptions
 #define METADATA_NOT_READ 101
 

commit python-exiv2 for openSUSE:Factory

2018-06-28 Thread root
Hello community,

here is the log from the commit of package python-exiv2 for openSUSE:Factory 
checked in at 2018-06-28 15:14:58

Comparing /work/SRC/openSUSE:Factory/python-exiv2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-exiv2.new (New)


Package is "python-exiv2"

Thu Jun 28 15:14:58 2018 rev:2 rq:619553 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-exiv2/python-exiv2.changes
2018-05-11 14:28:02.096615498 +0200
+++ /work/SRC/openSUSE:Factory/.python-exiv2.new/python-exiv2.changes   
2018-06-28 15:15:02.275414928 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 09:38:11 UTC 2018 - a...@cryptomilk.org
+
+- Update to version 0.3.0
+  * Add some convenient functions
+
+---

Old:

  py3exiv2-0.2.1.tar.gz

New:

  py3exiv2-0.3.0.tar.gz



Other differences:
--
++ python-exiv2.spec ++
--- /var/tmp/diff_new_pack.tdBLxE/_old  2018-06-28 15:15:03.947411866 +0200
+++ /var/tmp/diff_new_pack.tdBLxE/_new  2018-06-28 15:15:03.947411866 +0200
@@ -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
 

++ py3exiv2-0.2.1.tar.gz -> py3exiv2-0.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.2.1/PKG-INFO new/py3exiv2-0.3.0/PKG-INFO
--- old/py3exiv2-0.2.1/PKG-INFO 2016-08-17 04:53:33.0 +0200
+++ new/py3exiv2-0.3.0/PKG-INFO 2018-05-15 12:57:16.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: py3exiv2
-Version: 0.2.1
+Version: 0.3.0
 Summary: A Python3 binding to the library exiv2
 Home-page: https://launchpad.net/py3exiv2
 Author: Vincent Vande Vyvre
@@ -39,6 +39,8 @@
 Classifier: Topic :: Software Development
 Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
 Classifier: Programming Language :: C++
-Classifier: Programming Language :: Python :: 3.2
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.2.1/README new/py3exiv2-0.3.0/README
--- old/py3exiv2-0.2.1/README   2015-02-04 23:13:05.0 +0100
+++ new/py3exiv2-0.3.0/README   2018-05-15 11:11:47.0 +0200
@@ -72,7 +72,7 @@
 ===
 
 Copyright (C) 2006-2011 Olivier Tilloy 
-Copyright (C) 2015 Vincent Vande Vyvre 
+Copyright (C) 2015-2018 Vincent Vande Vyvre 
 
 py3exiv2 is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License version 3 as published by the Free
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.2.1/setup.cfg new/py3exiv2-0.3.0/setup.cfg
--- old/py3exiv2-0.2.1/setup.cfg2016-08-17 04:53:33.0 +0200
+++ new/py3exiv2-0.3.0/setup.cfg2018-05-15 12:57:16.0 +0200
@@ -1,5 +1,5 @@
 [egg_info]
 tag_svn_revision = 0
-tag_date = 0
 tag_build = 
+tag_date = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py3exiv2-0.2.1/setup.py new/py3exiv2-0.3.0/setup.py
--- old/py3exiv2-0.2.1/setup.py 2016-08-17 04:52:10.0 +0200
+++ new/py3exiv2-0.3.0/setup.py 2018-05-15 11:16:06.0 +0200
@@ -36,14 +36,14 @@
 if '.so' in l:
 l = l.split('.so')[0]
 # Assume there's no longer p