pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-aws-sdk-core



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 15 16:56:27 UTC 2024

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

Log Message:
www/ruby-aws-sdk-core: update to 3.205.0

3.205.0 (2024-09-11)

* Feature - Updated Aws::STS::Client with the latest API changes.

* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

* Feature - Updated Aws::SSO::Client with the latest API changes.

* Issue - Additional metrics collection in the User-Agent plugin.

3.204.0 (2024-09-10)

* Feature - Updated Aws::STS::Client with the latest API changes.

* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

* Feature - Updated Aws::SSO::Client with the latest API changes.

* Issue - Add support for ssl_cert and ssl_key configuration options to support mTLS.

3.203.0 (2024-09-03)

* Feature - Updated Aws::STS::Client with the latest API changes.

* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

* Feature - Updated Aws::SSO::Client with the latest API changes.

* Feature - Add support for Observability which includes a configuration, telemetry_provider and an OpenTelemetry-based telemetry provider.

3.202.2 (2024-08-30)

* Issue - revert auto-loading of bundled gems.

3.202.1 (2024-08-29)

* Issue - require default plugins when loading aws-sdk-core.

3.202.0 (2024-08-27)

* Feature - Updated Aws::STS::Client with the latest API changes.
* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
* Feature - Updated Aws::SSO::Client with the latest API changes.
* Issue - Reduce initial memory usage by auto-loading bundled gems (STS,
  SSO, SSOOIDC).

3.201.5 (2024-08-15)

* Issue - Allow legacy/undocumented sigv4_signer configuration to override
  resolved signer.
* Issue - Consider sigv4a supported without crt check.

3.201.4 (2024-08-08)

* Issue - Update waiters to handle expected boolean values when matching
  errors.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/ruby-aws-sdk-core/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ruby-aws-sdk-core/PLIST
cvs rdiff -u -r1.47 -r1.48 pkgsrc/www/ruby-aws-sdk-core/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-sdk-core/Makefile
diff -u pkgsrc/www/ruby-aws-sdk-core/Makefile:1.46 pkgsrc/www/ruby-aws-sdk-core/Makefile:1.47
--- pkgsrc/www/ruby-aws-sdk-core/Makefile:1.46  Sun Jul 28 13:43:46 2024
+++ pkgsrc/www/ruby-aws-sdk-core/Makefile       Sun Sep 15 16:56:27 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2024/07/28 13:43:46 taca Exp $
+# $NetBSD: Makefile,v 1.47 2024/09/15 16:56:27 taca Exp $
 
-DISTNAME=      aws-sdk-core-3.201.3
+DISTNAME=      aws-sdk-core-3.205.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,7 +10,7 @@ LICENSE=      apache-2.0
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-jmespath>=1.6.1<2:../../textproc/ruby-jmespath
 DEPENDS+=      ${RUBY_PKGPREFIX}-aws-partitions>=1.651<2:../../www/ruby-aws-partitions
-DEPENDS+=      ${RUBY_PKGPREFIX}-aws-sigv4>=1.8<2:../../www/ruby-aws-sigv4
+DEPENDS+=      ${RUBY_PKGPREFIX}-aws-sigv4>=1.9<2:../../www/ruby-aws-sigv4
 #DEPENDS+=     ${RUBY_PKGPREFIX}-aws-eventstream>=1.3.0<2:../../www/ruby-aws-eventstream
 
 USE_LANGUAGES=         # none

Index: pkgsrc/www/ruby-aws-sdk-core/PLIST
diff -u pkgsrc/www/ruby-aws-sdk-core/PLIST:1.8 pkgsrc/www/ruby-aws-sdk-core/PLIST:1.9
--- pkgsrc/www/ruby-aws-sdk-core/PLIST:1.8      Sun Jun 30 16:39:35 2024
+++ pkgsrc/www/ruby-aws-sdk-core/PLIST  Sun Sep 15 16:56:27 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2024/06/30 16:39:35 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2024/09/15 16:56:27 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/LICENSE.txt
@@ -112,6 +112,7 @@ ${GEM_LIBDIR}/lib/aws-sdk-core/plugins/s
 ${GEM_LIBDIR}/lib/aws-sdk-core/plugins/signature_v2.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/plugins/signature_v4.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/plugins/stub_responses.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/plugins/telemetry.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/plugins/transfer_encoding.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/plugins/user_agent.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/process_credentials.rb
@@ -162,6 +163,12 @@ ${GEM_LIBDIR}/lib/aws-sdk-core/stubbing/
 ${GEM_LIBDIR}/lib/aws-sdk-core/stubbing/protocols/rpc_v2.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/stubbing/stub_data.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/stubbing/xml_error.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/telemetry.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/telemetry/base.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/telemetry/no_op.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/telemetry/otel.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/telemetry/span_kind.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/telemetry/span_status.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/token.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/token_provider.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/token_provider_chain.rb
@@ -270,6 +277,10 @@ ${GEM_LIBDIR}/sig/aws-sdk-core/client_st
 ${GEM_LIBDIR}/sig/aws-sdk-core/errors.rbs
 ${GEM_LIBDIR}/sig/aws-sdk-core/resources/collection.rbs
 ${GEM_LIBDIR}/sig/aws-sdk-core/structure.rbs
+${GEM_LIBDIR}/sig/aws-sdk-core/telemetry/base.rbs
+${GEM_LIBDIR}/sig/aws-sdk-core/telemetry/otel.rbs
+${GEM_LIBDIR}/sig/aws-sdk-core/telemetry/span_kind.rbs
+${GEM_LIBDIR}/sig/aws-sdk-core/telemetry/span_status.rbs
 ${GEM_LIBDIR}/sig/aws-sdk-core/waiters/errors.rbs
 ${GEM_LIBDIR}/sig/seahorse/client/base.rbs
 ${GEM_LIBDIR}/sig/seahorse/client/handler_builder.rbs

Index: pkgsrc/www/ruby-aws-sdk-core/distinfo
diff -u pkgsrc/www/ruby-aws-sdk-core/distinfo:1.47 pkgsrc/www/ruby-aws-sdk-core/distinfo:1.48
--- pkgsrc/www/ruby-aws-sdk-core/distinfo:1.47  Sun Jul 28 13:43:46 2024
+++ pkgsrc/www/ruby-aws-sdk-core/distinfo       Sun Sep 15 16:56:27 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2024/07/28 13:43:46 taca Exp $
+$NetBSD: distinfo,v 1.48 2024/09/15 16:56:27 taca Exp $
 
-BLAKE2s (aws-sdk-core-3.201.3.gem) = e696ac0c5828ceea18a3c6941f04e1ee18ff28a918ee9f8a9f60576fbca3d952
-SHA512 (aws-sdk-core-3.201.3.gem) = ba755ff3fc57f4a08db36e441596b2c7926da7fccf9db6e88dc5eb2197dc5a3c44440ce54e448fe9fbe1ced29f3b5d7a3b20a7990df0c040aa18867c08877b9d
-Size (aws-sdk-core-3.201.3.gem) = 374272 bytes
+BLAKE2s (aws-sdk-core-3.205.0.gem) = b924d7733c2fd01a04f2cec46760c49719d3438c3409efd7a00d41f43b42fa32
+SHA512 (aws-sdk-core-3.205.0.gem) = 7d46b10cf772e5edbcce42e9dee19a78a9cd2182655983d663895aec925f2bc7d682a802323e639934294bc74cb0547e93d6c0b0534a838fb0d7173d2925cf1c
+Size (aws-sdk-core-3.205.0.gem) = 381952 bytes



Home | Main Index | Thread Index | Old Index