Received: by mail.netbsd.org (Postfix, from userid 605) id 2176584F1C; Sun, 4 Feb 2024 06:39:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5169984E87 for ; Sun, 4 Feb 2024 06:39:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zHaHj9CniWqh for ; Sun, 4 Feb 2024 06:39:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9680984CC9 for ; Sun, 4 Feb 2024 06:39:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 91BA8FA42; Sun, 4 Feb 2024 06:39:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707028748247550" MIME-Version: 1.0 Date: Sun, 4 Feb 2024 06:39:08 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-aws-sdk-core To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240204063908.91BA8FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707028748247550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Feb 4 06:39:08 UTC 2024 Modified Files: pkgsrc/www/ruby-aws-sdk-core: Makefile PLIST distinfo Log Message: www/ruby-aws-sdk-core: update to 3.191.0 3.191.0 (2024-01-26) * 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 RBS signature files to support static type checking. 3.190.3 (2024-01-16) * Issue - Add mutex around accessing stub api_requests. 3.190.2 (2024-01-09) * Issue - Minor performance optimization. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/ruby-aws-sdk-core/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-aws-sdk-core/PLIST cvs rdiff -u -r1.33 -r1.34 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. --_----------=_1707028748247550 Content-Disposition: inline Content-Length: 2746 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-aws-sdk-core/Makefile diff -u pkgsrc/www/ruby-aws-sdk-core/Makefile:1.32 pkgsrc/www/ruby-aws-sdk-core/Makefile:1.33 --- pkgsrc/www/ruby-aws-sdk-core/Makefile:1.32 Sun Jan 7 15:48:32 2024 +++ pkgsrc/www/ruby-aws-sdk-core/Makefile Sun Feb 4 06:39:08 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2024/01/07 15:48:32 taca Exp $ +# $NetBSD: Makefile,v 1.33 2024/02/04 06:39:08 taca Exp $ -DISTNAME= aws-sdk-core-3.190.1 +DISTNAME= aws-sdk-core-3.191.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-aws-sdk-core/PLIST diff -u pkgsrc/www/ruby-aws-sdk-core/PLIST:1.5 pkgsrc/www/ruby-aws-sdk-core/PLIST:1.6 --- pkgsrc/www/ruby-aws-sdk-core/PLIST:1.5 Sun Jul 9 03:10:14 2023 +++ pkgsrc/www/ruby-aws-sdk-core/PLIST Sun Feb 4 06:39:08 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2023/07/09 03:10:14 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2024/02/04 06:39:08 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG.md ${GEM_LIBDIR}/LICENSE.txt @@ -248,4 +248,13 @@ ${GEM_LIBDIR}/lib/seahorse/model/operati ${GEM_LIBDIR}/lib/seahorse/model/shapes.rb ${GEM_LIBDIR}/lib/seahorse/util.rb ${GEM_LIBDIR}/lib/seahorse/version.rb +${GEM_LIBDIR}/sig/aws-sdk-core.rbs +${GEM_LIBDIR}/sig/aws-sdk-core/client_stubs.rbs +${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/waiters/errors.rbs +${GEM_LIBDIR}/sig/seahorse/client/base.rbs +${GEM_LIBDIR}/sig/seahorse/client/handler_builder.rbs +${GEM_LIBDIR}/sig/seahorse/client/response.rbs ${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/www/ruby-aws-sdk-core/distinfo diff -u pkgsrc/www/ruby-aws-sdk-core/distinfo:1.33 pkgsrc/www/ruby-aws-sdk-core/distinfo:1.34 --- pkgsrc/www/ruby-aws-sdk-core/distinfo:1.33 Sun Jan 7 15:48:32 2024 +++ pkgsrc/www/ruby-aws-sdk-core/distinfo Sun Feb 4 06:39:08 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.33 2024/01/07 15:48:32 taca Exp $ +$NetBSD: distinfo,v 1.34 2024/02/04 06:39:08 taca Exp $ -BLAKE2s (aws-sdk-core-3.190.1.gem) = 195417405611f3b18be34b4c0216b088f39cc623abfbef5e7e28ba69e55ccd20 -SHA512 (aws-sdk-core-3.190.1.gem) = 449a1b5b2672edf014199c6ec2b984d3c3fbd058cdc8b33b86be71975a2f95291a8a2482bc524608b056df0303be43757e4950fd4a64aeb8c14098c0d6ef37be -Size (aws-sdk-core-3.190.1.gem) = 356352 bytes +BLAKE2s (aws-sdk-core-3.191.0.gem) = c5eda634de6963defc08b40435f14d212aa160656dca1aec7738b6c45c0c04f4 +SHA512 (aws-sdk-core-3.191.0.gem) = 6345b9975b274356052d7b1fd0a251cf1da827be026cea60aa93f0f07a91d88cf9915ea620d8bddd90f4558874bf193c19f2a04ec13d79e71aff21370cfcfc12 +Size (aws-sdk-core-3.191.0.gem) = 357888 bytes --_----------=_1707028748247550--