You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ko...@apache.org on 2019/11/27 12:24:00 UTC

[avro] branch master updated (ea084ff -> 790faee)

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

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


    from ea084ff  AVRO-2634 - Fix critical CVE in Javascript component
     add 790faee  AVRO-1880: Futurize Py2 via BytesIO (#720)

No new revisions were added by this update.

Summary of changes:
 lang/py/src/avro/datafile.py            | 38 +++++++++++------------
 lang/py/src/avro/ipc.py                 | 55 ++++++++++++++++-----------------
 lang/py/src/avro/tether/tether_task.py  | 46 ++++++++++-----------------
 lang/py/src/avro/txipc.py               | 12 +++----
 lang/py/test/test_io.py                 | 48 +++++++++++++---------------
 lang/py/test/test_script.py             |  8 ++---
 lang/py/test/test_tether_task.py        | 16 +++++-----
 lang/py/test/test_tether_task_runner.py | 16 +++++-----
 8 files changed, 108 insertions(+), 131 deletions(-)