Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 27b72a1470 | |||
| 3f482cbe27 | |||
| f82570de21 | |||
| 64534c79e9 | |||
| db2f64e188 | |||
| c7ba640d4d | |||
| 38c2408a65 | |||
| 5ba6440a01 | |||
| daf18d6d79 | |||
| ca0eaf170b | |||
| cb2797368e | |||
| c58fe92efa |
3
0.17.3.tar.gz
Normal file
3
0.17.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ced6be2245fca6c787426eca43708f6b544c02f2075dc5becc9fd620bfc5ce4a
|
||||||
|
size 1670412
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0f7765c078eb8c26a93f9320df7c265c8d627cf28ce426373ea2cf9e7fd21b12
|
|
||||||
size 1819898
|
|
||||||
@@ -1,40 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Oct 28 08:55:30 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- Update to 0.18.0
|
|
||||||
* Removed features deprecated in v0.13.0:
|
|
||||||
Value (and derived types) copy constructors
|
|
||||||
Single value (such as DateValue) index methods
|
|
||||||
DataBuf indexing.
|
|
||||||
* Deprecated many BasicIo methods (read, write, seek, etc.) that should not
|
|
||||||
be needed in Python scripts. Please let me know if this is a problem.
|
|
||||||
* Deprecated copy, write, and read(buffer) methods of Value (and
|
|
||||||
subclasses) that should not be needed in Python scripts. Please let me
|
|
||||||
know if this is a problem.
|
|
||||||
* Deprecated copy and write methods of Metadatum (and subclasses) that
|
|
||||||
should not be needed in Python scripts. Please let me know if this is a
|
|
||||||
problem.
|
|
||||||
* Deprecated 'buffer interface' to BasicIo, DataBuf, and PreviewImage. They
|
|
||||||
all have 'data()' to get their contents.
|
|
||||||
* Added binary wheels for Linux on arm64.
|
|
||||||
* Exiv2 struct member names with a trailing underscore have more Pythonic
|
|
||||||
aliases without the underscore.
|
|
||||||
* Add data() method to exiv2.PreviewImage, deprecate pData() method.
|
|
||||||
* Add data() method to exiv2.Image. This will replace using Image.io().
|
|
||||||
* Add data() method to exiv2.DataValue.
|
|
||||||
* BasicIo.read (& readOrThrow) now extract count from the buffer size.
|
|
||||||
* Invalidate data iterators if data is deleted. (Requires swig >= 4.4)
|
|
||||||
* Deprecated iteration of exiv2 "data" structure types.
|
|
||||||
* API CHANGE: exiv2.LogMsg.pythonHandler is replaced by exiv2.pythonHandler
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Sep 26 06:51:44 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- Update to 0.17.5
|
|
||||||
* Binary wheels incorporate libexiv2 v0.28.7
|
|
||||||
- from version 0.17.4
|
|
||||||
* Binary wheels incorporate libexiv2 v0.28.5
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 24 10:47:20 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon Feb 24 10:47:20 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-exiv2
|
Name: python-exiv2
|
||||||
Version: 0.18.0
|
Version: 0.17.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python3 bindings for the exiv2 library
|
Summary: Python3 bindings for the exiv2 library
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
|||||||
Reference in New Issue
Block a user