File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11python-exiv2 - Python interface to libexiv2
22http://github.com/jim-easterbrook/python-exiv2
3- Copyright (C) 2022-25 Jim Easterbrook jim@jim-easterbrook.me.uk
3+ Copyright (C) 2022-26 Jim Easterbrook jim@jim-easterbrook.me.uk
44
55This program is free software: you can redistribute it and/or
66modify it under the terms of the GNU General Public License as
@@ -16,6 +16,9 @@ You should have received a copy of the GNU General Public License
1616along with this program. If not, see
1717<http://www.gnu.org/licenses/>.
1818
19+ Changes in v0.18.1:
20+ 1/ Binary wheels incorporate libexiv2 v0.28.8
21+
1922Changes in v0.18.0:
2023 1/ Removed features deprecated in v0.13.0:
2124 Value (and derived types) copy constructors
Original file line number Diff line number Diff line change 1- python-exiv2 v\ 0.18.0
1+ python-exiv2 v\ 0.18.1
22======================
33
44python-exiv2 is a low level interface (or binding) to the exiv2 _ C++ library.
Original file line number Diff line number Diff line change 1- exiv2 == 0.18.0
1+ exiv2 == 0.18.1
22sphinx == 8.2.3
33sphinx-rtd-theme == 3.0.2
44enum_tools [sphinx ] >= 0.13
Original file line number Diff line number Diff line change 1010 os .environ ['PATH' ] = _dir + ';' + os .environ ['PATH' ]
1111
1212#: python-exiv2 version as a string
13- __version__ = "0.18.0 "
13+ __version__ = "0.18.1 "
1414#: python-exiv2 version as a tuple of ints
15- __version_tuple__ = tuple ((0 , 18 , 0 ))
15+ __version_tuple__ = tuple ((0 , 18 , 1 ))
1616
1717from exiv2 .extras import Exiv2Error
1818__all__ = ["Exiv2Error" ]
Original file line number Diff line number Diff line change 1010 os .environ ['PATH' ] = _dir + ';' + os .environ ['PATH' ]
1111
1212#: python-exiv2 version as a string
13- __version__ = "0.18.0 "
13+ __version__ = "0.18.1 "
1414#: python-exiv2 version as a tuple of ints
15- __version_tuple__ = tuple ((0 , 18 , 0 ))
15+ __version_tuple__ = tuple ((0 , 18 , 1 ))
1616
1717from exiv2 .extras import Exiv2Error
1818__all__ = ["Exiv2Error" ]
Original file line number Diff line number Diff line change 1010 os .environ ['PATH' ] = _dir + ';' + os .environ ['PATH' ]
1111
1212#: python-exiv2 version as a string
13- __version__ = "0.18.0 "
13+ __version__ = "0.18.1 "
1414#: python-exiv2 version as a tuple of ints
15- __version_tuple__ = tuple ((0 , 18 , 0 ))
15+ __version_tuple__ = tuple ((0 , 18 , 1 ))
1616
1717from exiv2 .extras import Exiv2Error
1818__all__ = ["Exiv2Error" ]
You can’t perform that action at this time.
0 commit comments