[Python-modules-commits] [python-xlrd] branch upstream updated (cc25805 -> f69908a)

Vincent Bernat bernat at moszumanska.debian.org
Sun Jul 3 18:22:03 UTC 2016


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

bernat pushed a change to branch upstream
in repository python-xlrd.

      from  cc25805   Imported Upstream version 0.9.4
       new  f69908a   Import python-xlrd_1.0.0.orig.tar.gz

The 1 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                            |   15 +
 .travis.yml                           |   32 +
 HISTORY.html                          |  339 ++++++++
 MANIFEST.in                           |    2 +
 PKG-INFO                              |    2 +-
 README.html                           |  135 ----
 README.md                             |   82 ++
 build.txt                             |   12 +
 make_doc.bat                          |    6 +
 pkg_doc.py                            |   31 +
 pythondoc.py                          | 1428 +++++++++++++++++++++++++++++++++
 requirements.txt                      |   15 +
 setup.cfg                             |    5 +
 setup.py                              |    9 +-
 tests/apachepoi_52348.xlsx            |  Bin 0 -> 5292 bytes
 tests/biff4_no_format_no_window2.xls  |  Bin 0 -> 2810 bytes
 tests/issue150.xlsx                   |  Bin 0 -> 99016 bytes
 tests/issue85.xls                     |  Bin 0 -> 9090560 bytes
 tests/test_cell.py                    |   10 +
 tests/test_comments_excel_sheet2.xlsx |  Bin 0 -> 32180 bytes
 tests/test_missing_records.py         |   22 +
 tests/test_open_workbook.py           |   10 +-
 tests/test_sheet.py                   |   12 +
 tests/test_xlsx_comments.py           |    9 +
 tests/test_xlsx_parse.py              |   31 +
 tox.ini                               |   13 +
 PKG-INFO => xlrd.egg-info/PKG-INFO    |    2 +-
 xlrd.egg-info/SOURCES.txt             |   67 ++
 xlrd.egg-info/dependency_links.txt    |    1 +
 xlrd.egg-info/top_level.txt           |    1 +
 xlrd/__init__.py                      |    8 +-
 xlrd/compdoc.py                       |    8 +-
 xlrd/formatting.py                    |   14 +-
 xlrd/info.py                          |    2 +-
 xlrd/sheet.py                         |   32 +-
 xlrd/xlsx.py                          |   78 +-
 36 files changed, 2236 insertions(+), 197 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 HISTORY.html
 create mode 100644 MANIFEST.in
 delete mode 100644 README.html
 create mode 100644 README.md
 create mode 100644 build.txt
 create mode 100644 make_doc.bat
 create mode 100644 pkg_doc.py
 create mode 100644 pythondoc.py
 create mode 100644 requirements.txt
 create mode 100644 setup.cfg
 create mode 100644 tests/apachepoi_52348.xlsx
 create mode 100644 tests/biff4_no_format_no_window2.xls
 create mode 100644 tests/issue150.xlsx
 create mode 100644 tests/issue85.xls
 create mode 100644 tests/test_comments_excel_sheet2.xlsx
 create mode 100644 tests/test_missing_records.py
 create mode 100644 tox.ini
 copy PKG-INFO => xlrd.egg-info/PKG-INFO (98%)
 create mode 100644 xlrd.egg-info/SOURCES.txt
 create mode 100644 xlrd.egg-info/dependency_links.txt
 create mode 100644 xlrd.egg-info/top_level.txt

-- 
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