[Python-modules-commits] [python-xlrd] 03/08: Update upstream source from tag 'upstream/1.1.0'

Vincent Bernat bernat at moszumanska.debian.org
Tue Nov 14 07:38:54 UTC 2017


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

bernat pushed a commit to annotated tag debian/1.1.0-1
in repository python-xlrd.

commit 4e67f0d6aae29695cbc849e696417cc6ebe15efc
Merge: 5794d4f c372567
Author: Vincent Bernat <bernat at debian.org>
Date:   Tue Nov 14 08:21:30 2017 +0100

    Update upstream source from tag 'upstream/1.1.0'
    
    Update to upstream version '1.1.0'
    with Debian dir 3f575fa21ba519fc119e217de160df784cff9548

 .gitignore                       |    1 +
 .travis.yml                      |    7 +-
 HISTORY.html                     |  339 -------
 MANIFEST.in                      |    2 -
 PKG-INFO                         |    8 +-
 README.md                        |   50 +-
 build.txt                        |   12 -
 docs/Makefile                    |  135 +++
 docs/acknowledgements.rst        |   25 +
 docs/api.rst                     |   67 ++
 docs/changes.rst                 |  546 ++++++++++
 docs/conf.py                     |   25 +
 docs/dates.rst                   |   87 ++
 docs/development.rst             |   64 ++
 docs/formatting.rst              |  124 +++
 docs/index.rst                   |   39 +
 docs/installation.rst            |   18 +
 docs/licenses.rst                |   80 ++
 docs/make.bat                    |  178 ++++
 docs/on_demand.rst               |   57 ++
 docs/references.rst              |   39 +
 docs/unicode.rst                 |   37 +
 docs/vulnerabilities.rst         |   54 +
 make_doc.bat                     |    6 -
 pkg_doc.py                       |   31 -
 pythondoc.py                     | 1428 --------------------------
 scripts/runxlrd.py               |   12 +-
 setup.cfg                        |    4 +-
 setup.py                         |   32 +-
 tests/err_cell_empty.xlsx        |  Bin 0 -> 127624 bytes
 tests/issue85.xls                |  Bin 9090560 -> 0 bytes
 tests/test_cell.py               |    2 +-
 tests/test_formulas.py           |   16 +-
 tests/test_open_workbook.py      |    7 +-
 tests/test_sheet.py              |    2 +-
 tests/test_workbook.py           |    3 +-
 tox.ini                          |    2 +-
 xlrd.egg-info/PKG-INFO           |    8 +-
 xlrd.egg-info/SOURCES.txt        |   29 +-
 xlrd.egg-info/not-zip-safe       |    1 +
 xlrd/__init__.py                 |  441 ++------
 xlrd/biffh.py                    |   66 +-
 xlrd/book.py                     |  471 +++++----
 xlrd/compdoc.py                  |   90 +-
 xlrd/doc/compdoc.html            |   69 --
 xlrd/doc/xlrd.html               | 2064 --------------------------------------
 xlrd/examples/xlrdnameAPIdemo.py |    4 +-
 xlrd/formatting.py               |  558 ++++++-----
 xlrd/formula.py                  |  342 ++++---
 xlrd/info.py                     |    2 +-
 xlrd/licences.py                 |   77 --
 xlrd/sheet.py                    | 1038 ++++++++++---------
 xlrd/timemachine.py              |    6 +-
 xlrd/xldate.py                   |  190 ++--
 xlrd/xlsx.py                     |   24 +-
 55 files changed, 3225 insertions(+), 5794 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-xlrd.git



More information about the Python-modules-commits mailing list