python-flickrapi 1.4.2
Flicker python bindings
http://stuvel.eu/projects/flickrapi
Packager: Mehmet Özdemir
License: GPLv2
Actions
Binary packages
Release history
Release | Release date | Version | Updater | Comment |
---|---|---|---|---|
5 | 2010-08-17 | 1.4.2 | Necdet Yücel | Version bump, change package name |
4 | 2009-02-03 | 1.2 | Türker Sezer | fix sandbox violation |
3 | 2009-01-05 | 1.2 | Recep Kırmızı | Some methods have been deprecated in version 1.1, which are now removed. Those are the class methods: - test_failure - get_printable_error - get_rsp_error_code - get_rsp_error_msg The default parser format has been changed from XMLNode to ElementTree. Either convert your code to use the new ElementTree parser, or pass the ``format='xmlnode'`` parameter to the FlickrAPI constructor. The upload and replace methods now use the format parameter, so if you use ElementTree as the parser, you'll now also get an ElementTree response from uploading and replacing photos. To keep the old behaviour you can pass ``format='xmlnode'`` to those methods. |
2 | 2008-08-30 | 1.1 | Recep Kırmızı | Bump. |
1 | 2007-09-30 | 0.14 | Recep Kırmızı | First release. |