You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by nk...@apache.org on 2019/10/09 20:32:47 UTC

[avro] branch master updated (2b75804 -> 097ff2d)

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

nkollar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git.


    from 2b75804  AVRO-2587: Upgrade jackson to 2.10.0 (#675)
     add 097ff2d  AVRO-2576: Fix Premature Import pycodestyle (#664)

No new revisions were added by this update.

Summary of changes:
 LICENSE.txt                                   | 25 -------------------
 lang/py/.gitignore                            |  3 ++-
 lang/py/build.sh                              |  3 +--
 lang/py/setup.cfg                             |  4 +--
 lang/py/setup.py                              | 36 +++++++++++++++++++++++++++
 lang/py/src/avro/protocol.py                  |  1 +
 lang/py/src/avro/tether/tether_task_runner.py |  2 +-
 lang/py3/.gitignore                           |  1 +
 lang/py3/setup.cfg                            |  6 ++++-
 lang/py3/setup.py                             | 12 ++++++---
 pom.xml                                       | 36 +++++++++++++++------------
 share/docker/Dockerfile                       | 10 +++-----
 12 files changed, 82 insertions(+), 57 deletions(-)