pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/p5-Finance-Quote



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Jul  5 22:09:22 UTC 2023

Modified Files:
        pkgsrc/finance/p5-Finance-Quote: Makefile distinfo

Log Message:
p5-Finance-Quote: update to 1.57

1.57      2023-07-01 12:37:07-07:00 America/Los_Angeles
        * Correct set exchange in YahooJSON.pm - Issue #306
        * Added close, change and p_change to Tradegate, XETRA and Sinvestor
          Added optional parameter INST_ID to specify the institute id.
          Fixed bug in Tradegate, XETRA and Sinvestor for numbers equal or higher than 1.000 - PR #304
        * Added GoogleWeb Module
        * YahooWeb module added - PR #296
        * Added MarketWatch Module
        * Replaced cached file with IO::String object in IndiaMutual.pm
        * Fixed missing date in AEX.pm - Issue #298
        * Fixed Examples in POD Documentation in a few modules - PR #295
        * move use strict to be the first statement in TreasuryDirect.pm and TwelveData.pm #290
        * remove old perl version requirement statements from TreasuryDirect.pm and TwelveData.pm #290
        * removed Data::Dumper that caused another test to fail from TreasuryDirect.pm #290
        * Fixed Fool.pm and fool.t - PR #289


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/finance/p5-Finance-Quote/Makefile
cvs rdiff -u -r1.23 -r1.24 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.

Modified files:

Index: pkgsrc/finance/p5-Finance-Quote/Makefile
diff -u pkgsrc/finance/p5-Finance-Quote/Makefile:1.44 pkgsrc/finance/p5-Finance-Quote/Makefile:1.45
--- pkgsrc/finance/p5-Finance-Quote/Makefile:1.44       Sun Jun 11 00:32:02 2023
+++ pkgsrc/finance/p5-Finance-Quote/Makefile    Wed Jul  5 22:09:22 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2023/06/11 00:32:02 gutteridge Exp $
+# $NetBSD: Makefile,v 1.45 2023/07/05 22:09:22 gutteridge Exp $
 
-DISTNAME=      Finance-Quote-1.56
+DISTNAME=      Finance-Quote-1.57
 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.23 pkgsrc/finance/p5-Finance-Quote/distinfo:1.24
--- pkgsrc/finance/p5-Finance-Quote/distinfo:1.23       Sun Jun 11 00:32:02 2023
+++ pkgsrc/finance/p5-Finance-Quote/distinfo    Wed Jul  5 22:09:22 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2023/06/11 00:32:02 gutteridge Exp $
+$NetBSD: distinfo,v 1.24 2023/07/05 22:09:22 gutteridge Exp $
 
-BLAKE2s (Finance-Quote-1.56.tar.gz) = 7ccbb3e171c2c7cf4ab73898206e097619d285bedb490deaf2505a3f584665f9
-SHA512 (Finance-Quote-1.56.tar.gz) = 49836e7b2a356dc943f203bb0e20a43c2d7264667f640d5863449f504cd378def656596ea5a6001bacde2d157100795a50604c7565cfba1eb0f75ad854c98f62
-Size (Finance-Quote-1.56.tar.gz) = 250559 bytes
+BLAKE2s (Finance-Quote-1.57.tar.gz) = 36d4720a17a1a0e000e3764527cdbcc07a03db0cf215f518d3e3028f751b15db
+SHA512 (Finance-Quote-1.57.tar.gz) = ed1b6d26f24952eb21ed546e61ccf5176b581f70de3d6eaa578f621633a5226bdf60880601a46803ef7eb7c9c1216d9badbef993b448b0b82ef9171eefa975f4
+Size (Finance-Quote-1.57.tar.gz) = 256933 bytes



Home | Main Index | Thread Index | Old Index