[med-svn] [python-avro] 08/14: Merge tag 'upstream/1.8.0_rc0+dfsg'
Afif Elghraoui
afif-guest at moszumanska.debian.org
Sun Oct 25 00:46:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository python-avro.
commit 1206c29a5b992020cb9568bd3513e58ef8196f9d
Merge: cc3ce6d 9d6eb1f
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Sat Oct 24 15:52:01 2015 -0700
Merge tag 'upstream/1.8.0_rc0+dfsg'
Upstream version 1.8.0~rc0+dfsg
.gitignore | 4 +
BUILD.txt | 18 +-
CHANGES.txt | 181 ++
README.txt | 2 +-
build.sh | 40 +-
doc/src/content/xdocs/gettingstartedpython.xml | 20 +-
doc/src/content/xdocs/spec.xml | 63 +-
lang/py/build.xml | 52 +-
lang/py/ivy.xml | 24 +
lang/py/ivysettings.xml | 30 +
lang/py/lib/pyAntTasks-1.3-LICENSE.txt | 202 --
lang/py/lib/pyAntTasks-1.3.jar | Bin 18788 -> 0 bytes
lang/py/lib/simplejson/LICENSE.txt | 19 -
lang/py/lib/simplejson/__init__.py | 318 ---
lang/py/lib/simplejson/_speedups.c | 2329 --------------------
lang/py/lib/simplejson/decoder.py | 354 ---
lang/py/lib/simplejson/encoder.py | 440 ----
lang/py/lib/simplejson/scanner.py | 65 -
lang/py/lib/simplejson/tool.py | 37 -
lang/py/src/avro/schema.py | 6 +-
lang/py/src/avro/tether/__init__.py | 7 +
lang/py/src/avro/tether/tether_task.py | 498 +++++
lang/py/src/avro/tether/tether_task_runner.py | 227 ++
lang/py/src/avro/tether/util.py | 34 +
lang/py/test/mock_tether_parent.py | 95 +
lang/py/test/set_avro_test_path.py | 40 +
lang/py/test/test_datafile.py | 3 +
lang/py/test/test_datafile_interop.py | 3 +
lang/py/test/test_io.py | 3 +
lang/py/test/test_ipc.py | 2 +
lang/py/test/test_schema.py | 6 +
lang/py/test/test_tether_task.py | 116 +
lang/py/test/test_tether_task_runner.py | 191 ++
lang/py/test/test_tether_word_count.py | 213 ++
lang/py/test/word_count_task.py | 96 +
lang/py3/avro/schema.py | 8 +-
lang/py3/avro/tests/run_tests.py | 1 +
.../avro/tests/test_enum.py} | 40 +-
lang/py3/avro/tests/test_schema.py | 5 +
lang/py3/setup.py | 5 +-
pom.xml | 8 +-
share/VERSION.txt | 2 +-
share/docker/Dockerfile | 58 +
share/rat-excludes.txt | 1 +
.../org/apache/avro/ipc/trace/avroTrace.avdl | 68 -
.../org/apache/avro/ipc/trace/avroTrace.avpr | 82 -
share/test/schemas/http.avdl | 66 +
share/test/schemas/reserved.avsc | 2 +
share/test/schemas/specialtypes.avdl | 98 +
49 files changed, 2221 insertions(+), 3961 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-avro.git
More information about the debian-med-commit
mailing list