From c58fe92efaa7c6d1ac758c644f657c434e316d960cb4c31731681c38e266ad91 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 25 Nov 2024 23:25:42 +0000 Subject: [PATCH] Accepting request 1226079 from home:smolsheep:upgrades - Update to 0.17.1: * Update README and INSTALL docs * Allow linux libdir name to be 'lib64' or 'lib' * Test localised exception with non-ASCII characters - Updates from 0.17.0: * API change: derived classes of BasicIo are omitted from Python. * enableBMFF() function is deprecated. * Documentation is available on https://python-exiv2.readthedocs.io/ - Updates from 0.16.2: * Removed AnyError alias of Exiv2Error exception. * Metadatum.print() method is no longer renamed to _print. * Improved handling of enums: * Enum results are returned as Python enum instead of int. * Passing ints as enum parameters is deprecated. * Added dict-like behaviour to "data" structs. * Log handlers can be set/cleared from Python. * SWIG v4.1.0 or later required to run SWIG. - Updates from 0.16.0: * Include native language support in Windows binary wheel builds. * API change: DateValue.getDate() returns Python dict. * API change: TimeValue.getTime() returns Python dict. * Deprecated: exiv2.Date and exiv2.Time objects. * Added buffer interface to PreviewImage * Set datum value from Python object directly instead of via string. * Moved Position enum to BasicIo class. * Moved CharsetId enum to CommentValue class. * Moved XmpArrayType and XmpStruct enums to XmpValue class. * Added enums for LogMsg.Level * More exiv2 structs are iterable for easy conversion to Python dict. - Updates from 0.15.0: * Added __version_tuple__ for easy runtime version testing. * exiv2.testVersion() can be called from Python. * exiv2.DataBuf can be created from Python data. * Most data() methods return a Python memoryview. * exiv2.DataBuf and exiv2.BasicIo have writeable Python buffer interface. OBS-URL: https://build.opensuse.org/request/show/1226079 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=26 --- 0.14.1.tar.gz | 3 --- 0.17.1.tar.gz | 3 +++ python-exiv2.changes | 43 +++++++++++++++++++++++++++++++++++++++++++ python-exiv2.spec | 4 ++-- 4 files changed, 48 insertions(+), 5 deletions(-) delete mode 100644 0.14.1.tar.gz create mode 100644 0.17.1.tar.gz diff --git a/0.14.1.tar.gz b/0.14.1.tar.gz deleted file mode 100644 index 2745ecc..0000000 --- a/0.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6f63e9343ce12c880f8b8654b94188285e31625b8a4396daac545c7de2b7457 -size 2237216 diff --git a/0.17.1.tar.gz b/0.17.1.tar.gz new file mode 100644 index 0000000..e743c2b --- /dev/null +++ b/0.17.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2984f8832c71dc206edd1dfe9b90b6cef34c9bafa1a8311baa284f8161602ace +size 1621149 diff --git a/python-exiv2.changes b/python-exiv2.changes index 6004761..7006a1d 100644 --- a/python-exiv2.changes +++ b/python-exiv2.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Sun Nov 24 09:33:03 UTC 2024 - Joshua Smith + +- Update to 0.17.1: + * Update README and INSTALL docs + * Allow linux libdir name to be 'lib64' or 'lib' + * Test localised exception with non-ASCII characters +- Updates from 0.17.0: + * API change: derived classes of BasicIo are omitted from Python. + * enableBMFF() function is deprecated. + * Documentation is available on + https://python-exiv2.readthedocs.io/ +- Updates from 0.16.2: + * Removed AnyError alias of Exiv2Error exception. + * Metadatum.print() method is no longer renamed to _print. + * Improved handling of enums: + * Enum results are returned as Python enum instead of int. + * Passing ints as enum parameters is deprecated. + * Added dict-like behaviour to "data" structs. + * Log handlers can be set/cleared from Python. + * SWIG v4.1.0 or later required to run SWIG. +- Updates from 0.16.0: + * Include native language support in Windows binary wheel builds. + * API change: DateValue.getDate() returns Python dict. + * API change: TimeValue.getTime() returns Python dict. + * Deprecated: exiv2.Date and exiv2.Time objects. + * Added buffer interface to PreviewImage + * Set datum value from Python object directly instead of via + string. + * Moved Position enum to BasicIo class. + * Moved CharsetId enum to CommentValue class. + * Moved XmpArrayType and XmpStruct enums to XmpValue class. + * Added enums for LogMsg.Level + * More exiv2 structs are iterable for easy conversion to Python + dict. +- Updates from 0.15.0: + * Added __version_tuple__ for easy runtime version testing. + * exiv2.testVersion() can be called from Python. + * exiv2.DataBuf can be created from Python data. + * Most data() methods return a Python memoryview. + * exiv2.DataBuf and exiv2.BasicIo have writeable Python buffer + interface. + ------------------------------------------------------------------- Wed Oct 11 15:14:43 UTC 2023 - Ondřej Súkup diff --git a/python-exiv2.spec b/python-exiv2.spec index 5d92972..2ef70cb 100644 --- a/python-exiv2.spec +++ b/python-exiv2.spec @@ -1,7 +1,7 @@ # # spec file for package python-exiv2 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-exiv2 -Version: 0.14.1 +Version: 0.17.1 Release: 0 Summary: Python3 bindings for the exiv2 library License: GPL-3.0-only