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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f99bdf6c637ec78a751fd04b8afc35180cdd936e52365d9bc99602abc7f0cb0a
size 33818

3
Flickr-API-1.28.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:464b447b714ceb890ef52f0799c82c4f2906e0047fffb2e5c7d1338e08e199a5
size 46615

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 Sat Dec 5 10:07:17 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Flickr-API # spec file for package perl-Flickr-API
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Flickr-API Name: perl-Flickr-API
Version: 1.27 Version: 1.28
Release: 0 Release: 0
%define cpan_name Flickr-API %define cpan_name Flickr-API
Summary: Perl interface to the Flickr API Summary: Perl interface to the Flickr API
@@ -32,6 +32,7 @@ BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(HTTP::Message) >= 1.56 BuildRequires: perl(HTTP::Message) >= 1.56
BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(HTTP::Response) BuildRequires: perl(HTTP::Response)
BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Net::OAuth) BuildRequires: perl(Net::OAuth)
@@ -42,6 +43,7 @@ BuildRequires: perl(XML::Parser::Lite::Tree) >= 0.06
BuildRequires: perl(parent) BuildRequires: perl(parent)
Requires: perl(HTTP::Message) >= 1.56 Requires: perl(HTTP::Message) >= 1.56
Requires: perl(HTTP::Request) Requires: perl(HTTP::Request)
Requires: perl(HTTP::Request::Common)
Requires: perl(HTTP::Response) Requires: perl(HTTP::Response)
Requires: perl(LWP::UserAgent) Requires: perl(LWP::UserAgent)
Requires: perl(Net::OAuth) Requires: perl(Net::OAuth)