Package: python-flickrapi / 2.4-1

Metadata

Package Version Patches format
python-flickrapi 2.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
assertEquals | (download)

tests/test_tokencache.py | 24 12 + 12 - 0 !
1 file changed, 12 insertions(+), 12 deletions(-)

---
0556a7eb.patch | (download)

flickrapi/tokencache.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch] commit database after creating oauth_tokens table. fixes #75
Bug-Debian: https://bugs.debian.org/1092711

This change seems to be required in Python 3.6.0. It works correctly
without the db.commit() in 3.5.2 and earlier. Without the commit the
first table, oauth_cache_db_version, gets created, but oauth_tokens
does not.