Skip to content

Commit

Permalink
p5-Finance-Quote: update to 1.59
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dhgutteridge committed Jan 4, 2024
1 parent 6ea0030 commit a86be8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions finance/p5-Finance-Quote/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
8 changes: 4 additions & 4 deletions finance/p5-Finance-Quote/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a86be8b

Please sign in to comment.