p5-Net-Amazon-S3: update to 0.91.
0.91 2020-08-19 23:25 +0 - fix regressions introduced by 0.90 - undeclared dependency - broken usage of hashref argument in N:A:S3 construction 0.90 2020-08-18 16:00 +0 - Support intelligent_tiering, glacier, and deep_archive storage classes (thanks Sherwin Daganato) - Object availability predicate (thanks Emanuele Tomasi) - fix default region handling (#77, #78, #80) - new authentication context architecture See Net::Amazon::S3::Authorization::IAM for future incompatiblity warning
This commit is contained in:
parent
ed730d8d35
commit
bce720e096
2 changed files with 9 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.34 2020/08/31 18:10:41 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.35 2020/09/07 12:17:33 wiz Exp $
|
||||
|
||||
DISTNAME= Net-Amazon-S3-0.89
|
||||
DISTNAME= Net-Amazon-S3-0.91
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
||||
|
@ -24,6 +23,7 @@ DEPENDS+= p5-MooseX-StrictConstructor>=0.16:../../devel/p5-MooseX-StrictConstruc
|
|||
DEPENDS+= p5-MooseX-Types-DateTime>=0.07:../../time/p5-MooseX-Types-DateTime
|
||||
DEPENDS+= p5-MooseX-Types-DateTime-MoreCoercions>=0.07:../../time/p5-MooseX-Types-DateTime-MoreCoercions
|
||||
DEPENDS+= p5-Regexp-Common>=0:../../textproc/p5-Regexp-Common
|
||||
DEPENDS+= p5-Safe-Isa-[0-9]*:../../devel/p5-Safe-Isa
|
||||
DEPENDS+= p5-Sub-Override>=0:../../devel/p5-Sub-Override
|
||||
DEPENDS+= p5-URI>=0:../../www/p5-URI
|
||||
DEPENDS+= p5-XML-LibXML>=0:../../textproc/p5-XML-LibXML
|
||||
|
@ -33,6 +33,7 @@ TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
|
|||
TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
||||
TEST_DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime
|
||||
TEST_DEPENDS+= p5-Test-LoadAllModules-[0-9]*:../../devel/p5-Test-LoadAllModules
|
||||
TEST_DEPENDS+= p5-Test-LWP-UserAgent-[0-9]*:../../www/p5-Test-LWP-UserAgent
|
||||
#Warning: prerequisite File::Find::Rule 0 not found.
|
||||
#Warning: prerequisite MIME::Types 0 not found.
|
||||
#Warning: prerequisite Term::Encoding 0 not found.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.13 2020/04/21 11:08:53 mef Exp $
|
||||
$NetBSD: distinfo,v 1.14 2020/09/07 12:17:33 wiz Exp $
|
||||
|
||||
SHA1 (Net-Amazon-S3-0.89.tar.gz) = f2a9107e468675db7dd31eff0282c17f327f5c04
|
||||
RMD160 (Net-Amazon-S3-0.89.tar.gz) = 3b95d4cffa0d563fde236e53a61d9855d47d0f10
|
||||
SHA512 (Net-Amazon-S3-0.89.tar.gz) = d3f03abe5bce938dfddaf3dba801553902216740c57acec195c7a07dbbffa0754c3bdc70c09baf363be3016984243ad673d442aa7ea8ed82c53057b175dd32bd
|
||||
Size (Net-Amazon-S3-0.89.tar.gz) = 87563 bytes
|
||||
SHA1 (Net-Amazon-S3-0.91.tar.gz) = 3da3fcba146c648d2f45f605dd20a6a54c7af0f6
|
||||
RMD160 (Net-Amazon-S3-0.91.tar.gz) = 1b2f022b7229dcac84652c985e567a54001603b8
|
||||
SHA512 (Net-Amazon-S3-0.91.tar.gz) = 5f40476b1771eb74234cf1f2205047866ced7a693318696464c53e310ea06b04b5783613417c6f221333df6502a55fdb1ae0a02b2c3145daa00ecd247428f1d3
|
||||
Size (Net-Amazon-S3-0.91.tar.gz) = 97265 bytes
|
||||
|
|
Loading…
Reference in a new issue