[Python-modules-commits] [python-feather-format] branch master updated (8f652e5 -> 0605d45)

ChangZhuo Chen czchen at moszumanska.debian.org
Wed Nov 30 03:45:24 UTC 2016


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

czchen pushed a change to branch master
in repository python-feather-format.

      from  8f652e5   Update changelog
       new  152e66e   Import python-feather-format_0.3.1+dfsg1.orig.tar.gz
       new  1fc0420   record new upstream branch created by importing python-feather-format_0.3.1+dfsg1.orig.tar.gz and merge it
       new  0605d45   Update changelog

The 3 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:
 PKG-INFO                         |    2 +-
 debian/.git-dpm                  |   14 +-
 debian/changelog                 |    6 +
 feather/__init__.py              |    1 +
 feather/api.py                   |   23 +
 feather/compat.py                |    7 +
 feather/ext.cpp                  | 1251 ++++++++++++++++++++++++--------------
 feather/ext.pyx                  |   46 +-
 feather/interop.h                |   52 +-
 feather/tests/test_reader.py     |  114 +++-
 feather/version.py               |    2 +-
 feather_format.egg-info/PKG-INFO |    2 +-
 setup.py                         |    2 +-
 src/feather/common.h             |    4 +-
 src/feather/io.cc                |    4 +-
 src/feather/status.h             |    2 +-
 src/feather/types.h              |    2 +-
 17 files changed, 1060 insertions(+), 474 deletions(-)

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



More information about the Python-modules-commits mailing list