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: wen
Date: Sat Nov 15 01:33:29 UTC 2025
Modified Files:
pkgsrc/finance/p5-Finance-Quote: Makefile distinfo
Log Message:
Update to 1.67
Upstream changes:
1.67 2025-10-18 11:29:58-07:00 America/Los_Angeles
* Fixed ASEGR.pm. Web site redesigned, URL used for data was no longer workingy - Issue #509
* Handle no trade date in BorsaItaliana.pm - Issue #528
* Fixed TesouroDireto.pm using Tesouro Transparente as datasource - PR #527
* Added a new module to fetch data from SwissFundData - PR #515
* Fixed MorningstarCH.pm
* Fixed MorningstarUK.pm
* Added methodinfo() to MarketWatch.pm and BorsaItaliana.pm
1.66 2025-07-05 11:34:42-07:00 America/Los_Angeles
* Modified CurrencyRates/CurrencyFreaks.pm to return from and to values instead of calculated rate.
* Removed Bloomberg.pm, Tiaacref.pm, Troweprice.pm
* AlphaVantage - return 'symbol not found' when no price data is returned.
* ASX - Changed error message when symbol isn't found - Issue #497
* Added a new module to fetch the fund nav from CMBChina - PR #494
* Added Cookie Jar to Comdirect user agent - Issue #491
* Removed HU.pm, Oslobors.pm, and SEB.pm - Issue #490
1.65 2025-04-26 18:17:38-07:00 America/Los_Angeles
* Added EXCHANGE feature to Sinvestor.pm and some fixes - PR #481
* Added EXCHANGE feature to OnVista.pm - PR #480
* Added EXCHANGE feature to Consorsbank.pm and some fixes - PR #479
* Enabled usage count in Quote.pm. Removed DWS.pm. Improved check that divident is a number in YahooJSON.pm by adding regex anchors.
* Added ssl_opts to user agent in Union.pm to account for bad certificate chain - Issue #482
* Added ETFs search, more labels and EXCHANGE feature to Comdirect.pm - PR #478
* GoogleWeb - Add support for Hong Kong Exchange - PR #476
* YahooJSON - Adjust other currency fields when data is returned in GBp, ZAc, or ILA.
* Added label wkn, ìsin, close, ask, bid, p_change, time to OnVista.pm
* Modified OnVista.pm to enable search by ISIN and WKN and search for ETFs
* Added methodinfo hash to Tradegate.pm - PR #465
* Added label isin, open, ask, bid, time to Tradegate.pm - PR #465
* Fixed Tradegate.pm - Search for ETFs - PR #465
* Removed MorningstarAU - Issue #405
* Fixed malformed character in YahooWeb.pm - Issue #468
* Changed useragent in YahooJSON.pm - Issue #467
* Added methodinfo hash to AEX.pm - PR #466
* Added label exchange, close, time to AEX.pm - PR #466
* Fixed XETRA.pm - Issue #460
* Added methodinfo hash to Fool.pm
* Fixed MorningstarJP.pm - Issue #443 - PR #451
1.64 2024-11-27 18:11:09-08:00 America/Los_Angeles
* Update AlphaVantage.pm - Issue #447
* Fix to Stooq.pm - Issue #445
* Updated ASX.pm - Issue #404
* Added more fields to CSE.pm and exposed all labels.
* Changed parsing in Comdirect.pm - Issue #413
* Complete rewrite of OnVista.pm - Issue #414
* Minor fix to FinanceAPI decoding JSON - Issue #434
* Modified YahooJSON to deal with "nan" as dividend yield in JSON.
* New CurrencyRates module, CurrencyRates/FinanceAPI - Issue #427
* Fixed Bourso.pm - Issue #417
* Allowed Currency Rates modules Fixer.pm and OpenExchange.pm to read their API keys from environment variables - Issue #426
1.63 2024-09-21 12:47:39-07:00 America/Los_Angeles
* Fixed TesouroDireto.pm - Using different source URL - PR #424
* Added FinanceAPI.pm - Requires API key from https://financeapi.net/. US and other exchange data available.
* Fixed BVB.pm - Issue #409
* Fixed BSEIndia.pm - Issue #410 and removed Unzip as quotes file is now a CSV file
* Fixed NSEIndia.pm - Issue #410
* Fixed NZX.pm - Issue #401
1.62 2024-05-16 18:19:12-07:00 America/Los_Angeles
* Fixed AEX.pm
* Removed throttling from AlphaVantage.pm - Issue #363
* Added CurrencyFreaks.pm - new currency module
* YahooJSON.pm - added more error handling - Issue #390
* Fixed MarketWatch.pm module - Issue #389
* Fool.pm - Rewrote Fool.pm and added back to F::Q. Issue #379.
* New Module! StockData.pm. Methods stockdata, nyse, nasdaq.
* Modified yahooJSON.pm module in order handle EU consent redirects better.
* TwelveData.pm - Added "last" to data being returned
* BorsaItaliana.pm - New module for Borsa Italiana, Italian traded bonds using ISIN
* YahooWeb.pm - Issue #377. Modified YahooWeb to account for changes from Yahoo.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/finance/p5-Finance-Quote/Makefile
cvs rdiff -u -r1.27 -r1.28 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.55 pkgsrc/finance/p5-Finance-Quote/Makefile:1.56
--- pkgsrc/finance/p5-Finance-Quote/Makefile:1.55 Fri Jul 4 08:47:09 2025
+++ pkgsrc/finance/p5-Finance-Quote/Makefile Sat Nov 15 01:33:29 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.55 2025/07/04 08:47:09 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2025/11/15 01:33:29 wen Exp $
-DISTNAME= Finance-Quote-1.61
+DISTNAME= Finance-Quote-1.67
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.27 pkgsrc/finance/p5-Finance-Quote/distinfo:1.28
--- pkgsrc/finance/p5-Finance-Quote/distinfo:1.27 Sun Apr 28 08:17:59 2024
+++ pkgsrc/finance/p5-Finance-Quote/distinfo Sat Nov 15 01:33:29 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/04/28 08:17:59 wen Exp $
+$NetBSD: distinfo,v 1.28 2025/11/15 01:33:29 wen Exp $
-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
+BLAKE2s (Finance-Quote-1.67.tar.gz) = d63f416c90b16a0bd7681b6b0f2a4ace6b15b68c0902c61c0b5d15d00ffb4c61
+SHA512 (Finance-Quote-1.67.tar.gz) = 10edb10c6361422af6e19e3d105e6b149d6ffe4f191369151a7b4f7d06e8a8c34e669b3485127a2501cf4f7a97fdac3acf3a4e773c67494b11dd795015b91f06
+Size (Finance-Quote-1.67.tar.gz) = 273362 bytes
Home |
Main Index |
Thread Index |
Old Index