Hello community,

here is the log from the commit of package python-piexif for openSUSE:Factory 
checked in at 2018-10-31 13:16:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-piexif (Old)
 and      /work/SRC/openSUSE:Factory/.python-piexif.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-piexif"

Wed Oct 31 13:16:08 2018 rev:2 rq:645473 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-piexif/python-piexif.changes      
2018-06-02 12:03:06.915867586 +0200
+++ /work/SRC/openSUSE:Factory/.python-piexif.new/python-piexif.changes 
2018-10-31 13:20:52.555089051 +0100
@@ -1,0 +2,14 @@
+Tue Oct 30 01:49:58 UTC 2018 - Arun Persaud <[email protected]>
+
+- specfile:
+  * remove devel from noarch
+  * be more specific in %files section
+
+- update to version 1.1.1:
+  * Ignore XMP segment. Related to
+    https://github.com/hMatoba/Piexif/pull/74.
+
+- changes from version 1.1.0b:
+  * “load”, “insert”, and “remove” support WebP format.
+
+-------------------------------------------------------------------

Old:
----
  piexif-1.0.13.zip

New:
----
  piexif-1.1.1.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-piexif.spec ++++++
--- /var/tmp/diff_new_pack.yzCZ8C/_old  2018-10-31 13:20:53.663088012 +0100
+++ /var/tmp/diff_new_pack.yzCZ8C/_new  2018-10-31 13:20:53.663088012 +0100
@@ -12,27 +12,25 @@
 # 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-%{**}}
 Name:           python-piexif
-Version:        1.0.13
+Version:        1.1.1
 Release:        0
 Summary:        EXIF manipulations with python
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/hMatoba/Piexif
+URL:            https://github.com/hMatoba/Piexif
 Source:         
https://files.pythonhosted.org/packages/source/p/piexif/piexif-%{version}.zip
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module Pillow}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -55,6 +53,8 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE.txt
-%{python_sitelib}/*
+%dir %{python_sitelib}/piexif
+%{python_sitelib}/piexif/*
+%{python_sitelib}/piexif-%{version}-py*.egg-info
 
 %changelog


Reply via email to