Hello community,

here is the log from the commit of package python-ExifRead for openSUSE:Factory 
checked in at 2020-09-07 21:35:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ExifRead (Old)
 and      /work/SRC/openSUSE:Factory/.python-ExifRead.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ExifRead"

Mon Sep  7 21:35:12 2020 rev:3 rq:832672 version:2.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ExifRead/python-ExifRead.changes  
2020-05-28 09:17:32.536995284 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ExifRead.new.3399/python-ExifRead.changes    
    2020-09-07 21:35:42.129390380 +0200
@@ -1,0 +2,31 @@
+Mon Sep  7 06:31:09 UTC 2020 - Steve Kowalik <[email protected]>
+
+- Update to 2.3.1:
+  * Fix bug introduced with v2.3.0 in HEIC processing.
+  * Add notice on Python2 EOL
+  * Modernize code and improve testing, split up some huge functions
+  * Added support for webp file format (#116) by Grzegorz RuciƄski
+  * Add linting
+  * Added missing IFD data type; correct spelling mistake (#119) by Piero
+    Toffanin
+  * Add syntax highlight for README (#117) by John Lin
+  * Add Python 3.8 to CI (#113) by 2*yo
+  * make HEIC exif extractor much more compatible (#109) by Tony Guo
+  * Add black level tag (#108)
+  * Use list instead of tuple for classifiers (#107) by Florian Preinstorfer
+  * Add support for Python 3.5, 3.6, 3.7
+  * Drop official support for Python 2.6, 3.2, 3.3
+  * Fix for string count equals 0 (issue #67)
+  * Rebasing of struct pull requests: closes #54, closes #60 by Christopher
+    Chavez
+  * Refactor to use Python's struct module for packing/unpacking by Dave Jones
+  * Support floating point fields" by Reed Nightingale (reedbn)
+  * Raw images support by changing Tiff detection by xaumex
+  * Fix GPS information erroneously None (#96) by Christopher Chavez
+  * Initial HEIC support (Sam Rushing) 
+- Correct Source URL to not hardcode the version
+- Use python_bin_suffix to call correct script during check
+- Drop merged_pr_58.patch, included upstream
+- Refresh exif-samples-master.tar.gz
+
+-------------------------------------------------------------------

Old:
----
  ExifRead-2.1.2.tar.gz
  merged_pr_58.patch

New:
----
  ExifRead-2.3.1.tar.gz

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

Other differences:
------------------
++++++ python-ExifRead.spec ++++++
--- /var/tmp/diff_new_pack.KGiIhc/_old  2020-09-07 21:35:42.761390673 +0200
+++ /var/tmp/diff_new_pack.KGiIhc/_new  2020-09-07 21:35:42.761390673 +0200
@@ -18,15 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-ExifRead
-Version:        2.1.2
+Version:        2.3.1
 Release:        0
 Summary:        Module to read Exif metadata from TIFF and JPEG files
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
 URL:            https://pypi.python.org/pypi/ExifRead/%{version}
-Source:         
https://files.pythonhosted.org/packages/source/E/ExifRead/ExifRead-2.1.2.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/E/ExifRead/ExifRead-%{version}.tar.gz
 Source1:        
https://github.com/ianare/exif-samples/archive/master.tar.gz#/exif-samples-master.tar.gz
-Patch0:         
https://patch-diff.githubusercontent.com/raw/ianare/exif-py/pull/58.patch#/merged_pr_58.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -40,7 +38,6 @@
 
 %prep
 %setup -q -n ExifRead-%{version} -a1
-%patch0 -p1
 
 %build
 %python_build
@@ -52,8 +49,8 @@
 
 %check
 %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-find exif-samples-master -name "*.tiff" -o -name "*.jpg" -exec $python 
%{buildroot}%{_bindir}/EXIF.py {} \;
-find exif-samples-master -name "*.tiff" -o -name "*.jpg" -exec $python 
%{buildroot}%{_bindir}/EXIF.py -dc {} \;
+find exif-samples-master -name "*.tiff" -o -name "*.jpg" -exec $python 
%{buildroot}%{_bindir}/EXIF.py-%{python_bin_suffix} {} \;
+find exif-samples-master -name "*.tiff" -o -name "*.jpg" -exec $python 
%{buildroot}%{_bindir}/EXIF.py-%{python_bin_suffix} -dc {} \;
 }
 
 %post

++++++ ExifRead-2.1.2.tar.gz -> ExifRead-2.3.1.tar.gz ++++++
++++ 2586 lines of diff (skipped)

++++++ exif-samples-master.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-ExifRead/exif-samples-master.tar.gz 
/work/SRC/openSUSE:Factory/.python-ExifRead.new.3399/exif-samples-master.tar.gz 
differ: char 12, line 1


Reply via email to