Flickrapi

Latest version: v2.4.0

Safety actively analyzes 621892 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

2.4

--------------------------------

- Fix parameter naming conflict: 'method_name' parameter from `do_flickr_call()` clashed with
'method_name' parameter required by the Flickr API method `flickr.reflection.getMethodInfo` (since [952c133](https://github.com/sybrenstuvel/flickrapi/commit/952c133)
- Fixed typos [[ Pull request 86 ]](https://github.com/sybrenstuvel/flickrapi/pull/86) (Daniel Hohard)
- Fixed infinite recursion calling `FlickrAccessToken.str()`
- Drop support for EOL Python 3.3 (by hugovk)
- Use latest pip and enable cache on travis [[ Pull request 100 ]](https://github.com/sybrenstuvel/flickrapi/pull/100)
(Thijs Triemstra)
- Properly include text files in `setup.py` [[ Pull request 101 ]](https://github.com/sybrenstuvel/flickrapi/pull/101)
(Thijs Triemstra)

2.3

--------------------------------

- Include README.md and CHANGELOG.md in the package data.
- Removed flickrapi/contrib.py, as a persistent connection is now managed (much better)
by requests (since [cdeb6ffea26](https://github.com/sybrenstuvel/flickrapi/commit/cdeb6ffea26)).
- Late-import module `webbrowser`, only when needed (Thijs Triemstra)
[[ Pull request 78 ]](https://github.com/sybrenstuvel/flickrapi/pull/78)
- Perform explicit commit after inserting auth token (Joshua Hunter)
[[ Bug report 75 ]](https://github.com/sybrenstuvel/flickrapi/pull/75)
[[ Pull request 76 ]](https://github.com/sybrenstuvel/flickrapi/pull/76)
- Configured Tox & Travis to test on Python 3.6 as well.
- Timeout for API calls.
[[ Feature Request 27 ]](https://github.com/sybrenstuvel/flickrapi/issues/27)
- Late-import SQLite3 to allow running on Heroku (and other systems).
[[ Feature Request 81 ]](https://github.com/sybrenstuvel/flickrapi/issues/81)
- Fixed using obsolete `func_name` attribute.
[[ Bug report 80 ]](https://github.com/sybrenstuvel/flickrapi/issues/80)

2.2.1

----------------------------------

- Converted the old changelog (on [stuvel.eu](https://stuvel.eu/flickrapi/changelog))
from HTML to MarkDown, and added that to this file.
- Added some missing changes to the version 2.2 section.

2.2

--------------------------------

- Added this changelog file.
- Added explicit support for Python 3.5.
- Moved from a Mercurial repository at BitBucket to a [Git repository
at GitHub](https://github.com/sybrenstuvel/flickrapi/).
- Mocking some calls to Flickr, so that unit tests can run without
requiring the user to authenticate via the browser. This also
prevents the upload of the test photo.
- More serious testing, using py.test and Tox to test on all support
versions of Python.
- Automated builds are performed with Travis-CI.
- Make flickrapi token storage directory configurable.
[[ Feature request 68 ]](https://github.com/sybrenstuvel/flickrapi/issues/68)
- Put requests in a session to benefit from connection reuse (Alexandre L).
- When uploading a photo, send the title as UTF8
- Sort many photosets with 'flickr.photosets.orderSets' failed
[[ Bug report 74]](https://github.com/sybrenstuvel/flickrapi/issues/74)
- Converted requested_permissions to unicode and ported authentication
example to Python 3 (Michael Klich).

2.1.2

----------------------------------

- Added error checking (and raising of `FlickrError`) from the parsed-json handler

2.1.1

----------------------------------

- Bumped version to 2.1.1 due to some mistake with pypi

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.