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:   wiz
Date:           Fri Dec  2 23:10:13 UTC 2022

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

Log Message:
p5-Finance-Quote: update to 1.53.

1.53      2022-10-08 12:26:55-07:00 America/Los_Angeles
        * dist.ini - changed bugtracker.web to
          https://github.com/finance-quote/finance-quote/issues
        * DWS.pm - Set $info{$symbol, 'symbol'} to $symbol.
        * Union.pm - #231 - reworked for a different CSV file.
        * CurrencyRates/AlphaVantage.pm - API CURRENCY_EXCHANGE_RATE
          no longer accepts free API keys. Changed to use FX_DAILY API.
          Issue #229 PR #230
        * Set minimum version for LWP::UserAgent in dist.ini to
          honor redirects.
        * CurrencyRates/AlphaVantage.pm - Added logic to account
          for empty JSON returned from currency exchange fetch.
        * Bourso.pm - Added Europe and France back as failover
          methods. These were removed some time ago in commit e26484b.
        * Tradeville.pm - Changed hostname in URL to tradeville.ro.
          Added logic to better account for the symbol not being
          found.
        * YahooJSON.pm - #202 - Account for symbols with '&'.
        * Minor change to isoTime function in Quote.pm.
        * Updated TSP.pm - PR #227 - update URL and handling of dates.

1.52      2022-07-03 15:15:38-07:00 America/Los_Angeles
        * Quote.pm - Fixed logic for FQ_LOAD_QUOTELET starting with "-defaults"
          reported in issue #197. PR #199.
        * AlphaVantage currency module: Don't recurse infinitely when exchange
          rate is less than .001 (PR 193)
        * Bourso.pm - Fixed data bug reported in issue #174 with PR #194.
        * TSP.pm - Minor fix for URL used to retrieve data. PR #195.
          Note: URL was changed after the PR was merged.
          Module remains in a non-working status.
        * TesouroDireto.pm - New module for Brazilian's National Treasury
          public bounds. PR #198.
        * Bloomberg.pm - Update Bloomberg class names #205. Correct html
          parsing errors.
        * MorningstarCH.pm - Re-enabled and fixed in #207.
        * ZA.pm - Change to return price from sharenet in major denomination.
          PR #208.
        * Changes to SourceForge project website HTML files.
        * Add [Prereqs] to dist.ini. #215

1.51      2021-07-04 14:41:59-07:00 America/Los_Angeles
        * Fix bugs in t/fq-object-methods.t
        * Add code to hide warning in t/currency_lookup.t

1.50      2021-06-26 20:52:16-07:00 America/Los_Angeles
        * New modules: CurrencyRates
        * Updated modules: ASX, TIAA-CREF, Fool, Currencies
        * Corrected some POD issues (thanks to the Debian Perl Group)


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/finance/p5-Finance-Quote/Makefile
cvs rdiff -u -r1.21 -r1.22 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.41 pkgsrc/finance/p5-Finance-Quote/Makefile:1.42
--- pkgsrc/finance/p5-Finance-Quote/Makefile:1.41       Mon Aug  8 10:11:57 2022
+++ pkgsrc/finance/p5-Finance-Quote/Makefile    Fri Dec  2 23:10:13 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2022/08/08 10:11:57 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2022/12/02 23:10:13 wiz Exp $
 
-DISTNAME=      Finance-Quote-1.49
+DISTNAME=      Finance-Quote-1.53
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 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.21 pkgsrc/finance/p5-Finance-Quote/distinfo:1.22
--- pkgsrc/finance/p5-Finance-Quote/distinfo:1.21       Tue Oct 26 10:26:03 2021
+++ pkgsrc/finance/p5-Finance-Quote/distinfo    Fri Dec  2 23:10:13 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2021/10/26 10:26:03 nia Exp $
+$NetBSD: distinfo,v 1.22 2022/12/02 23:10:13 wiz Exp $
 
-BLAKE2s (Finance-Quote-1.49.tar.gz) = 58b97e4bc32fbddf4df8d4db3e0552dd69b7e8116e03d497c2312c2e849517d6
-SHA512 (Finance-Quote-1.49.tar.gz) = 5b4b8836e1529409f1f6aa41345bf906ba2cc1c1b44e89b59765a883cf0db082cef9df91a4eaa671e494f5e9a842c4e1fbfcc31e57964d74f7895f3e25c4d91c
-Size (Finance-Quote-1.49.tar.gz) = 274659 bytes
+BLAKE2s (Finance-Quote-1.53.tar.gz) = d2cefc1a56685acf92bad4ed53060b530e92deb54be664d97aa8bf486d8c0e82
+SHA512 (Finance-Quote-1.53.tar.gz) = 1e893852ba79f26fe5ef267bd76d248684a139ff5e057c0429819df4d180592717d3c66dfcafecc06e99bafa6d2561e47cc6468d635077a4f8d33ee0244bc64a
+Size (Finance-Quote-1.53.tar.gz) = 244494 bytes



Home | Main Index | Thread Index | Old Index