CVS commit: pkgsrc/www/ruby-aws-partitions
"Takahiro Kambe" <[email protected]> Tue, 4 Aug 2026 14:36:24 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --_----------=_1785854184194970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Aug 4 14:36:24 UTC 2026 Modified Files: pkgsrc/www/ruby-aws-partitions: Makefile distinfo Log Message: www/ruby-aws-partitions: update to 1.277.0 1.1277.0 (2026-07-31) * Feature - Updated the partitions source data that determines the AWS service regions and endpoints. 1.1276.0 (2026-07-30) * Feature - Added support for enumerating regions for Aws::PricingPlanManager. 1.1275.0 (2026-07-29) * Feature - Updated the partitions source data that determines the AWS service regions and endpoints. 1.1274.0 (2026-07-27) * Feature - Updated the partitions source data that determines the AWS service regions and endpoints. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 pkgsrc/www/ruby-aws-partitions/Makefile cvs rdiff -u -r1.119 -r1.120 pkgsrc/www/ruby-aws-partitions/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1785854184194970 Content-Disposition: inline Content-Length: 1649 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-aws-partitions/Makefile diff -u pkgsrc/www/ruby-aws-partitions/Makefile:1.117 pkgsrc/www/ruby-aws-partitions/Makefile:1.118 --- pkgsrc/www/ruby-aws-partitions/Makefile:1.117 Sun Jul 26 14:19:38 2026 +++ pkgsrc/www/ruby-aws-partitions/Makefile Tue Aug 4 14:36:23 2026 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.117 2026/07/26 14:19:38 taca Exp $ +# $NetBSD: Makefile,v 1.118 2026/08/04 14:36:23 taca Exp $ -DISTNAME= aws-partitions-1.1273.0 +DISTNAME= aws-partitions-1.1277.0 CATEGORIES= www MAINTAINER= [email protected] Index: pkgsrc/www/ruby-aws-partitions/distinfo diff -u pkgsrc/www/ruby-aws-partitions/distinfo:1.119 pkgsrc/www/ruby-aws-partitions/distinfo:1.120 --- pkgsrc/www/ruby-aws-partitions/distinfo:1.119 Sun Jul 26 14:19:38 2026 +++ pkgsrc/www/ruby-aws-partitions/distinfo Tue Aug 4 14:36:23 2026 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.119 2026/07/26 14:19:38 taca Exp $ +$NetBSD: distinfo,v 1.120 2026/08/04 14:36:23 taca Exp $ -BLAKE2s (aws-partitions-1.1273.0.gem) = 5003c801a9c6b307d78d3cab0d49e11ecf9c262e602c5c782b6f1fa76859b873 -SHA512 (aws-partitions-1.1273.0.gem) = 316df25dd47e88aceffe6d4beeff39374f3a5d21dbbe586b3197bc9f2f7705f8826faf2f1f9767a2e9a0bd8fa6edf832dac88f37ae882a8abd66e7363cb480a3 -Size (aws-partitions-1.1273.0.gem) = 83456 bytes +BLAKE2s (aws-partitions-1.1277.0.gem) = b466c0750881e7cffc92d0d4ab9660e85109282ec5cde2c19cf93f8179ad2a73 +SHA512 (aws-partitions-1.1277.0.gem) = d15af86081c7660769b03459d5b84e5654670b6211c32945be5a3b3a0cbaff2c6fb94f95bfc724750111e763c109d1a8f427bb4da6617b49b5eaf22eefd6433a +Size (aws-partitions-1.1277.0.gem) = 83456 bytes --_----------=_1785854184194970--