This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a change to branch maint-0.14.x
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from d5f74a4  ARROW-5940: [Release] Add support for re-uploading 
sign/checksum for binary artifacts
     new 9e8c005  ARROW-5934: [Python] Bundle arrow's LICENSE with the wheels
     new 5bdf824  ARROW-5856: [Python] [Packaging] Fix use of C++ / Cython API 
from wheels

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE.txt                                     | 816 +++++++++++++++++++++++-
 NOTICE.txt                                      |  14 +
 dev/tasks/python-wheels/manylinux-test.sh       |   2 +-
 dev/tasks/python-wheels/osx-build.sh            |  11 +-
 dev/tasks/python-wheels/travis.osx.yml          |   2 +-
 dev/tasks/python-wheels/win-build.bat           |   4 +-
 dev/tasks/tasks.yml                             |  16 +-
 python/LICENSE.txt                              |  88 ---
 python/MANIFEST.in                              |   3 +-
 python/pyarrow/__init__.py                      |  76 ++-
 python/pyarrow/includes/libarrow.pxd            |   3 +
 python/pyarrow/ipc.pxi                          |   4 +-
 python/pyarrow/lib.pxd                          |   5 +-
 python/pyarrow/tests/conftest.py                |  22 +-
 python/pyarrow/tests/pyarrow_cython_example.pyx |  10 +-
 python/pyarrow/tests/test_cython.py             |  40 +-
 python/pyarrow/types.pxi                        |   6 +-
 python/requirements-test.txt                    |   5 +-
 python/setup.cfg                                |   5 +
 python/setup.py                                 |   5 +
 20 files changed, 991 insertions(+), 146 deletions(-)
 delete mode 100644 python/LICENSE.txt

Reply via email to