[Python-modules-commits] [python-xlrd] branch upstream updated (f69908a -> c372567)
Vincent Bernat
bernat at moszumanska.debian.org
Tue Nov 14 07:39:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a change to branch upstream
in repository python-xlrd.
from f69908a Import python-xlrd_1.0.0.orig.tar.gz
adds c372567 New upstream release.
No new revisions were added by this update.
Summary of changes:
.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 +-
.../{dependency_links.txt => not-zip-safe} | 0
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, 3224 insertions(+), 5794 deletions(-)
delete mode 100644 HISTORY.html
delete mode 100644 MANIFEST.in
delete mode 100644 build.txt
create mode 100644 docs/Makefile
create mode 100644 docs/acknowledgements.rst
create mode 100644 docs/api.rst
create mode 100644 docs/changes.rst
create mode 100644 docs/conf.py
create mode 100644 docs/dates.rst
create mode 100644 docs/development.rst
create mode 100644 docs/formatting.rst
create mode 100644 docs/index.rst
create mode 100644 docs/installation.rst
create mode 100644 docs/licenses.rst
create mode 100644 docs/make.bat
create mode 100644 docs/on_demand.rst
create mode 100644 docs/references.rst
create mode 100644 docs/unicode.rst
create mode 100644 docs/vulnerabilities.rst
delete mode 100644 make_doc.bat
delete mode 100644 pkg_doc.py
delete mode 100644 pythondoc.py
create mode 100644 tests/err_cell_empty.xlsx
delete mode 100644 tests/issue85.xls
copy xlrd.egg-info/{dependency_links.txt => not-zip-safe} (100%)
delete mode 100644 xlrd/doc/compdoc.html
delete mode 100644 xlrd/doc/xlrd.html
delete mode 100644 xlrd/licences.py
--
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