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:           Thu Jan  4 00:03:04 UTC 2024

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

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

1.59      2023-12-31 14:52:12-08:00 America/Los_Angeles
        * Fixed XETRA, Tradegate and SInvestor after webpage was restructured - Issue #350
        * Fidelity.pm temporarily disabled - Issue #346
        * Finanzpartner.pm - Fix scraper, did not work if quote was higher than the previous day's quote.
        * GoogleWeb.pm - Updated to retrieve mutual fund and BATS prices - Issue #355
        * BSEIndia.pm - Updated to use standardized data file at URL
          https://www.bseindia.com/download/BhavCopy/Equity/BSE_EQ_BHAVCOPY_{DDMMYYYY}.ZIP
          Eliminated need to use temp folders by storing standardized file data from URL into a variable.
          Updated names of source fields to conform to those in the standardized data file
        * IndiaMutual.pm - Eliminated need to use temp folders by storing nav file data from URL into a variable.
        * TMX.pm - Correct a self-reference in documentation - PR #345
        * Stooq.pm - Added new currencies and a fix for commodities' prices
        * YahooWeb.pm - Skip rows in the price table where the prices are "-".
          This seems to happen sometimes with TIAA (and perhaps other) securities
          including TILIX and QCILIX
        * TSP.pm - Was not returning hash when the HTTP GET failed completely
          or the content did not contain the expected CSV file. - Issue #338
        * BSEIndia.pm - Removed print when symbol not found - Issue #335


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/finance/p5-Finance-Quote/Makefile
cvs rdiff -u -r1.25 -r1.26 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.50 pkgsrc/finance/p5-Finance-Quote/Makefile:1.51
--- pkgsrc/finance/p5-Finance-Quote/Makefile:1.50       Thu Sep 28 05:46:15 2023
+++ pkgsrc/finance/p5-Finance-Quote/Makefile    Thu Jan  4 00:03:04 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2023/09/28 05:46:15 pgoyette Exp $
+# $NetBSD: Makefile,v 1.51 2024/01/04 00:03:04 gutteridge Exp $
 
-DISTNAME=      Finance-Quote-1.58
+DISTNAME=      Finance-Quote-1.59
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 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.25 pkgsrc/finance/p5-Finance-Quote/distinfo:1.26
--- pkgsrc/finance/p5-Finance-Quote/distinfo:1.25       Sun Aug 13 17:56:01 2023
+++ pkgsrc/finance/p5-Finance-Quote/distinfo    Thu Jan  4 00:03:04 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2023/08/13 17:56:01 gutteridge Exp $
+$NetBSD: distinfo,v 1.26 2024/01/04 00:03:04 gutteridge Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index