Skip to content

Releases: jim-easterbrook/python-exiv2

python-exiv2-0.6.0

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 25 Oct 11:11
1/ Add Exiv2::PreviewManager to Python interface.

python-exiv2-0.5.3

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 23 Oct 11:26
1/ Binary wheels use libexiv2 version 0.27.5.

python-exiv2-0.5.2

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 18 Oct 12:51
1/ Fix several memory leaks.
2/ Create binary wheels for MacOS (as well as Linux and Windows).
3/ Fix problems installing on MSYS2 / MinGW.

python-exiv2-0.5.1

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 07 Oct 11:05
1/ Fix undefined symbol problem with Linux binary wheels.
2/ XmpProperties.registeredNamespaces() returns a Python dict.

python-exiv2-0.5.0

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 23 Sep 08:33
1/ API change: data iterators no longer have a "curr" method, as all the
methods of the datum it returned are directly accessible.
2/ The BasicIo class and its subclasses are no longer available from Python.

python-exiv2-0.4.0

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 16 Sep 07:33
1/ "Easy Access" functions have been added to the interface.
2/ Some unlikely to be used classes and functions have been removed from the
interface.
3/ MinGW installation is now more likely to work.

python-exiv2-0.3.1

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 14 Sep 11:50
1/ Windows: file names can include non-ascii characters.
2/ Linux: improved linking of libexiv2.so when it's included in Python
package.
3/ Include SWIG generated code for more versions of libexiv2.

python-exiv2-0.3.0

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 09 Sep 11:14
1/ Most enums are now in Python objects instead of exiv2 toplevel.
2/ Some exiv2 library calls now allow Python threads to run while they are
running.

python-exiv2-0.2.3

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 08 Sep 15:29
1/ Python "wheels" are now available for Linux Python 3.6 to 3.10

python-exiv2-0.2.2

Choose a tag to compare

@jim-easterbrook jim-easterbrook released this 06 Sep 11:18
1/ Python "wheels" are now available for Windows Python 3.5 to 3.9