Skip to content

Commit cc71a00

Browse files
committed
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 (NetBSD#77, NetBSD#78, NetBSD#80) - new authentication context architecture See Net::Amazon::S3::Authorization::IAM for future incompatiblity warning
1 parent 42d721e commit cc71a00

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

net/p5-Net-Amazon-S3/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.34 2020/08/31 18:10:41 wiz Exp $
1+
# $NetBSD: Makefile,v 1.35 2020/09/07 12:17:33 wiz Exp $
22

3-
DISTNAME= Net-Amazon-S3-0.89
3+
DISTNAME= Net-Amazon-S3-0.91
44
PKGNAME= p5-${DISTNAME}
5-
PKGREVISION= 1
65
CATEGORIES= net perl5
76
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
87

@@ -24,6 +23,7 @@ DEPENDS+= p5-MooseX-StrictConstructor>=0.16:../../devel/p5-MooseX-StrictConstruc
2423
DEPENDS+= p5-MooseX-Types-DateTime>=0.07:../../time/p5-MooseX-Types-DateTime
2524
DEPENDS+= p5-MooseX-Types-DateTime-MoreCoercions>=0.07:../../time/p5-MooseX-Types-DateTime-MoreCoercions
2625
DEPENDS+= p5-Regexp-Common>=0:../../textproc/p5-Regexp-Common
26+
DEPENDS+= p5-Safe-Isa-[0-9]*:../../devel/p5-Safe-Isa
2727
DEPENDS+= p5-Sub-Override>=0:../../devel/p5-Sub-Override
2828
DEPENDS+= p5-URI>=0:../../www/p5-URI
2929
DEPENDS+= p5-XML-LibXML>=0:../../textproc/p5-XML-LibXML
@@ -33,6 +33,7 @@ TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
3333
TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
3434
TEST_DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime
3535
TEST_DEPENDS+= p5-Test-LoadAllModules-[0-9]*:../../devel/p5-Test-LoadAllModules
36+
TEST_DEPENDS+= p5-Test-LWP-UserAgent-[0-9]*:../../www/p5-Test-LWP-UserAgent
3637
#Warning: prerequisite File::Find::Rule 0 not found.
3738
#Warning: prerequisite MIME::Types 0 not found.
3839
#Warning: prerequisite Term::Encoding 0 not found.

net/p5-Net-Amazon-S3/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.13 2020/04/21 11:08:53 mef Exp $
1+
$NetBSD: distinfo,v 1.14 2020/09/07 12:17:33 wiz Exp $
22

3-
SHA1 (Net-Amazon-S3-0.89.tar.gz) = f2a9107e468675db7dd31eff0282c17f327f5c04
4-
RMD160 (Net-Amazon-S3-0.89.tar.gz) = 3b95d4cffa0d563fde236e53a61d9855d47d0f10
5-
SHA512 (Net-Amazon-S3-0.89.tar.gz) = d3f03abe5bce938dfddaf3dba801553902216740c57acec195c7a07dbbffa0754c3bdc70c09baf363be3016984243ad673d442aa7ea8ed82c53057b175dd32bd
6-
Size (Net-Amazon-S3-0.89.tar.gz) = 87563 bytes
3+
SHA1 (Net-Amazon-S3-0.91.tar.gz) = 3da3fcba146c648d2f45f605dd20a6a54c7af0f6
4+
RMD160 (Net-Amazon-S3-0.91.tar.gz) = 1b2f022b7229dcac84652c985e567a54001603b8
5+
SHA512 (Net-Amazon-S3-0.91.tar.gz) = 5f40476b1771eb74234cf1f2205047866ced7a693318696464c53e310ea06b04b5783613417c6f221333df6502a55fdb1ae0a02b2c3145daa00ecd247428f1d3
6+
Size (Net-Amazon-S3-0.91.tar.gz) = 97265 bytes

0 commit comments

Comments
 (0)