lp:~osomon/pyexiv2/scons-check-python-version

Created by Olivier Tilloy and last modified
Get this branch:
bzr branch lp:~osomon/pyexiv2/scons-check-python-version
Only Olivier Tilloy can upload to this branch. If you are Olivier Tilloy please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Olivier Tilloy
Project:
pyexiv2
Status:
Merged

Recent revisions

362. By Olivier Tilloy

Check that Python ≥ 2.6 in the build script.
Fail gracefully and with a meaningful error message if this is not the case.

361. By Olivier Tilloy

Check the type before setting an XMP tag’s value and raise a TypeError if it doesn’t match.
Allow setting the value of a LangAlt tag to a single string, in which case it is automatically converted to {'x-default': value}.

360. By Olivier Tilloy

Allow assigning dates earlier than the year 1900.
This requires a custom DateTimeFormatter helper as Python’s strftime() doesn’t support years before 1900
(see http://docs.python.org/library/datetime.html#strftime-strptime-behavior for details).

359. By Olivier Tilloy

Fix timezone formatting when writing IPTC and XMP tags.
This introduces an optional dependency on python-tz in unit tests.

Original patch by Petri Damstén, thanks Petri!

358. By Olivier Tilloy

Do not try (and fail!) to encode non-unicode filenames.

357. By Olivier Tilloy

Always write extracted previews as binary files.
On windows this is necessary, otherwise the data written on disk is corrupted and results in bogus image files.

356. By Hobson Lane

Added a __repr__ method to the Rational class.

355. By Olivier Tilloy

Do not fail to parse rationals stored as '0/0'.
In the wonderful world of EXIF metadata, this means a null fraction, i.e. 0/1.

354. By Olivier Tilloy

Updated todo list, #2.

353. By Olivier Tilloy

Updated todo list.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:pyexiv2
This branch contains Public information 
Everyone can see this information.

Subscribers