Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=kcxsGpBc; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=iVJcn5eR Received: by mail.netbsd.org (Postfix, from userid 605) id 01B4784D6C; Sun, 28 Apr 2024 08:18:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714292282; bh=fwgEd+aUkNDZmYlxyqrC42pJWIc8Svt8bEpQtU8pnoA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=kcxsGpBcWhJRSvYZy09Siyp09Hx4m3T8O7iz3FaobR/TMR8FB3Du6wDe/PsbSaYcX /Le4hPfxYHqWmub2txXU0ZdAt5RWoBcXd4HRTpRazAFLb10BGonYHseuGO4XMFCtcb 6wF3r1iO+MDlQzcmtwBpieuTr1XjYacukIzM2lG0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E2C8684D08 for ; Sun, 28 Apr 2024 08:18:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 V2gI2N3Vq1Be for ; Sun, 28 Apr 2024 08:18:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3DF8884CFE for ; Sun, 28 Apr 2024 08:18:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714292280; bh=fwgEd+aUkNDZmYlxyqrC42pJWIc8Svt8bEpQtU8pnoA=; h=Date:From:Subject:To:Reply-To; b=iVJcn5eRyCcOmNyDron3ezqCoQtNpAmJU2wtmLoiGkF1ozxkjtxJ7krz3jdnO9Een I1HH8bSBqw7J2Gm4vakJIXb6IaEe1DIFGWhq8/Lv6TWpaClq3XkXrlIbA+MCkUNuMT Zf0csEe0tvibRpONjiGgtAouUZVFEQ1CoDgMM2T0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 31017FA2C; Sun, 28 Apr 2024 08:18:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714292280288110" MIME-Version: 1.0 Date: Sun, 28 Apr 2024 08:18:00 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/finance/p5-Finance-Quote To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20240428081800.31017FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714292280288110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Apr 28 08:18:00 UTC 2024 Modified Files: pkgsrc/finance/p5-Finance-Quote: Makefile distinfo Log Message: Update to 1.61 Upstream changes: 1.61 2024-04-18 21:34:24-07:00 America/Los_Angeles * SIX.pm - Changed lookup for currency, added lookups for symbol and last. Issue #380 * YahooJSON.pm - URLs to retrieve required cookies and crumbs were changed to allow EU based users to use the module. Issue #373 1.60 2024-04-15 17:34:46-07:00 America/Los_Angeles * Removed not working modules. Issues #346, #366, and #368. Fidelity.pm, Cdbfundlibrary.com, Fundata.pm, and Fool.pm. * YahooJSON.pm - Added code to retrieve cookies and a "crumb" required to continue to utilize the v11 API. Issue #369. The YahooJSON.pm currency module was changed to use the v8 API. * Added initial version of CONTRIBUTING.pod that metacpan.org utilizes. It will completely replace the Hacker's Guide in the future. * Bloomberg.pm - Changed module to extract data from JSON structure embedded within the HTML - Issue #360 * NSEIndia.pm - Eliminated need to use temp folders by storing file data from URL into a variable To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/finance/p5-Finance-Quote/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/finance/p5-Finance-Quote/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714292280288110 Content-Disposition: inline Content-Length: 1685 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/p5-Finance-Quote/Makefile diff -u pkgsrc/finance/p5-Finance-Quote/Makefile:1.51 pkgsrc/finance/p5-Finance-Quote/Makefile:1.52 --- pkgsrc/finance/p5-Finance-Quote/Makefile:1.51 Thu Jan 4 00:03:04 2024 +++ pkgsrc/finance/p5-Finance-Quote/Makefile Sun Apr 28 08:17:59 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2024/01/04 00:03:04 gutteridge Exp $ +# $NetBSD: Makefile,v 1.52 2024/04/28 08:17:59 wen Exp $ -DISTNAME= Finance-Quote-1.59 +DISTNAME= Finance-Quote-1.61 PKGNAME= p5-${DISTNAME} CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/} Index: pkgsrc/finance/p5-Finance-Quote/distinfo diff -u pkgsrc/finance/p5-Finance-Quote/distinfo:1.26 pkgsrc/finance/p5-Finance-Quote/distinfo:1.27 --- pkgsrc/finance/p5-Finance-Quote/distinfo:1.26 Thu Jan 4 00:03:04 2024 +++ pkgsrc/finance/p5-Finance-Quote/distinfo Sun Apr 28 08:17:59 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2024/01/04 00:03:04 gutteridge Exp $ +$NetBSD: distinfo,v 1.27 2024/04/28 08:17:59 wen Exp $ -BLAKE2s (Finance-Quote-1.59.tar.gz) = c0546768c293dd73122edde044ba6b15c0d4ff09314ba7cfcae63c02cf8cd7a8 -SHA512 (Finance-Quote-1.59.tar.gz) = 40bbb273151acacbaca2b9f0226c9be858e59da7a0b88419462be17a312ab2dddc92d64e382686e81a238dccf10a0296cbb063b4e9bdbe0e14bb5b0523b016fd -Size (Finance-Quote-1.59.tar.gz) = 264661 bytes +BLAKE2s (Finance-Quote-1.61.tar.gz) = 2e6483829c0a9a3e54128ea0f1b9ae9d27aae33712263e16cea97629be4d267f +SHA512 (Finance-Quote-1.61.tar.gz) = 80adc030db5afa882d51d2b651070fc669cefb4566a23d368eaf7c733c8524de3ff016a76d92f3c9ce584b1ed15eb456c1f44449cd8babbaa1aa00473afec5dc +Size (Finance-Quote-1.61.tar.gz) = 267948 bytes --_----------=_1714292280288110--