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:           Sun Aug 13 17:56:01 UTC 2023

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

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

1.58      2023-08-12 10:59:05-07:00 America/Los_Angeles
        * Consorsbank.pm - New module - PR #329
        * Stooq.pm - New module - Issue #203
        * Bloomberg.pm - Changed modules to utilize cookie jar - PR #331 - Issue #324
        * AlphaVantage.pm - Apply currency scaling (GBp -> GBP) when symbol
          had additional ".X" suffix - Issue #281
          Fixed check for "Information" JSON usually returned when daily API
          limit has been reached.
        * YahooWeb.pm - Fixed incorrect pricing for single character symbols
          and changed URL to get trade date - Issues #314 #319
        * Another fix to the URL in YahooJSON and CurrencyRates/YahooJSON - Issue #318


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/finance/p5-Finance-Quote/Makefile
cvs rdiff -u -r1.24 -r1.25 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.46 pkgsrc/finance/p5-Finance-Quote/Makefile:1.47
--- pkgsrc/finance/p5-Finance-Quote/Makefile:1.46       Thu Jul  6 09:40:34 2023
+++ pkgsrc/finance/p5-Finance-Quote/Makefile    Sun Aug 13 17:56:01 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2023/07/06 09:40:34 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2023/08/13 17:56:01 gutteridge Exp $
 
-DISTNAME=      Finance-Quote-1.57
+DISTNAME=      Finance-Quote-1.58
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 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.24 pkgsrc/finance/p5-Finance-Quote/distinfo:1.25
--- pkgsrc/finance/p5-Finance-Quote/distinfo:1.24       Wed Jul  5 22:09:22 2023
+++ pkgsrc/finance/p5-Finance-Quote/distinfo    Sun Aug 13 17:56:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2023/07/05 22:09:22 gutteridge Exp $
+$NetBSD: distinfo,v 1.25 2023/08/13 17:56:01 gutteridge Exp $
 
-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
+BLAKE2s (Finance-Quote-1.58.tar.gz) = 8304977ce494c96ec8658b4fc79e1f94b639e75f078386ccccac1af66b355f4b
+SHA512 (Finance-Quote-1.58.tar.gz) = d14cb997b1cf7ae4442bedfbbe7384d35f3b9d50c1436267c2ce1e30811f018e6a64b62679e4a7d2c150668ec0e3fb20140739ee9e1cdddcf0b90727febcee4c
+Size (Finance-Quote-1.58.tar.gz) = 262288 bytes



Home | Main Index | Thread Index | Old Index