[Python-modules-commits] [python-xlrd] branch master updated (cbc7d94 -> b21da01)
Vincent Bernat
bernat at moszumanska.debian.org
Sun Jul 3 18:22:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
bernat pushed a change to branch master
in repository python-xlrd.
from cbc7d94 Fixed VCS URL (https)
new 925c5da record new upstream branch created by importing python-xlrd_1.0.0.orig.tar.gz
new f69908a Import python-xlrd_1.0.0.orig.tar.gz
new b52f5d5 setup-dont-include-doc-and-examples
new 1de4de8 merge patched into master
new aff8970 New upstream version
new 15864c1 d/control: bump standards-version
new bc7bbda d/control: build-depends on python{,3}-setuptools
new 37d6ae0 d/rules: reenable unittests
new b21da01 Prepare for release
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:
.gitignore | 15 +
.travis.yml | 32 +
HISTORY.html | 339 +++++
MANIFEST.in | 2 +
PKG-INFO | 2 +-
README.html | 135 --
README.md | 82 ++
build.txt | 12 +
debian/.git-dpm | 14 +-
debian/changelog | 13 +-
debian/control | 4 +-
debian/copyright | 2 +-
debian/patches/disable-non-working-tests.patch | 32 -
debian/patches/series | 1 -
.../setup-dont-include-doc-and-examples.patch | 6 +-
debian/rules | 4 +-
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 | 18 +-
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 +-
44 files changed, 2273 insertions(+), 244 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
delete mode 100644 debian/patches/disable-non-working-tests.patch
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