Accepting request 435459 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/435459
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Flickr-API?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2016-10-17 06:41:51 +00:00
committed by Git OBS Bridge
parent db36169a94
commit 5c4a8acff8
4 changed files with 33 additions and 5 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Oct 15 05:30:02 UTC 2016 - coolo@suse.com
- updated to 1.28
see /usr/share/doc/packages/perl-Flickr-API/Changes
1.28, 2016-10-11
* Add Flickr::API::Upload
* Flickr::API Be more consistent using my ($self, $args,...) = @_; and not shift
* Flickr::API Change from using $options to $args for consistancy
* Flickr::API Add upload method
* Flickr::API add api_type method
* Flickr::API add api_permissions method
* Flickr::API stop using "return undef;"
* Flickr::API begin *_silently_* enforcing api_key/api_secret over key/secret
* Flickr::API::Response Be more consistent using my ($self, $args,...) = @_; and not shift
* Added MAKETEST_OAUTH_AUTHED=1 and/or MAKETEST_FLICKR_AUTHED=1 for testing to allow testing
actual calls without re-authenticating
* Added more info on testing to README
* changes to tests for authentication to allow bypassing
* changes to tests for authentication to allow permissions other than read
* changes to tests to detect if deprecated key/secret become api_key/api_secret
* changed script/flickr_dump_stored_config.pl to allow config file to be passed in ARGV
* changed script/flickr_make_stored_config.pl to shift configs from key/secret to
api_key/api_secret for Flickr Authentication and warn if key/secret are used.
-------------------------------------------------------------------
Sat Dec 5 10:07:17 UTC 2015 - coolo@suse.com