Sun Dec 4 15:37:42 2022 UTC ()
www/ruby-aws-partitions: update to 1.670.0

1.670.0 (2022-12-01)

* Feature - Added support for enumerating regions for Aws::Pipes.
* Feature - Added support for enumerating regions for Aws::CodeCatalyst.

1.669.0 (2022-11-30)

* Feature - Added support for enumerating regions for
  Aws::SageMakerGeospatial.
* Feature - Added support for enumerating regions for Aws::DocDBElastic.

1.668.0 (2022-11-29)

* Feature - Added support for enumerating regions for Aws::SimSpaceWeaver.
* Feature - Added support for enumerating regions for Aws::SecurityLake.
* Feature - Added support for enumerating regions for Aws::OpenSearchServerless.
* Feature - Added support for enumerating regions for Aws::Omics.

1.667.0 (2022-11-29)

* Feature - Added support for enumerating regions for Aws::ARCZonalShift.

1.666.0 (2022-11-28)

* Feature - Added support for enumerating regions for Aws::OAM.

1.665.0 (2022-11-22)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.664.0 (2022-11-18)

* Feature - Added support for enumerating regions for Aws::IoTRoboRunner.
* Feature - Added support for enumerating regions for Aws::ChimeSDKVoice.

1.663.0 (2022-11-17)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.662.0 (2022-11-16)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.661.0 (2022-11-15)

* Feature - Added support for enumerating regions for Aws::SsmSap.

1.660.0 (2022-11-11)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.659.0 (2022-11-10)

* Feature - Added support for enumerating regions for Aws::Scheduler.

1.658.0 (2022-11-08)

* Feature - Added support for enumerating regions for Aws::ResourceExplorer2.

1.657.0 (2022-11-07)
1.656.0 (2022-11-04)
1.655.0 (2022-11-02)
1.654.0 (2022-10-31)
1.653.0 (2022-10-28)
1.652.0 (2022-10-27)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.651.0 (2022-10-25)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.
* Feature - Add a metadata method to Partition to supplement endpoint
  generation in service gems.

1.650.0 (2022-10-24)
1.649.0 (2022-10-20)
1.648.0 (2022-10-19)
1.647.0 (2022-10-18)
1.646.0 (2022-10-14)
1.645.0 (2022-10-13)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.


(taca)
diff -r1.9 -r1.10 pkgsrc/www/ruby-aws-partitions/Makefile
diff -r1.1 -r1.2 pkgsrc/www/ruby-aws-partitions/PLIST
diff -r1.11 -r1.12 pkgsrc/www/ruby-aws-partitions/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/www/ruby-aws-partitions/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ruby-aws-partitions/Makefile 2022/10/09 09:02:03 1.9
+++ pkgsrc/www/ruby-aws-partitions/Makefile 2022/12/04 15:37:41 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.9 2022/10/09 09:02:03 taca Exp $ 1# $NetBSD: Makefile,v 1.10 2022/12/04 15:37:41 taca Exp $
2 2
3DISTNAME= aws-partitions-1.644.0 3DISTNAME= aws-partitions-1.670.0
4CATEGORIES= www 4CATEGORIES= www
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/aws/aws-sdk-ruby 7HOMEPAGE= https://github.com/aws/aws-sdk-ruby
8COMMENT= Information about AWS partitions, regions, and services 8COMMENT= Information about AWS partitions, regions, and services
9LICENSE= apache-2.0 9LICENSE= apache-2.0
10 10
11USE_LANGUAGES= # none 11USE_LANGUAGES= # none
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/www/ruby-aws-partitions/PLIST (expand / switch to unified diff)

--- pkgsrc/www/ruby-aws-partitions/PLIST 2021/08/30 15:05:53 1.1
+++ pkgsrc/www/ruby-aws-partitions/PLIST 2022/12/04 15:37:41 1.2
@@ -1,13 +1,14 @@ @@ -1,13 +1,14 @@
1@comment $NetBSD: PLIST,v 1.1 2021/08/30 15:05:53 taca Exp $ 1@comment $NetBSD: PLIST,v 1.2 2022/12/04 15:37:41 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/CHANGELOG.md 3${GEM_LIBDIR}/CHANGELOG.md
4${GEM_LIBDIR}/LICENSE.txt 4${GEM_LIBDIR}/LICENSE.txt
5${GEM_LIBDIR}/VERSION 5${GEM_LIBDIR}/VERSION
6${GEM_LIBDIR}/lib/aws-partitions.rb 6${GEM_LIBDIR}/lib/aws-partitions.rb
7${GEM_LIBDIR}/lib/aws-partitions/endpoint_provider.rb 7${GEM_LIBDIR}/lib/aws-partitions/endpoint_provider.rb
8${GEM_LIBDIR}/lib/aws-partitions/partition.rb 8${GEM_LIBDIR}/lib/aws-partitions/partition.rb
9${GEM_LIBDIR}/lib/aws-partitions/partition_list.rb 9${GEM_LIBDIR}/lib/aws-partitions/partition_list.rb
10${GEM_LIBDIR}/lib/aws-partitions/region.rb 10${GEM_LIBDIR}/lib/aws-partitions/region.rb
11${GEM_LIBDIR}/lib/aws-partitions/service.rb 11${GEM_LIBDIR}/lib/aws-partitions/service.rb
 12${GEM_LIBDIR}/partitions-metadata.json
12${GEM_LIBDIR}/partitions.json 13${GEM_LIBDIR}/partitions.json
13${GEM_HOME}/specifications/${GEM_NAME}.gemspec 14${GEM_HOME}/specifications/${GEM_NAME}.gemspec

cvs diff -r1.11 -r1.12 pkgsrc/www/ruby-aws-partitions/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-aws-partitions/distinfo 2022/10/09 09:02:03 1.11
+++ pkgsrc/www/ruby-aws-partitions/distinfo 2022/12/04 15:37:41 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2022/10/09 09:02:03 taca Exp $ 1$NetBSD: distinfo,v 1.12 2022/12/04 15:37:41 taca Exp $
2 2
3BLAKE2s (aws-partitions-1.644.0.gem) = 930141b59e323fbfaa7fc860cbcf4a8ac971eae489230ad4a89ed4ff0caa3304 3BLAKE2s (aws-partitions-1.670.0.gem) = 0aaeb9a5633eb1b22d318dec1c5c1bed4d95cbd6db44a6d569ea7c7c14135f8b
4SHA512 (aws-partitions-1.644.0.gem) = 1573103516cff595d7a373c5d2411b78bf0693e254293c14531b2cc66215dbdff5dd00fdb6ccf3a33ab5d61705903ecc7ef9ad9cf1f8ff47366d04652a45ee81 4SHA512 (aws-partitions-1.670.0.gem) = 7be45875967ffc7604fc5857008063a408a4cdf2c54174bfa3152109c77702d125a44f7f531813a26856449eaed4afd481f3082f70655e7ae91a84e1909ba824
5Size (aws-partitions-1.644.0.gem) = 50176 bytes 5Size (aws-partitions-1.670.0.gem) = 52736 bytes