[libfinance-quotehist-perl] branch master updated (9857f53 -> 0460a8a)

gregor herrmann gregoa at debian.org
Tue Oct 22 16:56:56 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libfinance-quotehist-perl.

      from  9857f53   releasing version 1.19-2
      adds  365217a   Imported Upstream version 1.20
       new  af0216b   Merge tag 'upstream/1.20'
       new  25bc4d4   New upstream release.
       new  9e0b08e   add upstream changes to d/changelog
       new  66676e3   Refresh patch (offset).
       new  fe3eb30   debian/copyright: update years of upstream copyright
       new  db8de60   Bump debhelper compatibility level to 8.
       new  2291856   Remove unneeded dependency from libhtml-tableextract-perl (build) dependency.
       new  5319901   Update list of supported services in long description.
       new  0460a8a   releasing package libfinance-quotehist-perl version 1.20-1

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |    4 +
 LICENSE                                            |  373 ++++++++++++++
 MANIFEST                                           |   11 +-
 META.yml                                           |    4 +-
 debian/changelog                                   |   16 +
 debian/compat                                      |    2 +-
 debian/control                                     |   30 +-
 debian/copyright                                   |   10 +-
 debian/patches/disable_network_tests.patch         |    9 +-
 lib/Finance/QuoteHist.pm                           |    8 +-
 .../QuoteHist/{Investopedia.pm => DailyFinance.pm} |  127 ++---
 lib/Finance/QuoteHist/Generic.pm                   |    6 +-
 lib/Finance/QuoteHist/MSN.pm                       |  183 -------
 lib/Finance/QuoteHist/QuoteMedia.pm                |  295 -----------
 t/00_basic.t                                       |    2 +-
 t/10_quotes.t                                      |    2 +-
 t/20_dividends.t                                   |    2 +-
 t/30_splits.t                                      |    2 +-
 t/dat/dividend_investopedia.dat                    |   12 -
 t/dat/dividend_plain.dat                           |   19 +-
 t/dat/dividend_yahoo.dat                           |   19 +-
 t/dat/quote_daily_businessweek.dat                 |  505 ++++++++++---------
 t/dat/quote_daily_dailyfinance.dat                 |  249 ++++++++++
 t/dat/quote_daily_google.dat                       |  508 ++++++++++---------
 t/dat/quote_daily_investopedia.dat                 |  255 ----------
 t/dat/quote_daily_msn.dat                          |  256 ----------
 t/dat/quote_daily_plain.dat                        |  506 ++++++++++---------
 t/dat/quote_daily_stocknod.dat                     |  521 ++++++++++----------
 t/dat/quote_daily_yahoo.dat                        |  506 ++++++++++---------
 t/dat/quote_monthly_businessweek.dat               |   28 +-
 t/dat/quote_monthly_msn.dat                        |   15 -
 t/dat/quote_monthly_yahoo.dat                      |   28 +-
 t/dat/quote_weekly_businessweek.dat                |  109 ++--
 t/dat/quote_weekly_google.dat                      |  313 ++++++++++--
 t/dat/quote_weekly_msn.dat                         |   55 ---
 t/dat/quote_weekly_yahoo.dat                       |  109 ++--
 t/dat/split_investopedia.dat                       |    3 -
 t/dat/split_plain.dat                              |    4 +-
 t/dat/split_yahoo.dat                              |    4 +-
 t/testload.pm                                      |   22 +-
 40 files changed, 2438 insertions(+), 2694 deletions(-)
 create mode 100644 LICENSE
 rename lib/Finance/QuoteHist/{Investopedia.pm => DailyFinance.pm} (50%)
 delete mode 100644 lib/Finance/QuoteHist/MSN.pm
 delete mode 100644 lib/Finance/QuoteHist/QuoteMedia.pm
 delete mode 100644 t/dat/dividend_investopedia.dat
 create mode 100644 t/dat/quote_daily_dailyfinance.dat
 delete mode 100644 t/dat/quote_daily_investopedia.dat
 delete mode 100644 t/dat/quote_daily_msn.dat
 delete mode 100644 t/dat/quote_monthly_msn.dat
 delete mode 100644 t/dat/quote_weekly_msn.dat
 delete mode 100644 t/dat/split_investopedia.dat

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfinance-quotehist-perl.git



More information about the Pkg-perl-cvs-commits mailing list