Accepting request 317058 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/317058 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Flickr-API?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
02c1d6a855
commit
f525c6365d
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:958f2b2cc77340e1a079e9438c19dc0cef5c2a21a237d3048a5c2a75a69e31e9
|
|
||||||
size 20819
|
|
3
Flickr-API-1.15.tar.gz
Normal file
3
Flickr-API-1.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0dfef0955b6534377ad53859e658f1b77e30c2cd167ecc1ea3470086aad45f61
|
||||||
|
size 25442
|
@@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 16 08:47:28 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.15
|
||||||
|
see /usr/share/doc/packages/perl-Flickr-API/Changes
|
||||||
|
|
||||||
|
|
||||||
|
1.12, 1.13, 2015-06-09
|
||||||
|
* Cleaned up minor bugs found by testers, improved kwalitee
|
||||||
|
* Clarified licensing
|
||||||
|
|
||||||
|
1.14
|
||||||
|
* Added 5.008 as minimum Perl version
|
||||||
|
* Moving from XML::Simple to XML::LibXML::Simple
|
||||||
|
* Remove example from automatically installing in scripts (Request 105426)
|
||||||
|
* move dump and make config scripts to bin and made them install-worthy (Request 105426)
|
||||||
|
* Clarified licenses in examples (Request 105426)
|
||||||
|
* Rename oauth_export_config to export_config and add ability to export
|
||||||
|
Flickr's native, if deprecated, configuration. Similar renames and
|
||||||
|
reasons for export_storable_config and import_storable_config.
|
||||||
|
* Added a hashref of the response content in addition to a tree
|
||||||
|
* Added a number of accessor methods to Response.pm
|
||||||
|
* Made code a little more "Perl Best Practices"-ish
|
||||||
|
* Rename sign_args to _sign_args
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 15 08:42:29 UTC 2015 - coolo@suse.com
|
Mon Jun 15 08:42:29 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Flickr-API
|
Name: perl-Flickr-API
|
||||||
Version: 1.13
|
Version: 1.15
|
||||||
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
|
||||||
@@ -35,18 +35,19 @@ BuildRequires: perl(HTTP::Request)
|
|||||||
BuildRequires: perl(HTTP::Response)
|
BuildRequires: perl(HTTP::Response)
|
||||||
BuildRequires: perl(LWP::UserAgent)
|
BuildRequires: perl(LWP::UserAgent)
|
||||||
BuildRequires: perl(Net::OAuth)
|
BuildRequires: perl(Net::OAuth)
|
||||||
BuildRequires: perl(Term::ReadKey)
|
BuildRequires: perl(Test::Script)
|
||||||
BuildRequires: perl(URI) >= 1.18
|
BuildRequires: perl(URI) >= 1.18
|
||||||
|
BuildRequires: perl(XML::LibXML::Simple)
|
||||||
BuildRequires: perl(XML::Parser::Lite::Tree) >= 0.06
|
BuildRequires: perl(XML::Parser::Lite::Tree) >= 0.06
|
||||||
BuildRequires: perl(XML::Simple)
|
|
||||||
Requires: perl(HTTP::Message) >= 1.56
|
Requires: perl(HTTP::Message) >= 1.56
|
||||||
Requires: perl(HTTP::Request)
|
Requires: perl(HTTP::Request)
|
||||||
Requires: perl(HTTP::Response)
|
Requires: perl(HTTP::Response)
|
||||||
Requires: perl(LWP::UserAgent)
|
Requires: perl(LWP::UserAgent)
|
||||||
Requires: perl(Net::OAuth)
|
Requires: perl(Net::OAuth)
|
||||||
|
Requires: perl(Test::Script)
|
||||||
Requires: perl(URI) >= 1.18
|
Requires: perl(URI) >= 1.18
|
||||||
|
Requires: perl(XML::LibXML::Simple)
|
||||||
Requires: perl(XML::Parser::Lite::Tree) >= 0.06
|
Requires: perl(XML::Parser::Lite::Tree) >= 0.06
|
||||||
Requires: perl(XML::Simple)
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -55,7 +56,7 @@ An interface for using the Flickr API.
|
|||||||
'Flickr::API' is a subclass of the LWP::UserAgent manpage, so all of the
|
'Flickr::API' is a subclass of the LWP::UserAgent manpage, so all of the
|
||||||
various proxy, request limits, caching, etc are available. 'Flickr::API'
|
various proxy, request limits, caching, etc are available. 'Flickr::API'
|
||||||
can instantiate using either the Flickr Authentication (deprecated) or the
|
can instantiate using either the Flickr Authentication (deprecated) or the
|
||||||
OAuth Authentication.
|
OAuth Authentication. OAuth is handled using the Net::OAuth manpage.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
Reference in New Issue
Block a user