pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-aws-partitions



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec  4 15:37:42 UTC 2022

Modified Files:
        pkgsrc/www/ruby-aws-partitions: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-aws-partitions/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-aws-partitions/PLIST
cvs rdiff -u -r1.11 -r1.12 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.

Modified files:

Index: pkgsrc/www/ruby-aws-partitions/Makefile
diff -u pkgsrc/www/ruby-aws-partitions/Makefile:1.9 pkgsrc/www/ruby-aws-partitions/Makefile:1.10
--- pkgsrc/www/ruby-aws-partitions/Makefile:1.9 Sun Oct  9 09:02:03 2022
+++ pkgsrc/www/ruby-aws-partitions/Makefile     Sun Dec  4 15:37:41 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2022/10/09 09:02:03 taca Exp $
+# $NetBSD: Makefile,v 1.10 2022/12/04 15:37:41 taca Exp $
 
-DISTNAME=      aws-partitions-1.644.0
+DISTNAME=      aws-partitions-1.670.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-aws-partitions/PLIST
diff -u pkgsrc/www/ruby-aws-partitions/PLIST:1.1 pkgsrc/www/ruby-aws-partitions/PLIST:1.2
--- pkgsrc/www/ruby-aws-partitions/PLIST:1.1    Mon Aug 30 15:05:53 2021
+++ pkgsrc/www/ruby-aws-partitions/PLIST        Sun Dec  4 15:37:41 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/08/30 15:05:53 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/12/04 15:37:41 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/LICENSE.txt
@@ -9,5 +9,6 @@ ${GEM_LIBDIR}/lib/aws-partitions/partiti
 ${GEM_LIBDIR}/lib/aws-partitions/partition_list.rb
 ${GEM_LIBDIR}/lib/aws-partitions/region.rb
 ${GEM_LIBDIR}/lib/aws-partitions/service.rb
+${GEM_LIBDIR}/partitions-metadata.json
 ${GEM_LIBDIR}/partitions.json
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

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



Home | Main Index | Thread Index | Old Index