15
0

- Version update to 2.4.0:

* 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
  * Fixed typos [ Pull request #86 ] (Daniel Hohard)
  * Fixed infinite recursion calling FlickrAccessToken.str()
  * Use latest pip and enable cache on travis [ Pull request #100 ] (Thijs Triemstra)
  * Properly include text files in setup.py [ Pull request #101 ] (Thijs Triemstra)
- Fix fdupes call

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2018-12-06 13:30:03 +00:00
committed by Git OBS Bridge
parent a9cc4172c6
commit bdceb5619d
4 changed files with 28 additions and 18 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Dec 6 13:28:39 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Version update to 2.4.0:
* 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
* Fixed typos [ Pull request #86 ] (Daniel Hohard)
* Fixed infinite recursion calling FlickrAccessToken.str()
* Use latest pip and enable cache on travis [ Pull request #100 ] (Thijs Triemstra)
* Properly include text files in setup.py [ Pull request #101 ] (Thijs Triemstra)
- Fix fdupes call
-------------------------------------------------------------------
Tue May 16 16:07:22 UTC 2017 - dmueller@suse.com