public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Finance-Quote] epel10.2: Update to 1.70
@ 2026-06-22 10:32 Paul Howarth
0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-06-22 10:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Finance-Quote
Branch : epel10.2
Commit : 1d4d21d863429afc6d35c7747da5e3e172d8e874
Author : Paul Howarth <paul@city-fan.org>
Date : 2026-06-22T10:51:34+01:00
Stats : +19/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Finance-Quote/c/1d4d21d863429afc6d35c7747da5e3e172d8e874?branch=epel10.2
Log:
Update to 1.70
- New upstream release 1.70
- New module Finnhub.pm: Fetches quotes from https://finnhub.io using a free
personal-use API key
- GoogleWeb.pm: Adapt to the redesigned Google Finance site
- Tradegate.pm: Remove explicit "our $VERSION" assignment that collided with
the dzil-injected version, producing a duplicate declaration and an
"our variable $VERSION redeclared" warning; use a bare # VERSION
marker like the other modules
- Tradegate.pm: Trim whitespace before parsing date and time
- Added CurrencyRates/Frankfurter
- Removed AEX.pm: Euronext.com added JavaScript based anti-webscraping
- Added CurrencyRates/UniRate.pm
---
diff --git a/perl-Finance-Quote.spec b/perl-Finance-Quote.spec
index e68c6b3..3fe492c 100644
--- a/perl-Finance-Quote.spec
+++ b/perl-Finance-Quote.spec
@@ -1,7 +1,7 @@
%bcond author_tests 0
Name: perl-Finance-Quote
-%global cpan_version 1.69
+%global cpan_version 1.70
# RPM version needs 4 digits after the decimal to preserve upgrade path
Version: %(LANG=C printf "%.4f" %(echo %{cpan_version} | tr -d _))
Release: 1%{?dist}
@@ -114,7 +114,6 @@ make test
%doc Change* CONTRIBUTING.md Documentation/* README.dist
%{perl_vendorlib}/Finance/
%{_mandir}/man3/Finance::Quote.3*
-%{_mandir}/man3/Finance::Quote::AEX.3*
%{_mandir}/man3/Finance::Quote::AlphaVantage.3*
%{_mandir}/man3/Finance::Quote::ASEGR.3*
%{_mandir}/man3/Finance::Quote::ASX.3*
@@ -131,12 +130,15 @@ make test
%{_mandir}/man3/Finance::Quote::CurrencyRates::ECB.3*
%{_mandir}/man3/Finance::Quote::CurrencyRates::FinanceAPI.3*
%{_mandir}/man3/Finance::Quote::CurrencyRates::Fixer.3*
+%{_mandir}/man3/Finance::Quote::CurrencyRates::Frankfurter.3*
%{_mandir}/man3/Finance::Quote::CurrencyRates::OpenExchange.3*
%{_mandir}/man3/Finance::Quote::CurrencyRates::TwelveData.3*
+%{_mandir}/man3/Finance::Quote::CurrencyRates::UniRate.3*
%{_mandir}/man3/Finance::Quote::CurrencyRates::YahooJSON.3*
%{_mandir}/man3/Finance::Quote::Deka.3*
%{_mandir}/man3/Finance::Quote::FinanceAPI.3*
%{_mandir}/man3/Finance::Quote::Finanzpartner.3*
+%{_mandir}/man3/Finance::Quote::Finnhub.3*
%{_mandir}/man3/Finance::Quote::Fondsweb.3*
%{_mandir}/man3/Finance::Quote::Fool.3*
%{_mandir}/man3/Finance::Quote::FTfunds.3*
@@ -169,6 +171,20 @@ make test
%{_mandir}/man3/Finance::Quote::ZA.3*
%changelog
+* Mon Jun 22 2026 Paul Howarth <paul@city-fan.org> - 1.7000-1
+- Update to 1.70
+ - New module Finnhub.pm: Fetches quotes from https://finnhub.io using a free
+ personal-use API key
+ - GoogleWeb.pm: Adapt to the redesigned Google Finance site
+ - Tradegate.pm: Remove explicit "our $VERSION" assignment that collided with
+ the dzil-injected version, producing a duplicate declaration and an
+ "our variable $VERSION redeclared" warning; use a bare # VERSION
+ marker like the other modules
+ - Tradegate.pm: Trim whitespace before parsing date and time
+ - Added CurrencyRates/Frankfurter
+ - Removed AEX.pm: Euronext.com added JavaScript based anti-webscraping
+ - Added CurrencyRates/UniRate.pm
+
* Sun Apr 19 2026 Paul Howarth <paul@city-fan.org> - 1.6900-1
- Update to 1.69
- Sinvestor.pm: Trim whitespace before parsing date and price
diff --git a/sources b/sources
index b3c8499..6ea9e04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Finance-Quote-1.69.tar.gz) = bdf459f353bcce94634cfae67d887660b2bf2c61cd8818aeaad19d87796c6d6b470468c735d324949a3be8f91bd0830c1fc74db8d04a8fbbba4e8ad22fa7f205
+SHA512 (Finance-Quote-1.70.tar.gz) = 86fbb71d19c0913d0f0ca1bcb452b2377b273cdf089b63d6ce07590016b2ca999b70cd5e8096806415170ed948514be4f70cf3a9189b180a99c83176438a839a
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-22 10:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 10:32 [rpms/perl-Finance-Quote] epel10.2: Update to 1.70 Paul Howarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox