[libfinance-quotehist-perl] branch master updated (09afae5 -> fe5d0b0)

gregor herrmann gregoa at debian.org
Fri Jun 30 18:24:47 UTC 2017


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  09afae5   releasing package libfinance-quotehist-perl version 1.24-2
      adds  9b7ca08   Initial commit
      adds  d3cca4f   initial config
      adds  b3dc934   initial import
      adds  2a43576   cleanup
      adds  0ec1b48   added license
      adds  83de0ad   added license
      adds  5cfaa84   added test support files
      adds  8c882f1   ignore lab
      adds  8ee7b25   partial fix for investopedia
      adds  1cd6647   removed investopedia (paged HTML plus dividends innacurate)
      adds  6a5deda   removed MSN, new API opaque and less functional
      adds  4fc2890   Quotemedia was way too convoluted to be worth using as a source anymore.
      adds  cad9bc8   removed quotemedia
      adds  1ca0cd2   added DailyFinance aka AOL
      adds  558e148   updated test data
      adds  9051d8a   more dailyfinance additions
      adds  0273b93   dailyfinance
      adds  e131288   version roll
      adds  d9dc260   ignore .tar.gz
      adds  04c6b73   updated project info in README
      adds  c6f675b   fixed splits on yahoo
      adds  66fd68f   version roll
      adds  cd3fa84   updated changes
      adds  5836383   fixed dividend/split entanglement for yahoo
      adds  e3150b5   version roll
      adds  e71930d   fixed SKIP test count in quotes
      adds  a518814   version roll
      adds  6aaf3c9   patched latest change description
      adds  55d29d4   version roll
      adds  8d9f493   version roll
      adds  a57a44c   spelling fix per patch https://rt.cpan.org/Public/Bug/Display.html?id=116133
      adds  e2bb69f   tenative fix for new Yahoo scheme; removed defunct StockNod.com; updated tests
      adds  b8fdefd   accurately derive cookies and cookie crumbs for yahoo
      adds  155d440   version roll
      adds  efc98d2   fixed versioning regression; version roll
      adds  edcb351   New upstream version 1.26
       new  d43d84f   Updated version 1.26 from 'upstream/1.26'
       new  4eb132b   Update debian/changelog
       new  5a4ddda   Drop spelling.patch, merged upstream.
       new  c113ab9   Update years of upstream copyright.
       new  bdfcfca   Declare compliance with Debian Policy 4.0.0.
       new  407ce8e   Don't mention support for StockNod in long description
       new  fe5d0b0   releasing package libfinance-quotehist-perl version 1.26-1

The 7 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:
 .gitignore                            |   1 -
 Changes                               |   5 +
 MANIFEST                              |   6 +-
 META.json                             |   2 +-
 META.yml                              |   2 +-
 debian/changelog                      |  12 +
 debian/control                        |   4 +-
 debian/copyright                      |   2 +-
 debian/patches/series                 |   1 -
 debian/patches/spelling.patch         |  18 --
 lib/Finance/QuoteHist.pm              |   4 +-
 lib/Finance/QuoteHist/DailyFinance.pm |   2 +-
 lib/Finance/QuoteHist/Generic.pm      |  21 +-
 lib/Finance/QuoteHist/Google.pm       |   4 +-
 lib/Finance/QuoteHist/StockNod.pm     | 156 -----------
 lib/Finance/QuoteHist/Yahoo.pm        | 228 +++++-----------
 t/10_quotes.t                         |   2 +-
 t/dat/dividend_plain.dat              |  22 +-
 t/dat/dividend_yahoo.dat              |  22 +-
 t/dat/quote_daily_dailyfinance.dat    |   6 +-
 t/dat/quote_daily_plain.dat           | 500 +++++++++++++++++-----------------
 t/dat/quote_daily_stocknod.dat        | 261 ------------------
 t/dat/quote_daily_yahoo.dat           | 500 +++++++++++++++++-----------------
 t/dat/quote_monthly_yahoo.dat         |  26 +-
 t/dat/quote_weekly_yahoo.dat          | 108 ++++----
 t/testload.pm                         |   3 +-
 26 files changed, 700 insertions(+), 1218 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 debian/patches/spelling.patch
 delete mode 100644 lib/Finance/QuoteHist/StockNod.pm
 delete mode 100644 t/dat/quote_daily_stocknod.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