Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-exiv2 for openSUSE:Factory checked in at 2023-10-12 23:41:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-exiv2 (Old) and /work/SRC/openSUSE:Factory/.python-exiv2.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-exiv2" Thu Oct 12 23:41:44 2023 rev:10 rq:1117154 version:0.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-exiv2/python-exiv2.changes 2023-08-17 19:45:00.226953025 +0200 +++ /work/SRC/openSUSE:Factory/.python-exiv2.new.1807/python-exiv2.changes 2023-10-12 23:43:07.355098645 +0200 @@ -1,0 +2,35 @@ +Wed Oct 11 15:14:43 UTC 2023 - OndÅej Súkup <mimi...@gmail.com> + +- fix files section + +------------------------------------------------------------------- +Wed Oct 11 09:53:14 UTC 2023 - Matej Cepl <mc...@cepl.eu> + +- Update to 0.14.1: + - Added enums for XmpStruct and XmpArrayType + - Added method for copy-free access to XmpTextValue raw data. + - Fix occasional segfault with Image.io() of in-memory image + data. + - Add data() method to access Exiv2::StringValueBase raw bytes. + - Enable video support in binary wheels. + - Automatically cast Exiv2::Value return values to correct + type. + - Exiv2::byte* return values are converted to a simple buffer + object. + - Deprecated some superseded features. Use 'python -Wd' when + testing. + - Exiv2's Date & Time structs can be used from Python. + - Removed Value.downCast methods deprecated in v0.7.0. + - Reduced probability of segfaults by keeping references to + other objects. + - Fix iterator bug introduced in v0.10.0. (Issue #7.) +- Remove now superfluous py3exiv2-link-boost.patch + +------------------------------------------------------------------- +Thu Oct 5 11:22:05 UTC 2023 - Matej Cepl <mc...@cepl.eu> + +- Update to 0.12.0 + - Fix bug #2027823 (Compilation errors with exiv2-0.28) +- Remove the exiv2_0-28-0.patch patch again. + +------------------------------------------------------------------- @@ -6 +40,0 @@ -- Remove the exiv2_0-28-0.patch patch again. Old: ---- py3exiv2-0.12.3.tar.gz py3exiv2-link-boost.patch New: ---- 0.14.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-exiv2.spec ++++++ --- /var/tmp/diff_new_pack.G27vqH/_old 2023-10-12 23:43:07.955120364 +0200 +++ /var/tmp/diff_new_pack.G27vqH/_new 2023-10-12 23:43:07.959120509 +0200 @@ -17,16 +17,13 @@ Name: python-exiv2 -Version: 0.12.3 +Version: 0.14.1 Release: 0 Summary: Python3 bindings for the exiv2 library License: GPL-3.0-only Group: Development/Languages/Python URL: https://launchpad.net/py3exiv2 -# -Source0: https://files.pythonhosted.org/packages/source/p/py3exiv2/py3exiv2-%{version}.tar.gz -# -Patch0: py3exiv2-link-boost.patch +Source: https://github.com/jim-easterbrook/python-exiv2/archive/refs/tags/%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -48,7 +45,7 @@ easy manipulation of image metadata. %prep -%autosetup -p1 -n py3exiv2-%{version} +%autosetup -p1 %build %python_build @@ -58,7 +55,6 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch} %files %{python_files} -%{python_sitearch}/libexiv2python.*.so -%{python_sitearch}/pyexiv2 -%{python_sitearch}/py3exiv2-%{version}*-info +%{python_sitearch}/exiv2 +%{python_sitearch}/exiv2-%{version}*-info ++++++ py3exiv2-0.12.3.tar.gz -> 0.14.1.tar.gz ++++++ ++++ 494296 lines of diff (skipped)