Received: by mail.netbsd.org (Postfix, from userid 605) id 93B7884FBD; Sun, 4 Feb 2024 15:10:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C2BE584F74 for ; Sun, 4 Feb 2024 15:10:56 +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 WkF11ZApvcTG for ; Sun, 4 Feb 2024 15:10:56 +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 4823284CC9 for ; Sun, 4 Feb 2024 15:10:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 428D8FA42; Sun, 4 Feb 2024 15:10:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707059456182760" MIME-Version: 1.0 Date: Sun, 4 Feb 2024 15:10:56 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-activejob71 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240204151056.428D8FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707059456182760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Sun Feb 4 15:10:56 UTC 2024 Modified Files: pkgsrc/devel/ruby-activejob71: distinfo Log Message: devel/ruby-activejob71: update to 7.1.3 Active Job (2024-01-16) * Do not trigger immediate loading of ActiveJob::Base when loading ActiveJob::TestHelper. [Maxime Réty] * Preserve the serialized timezone when deserializing ActiveSupport::TimeWithZone arguments. [Joshua Young] * Fix ActiveJob arguments serialization to correctly serialize String subclasses having custom serializers. [fatkodima] To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-activejob71/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707059456182760 Content-Disposition: inline Content-Length: 1106 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-activejob71/distinfo diff -u pkgsrc/devel/ruby-activejob71/distinfo:1.1 pkgsrc/devel/ruby-activejob71/distinfo:1.2 --- pkgsrc/devel/ruby-activejob71/distinfo:1.1 Thu Nov 30 15:17:21 2023 +++ pkgsrc/devel/ruby-activejob71/distinfo Sun Feb 4 15:10:56 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2023/11/30 15:17:21 taca Exp $ +$NetBSD: distinfo,v 1.2 2024/02/04 15:10:56 taca Exp $ -BLAKE2s (activejob-7.1.2.gem) = 5f4fdf62de8ec25dc2fecfd8cffedce11a67fce83a0e1bf6dfb14d037f92a98e -SHA512 (activejob-7.1.2.gem) = 82dfca9de204a3647d6c88189c390561e5ce8747a3d146d9df97af3c3a0bad32279be4a76711a0b4b03dfd7455f8f932f72dd7b37701311103df1dbad694e3aa -Size (activejob-7.1.2.gem) = 37376 bytes +BLAKE2s (activejob-7.1.3.gem) = b428cd0ba3d157495256692c03b2d3605b1ec1b01c411996227f8b4d4f1c2d87 +SHA512 (activejob-7.1.3.gem) = d636d94be434d9b5da0db6cd92e372cda3e4eec2b78601882162e6dd95b425f7e320b12b185c3e9c684fc58858c0194a6628f9a954748413a848c0854e9e46fc +Size (activejob-7.1.3.gem) = 37376 bytes SHA1 (patch-lib_active__job.rb) = 389aa24faa739974e9b31bdccfb3ed0feff2938b --_----------=_1707059456182760--