[med-svn] [python-avro] branch upstream updated (b7e7eff -> 9d6eb1f)
Afif Elghraoui
afif-guest at moszumanska.debian.org
Sun Oct 25 00:46:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a change to branch upstream
in repository python-avro.
from b7e7eff Imported Upstream version 1.7.7
new 9d6eb1f Imported Upstream version 1.8.0~rc0+dfsg
The 1 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:
.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 ++
.../echo.avdl => lang/py/src/avro/tether/util.py | 30 +-
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 +
lang/py3/avro/{__init__.py => tests/test_enum.py} | 25 +-
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, 2198 insertions(+), 3965 deletions(-)
create mode 100644 lang/py/ivy.xml
create mode 100644 lang/py/ivysettings.xml
delete mode 100644 lang/py/lib/pyAntTasks-1.3-LICENSE.txt
delete mode 100644 lang/py/lib/pyAntTasks-1.3.jar
delete mode 100644 lang/py/lib/simplejson/LICENSE.txt
delete mode 100644 lang/py/lib/simplejson/__init__.py
delete mode 100644 lang/py/lib/simplejson/_speedups.c
delete mode 100644 lang/py/lib/simplejson/decoder.py
delete mode 100644 lang/py/lib/simplejson/encoder.py
delete mode 100644 lang/py/lib/simplejson/scanner.py
delete mode 100644 lang/py/lib/simplejson/tool.py
create mode 100644 lang/py/src/avro/tether/__init__.py
create mode 100644 lang/py/src/avro/tether/tether_task.py
create mode 100644 lang/py/src/avro/tether/tether_task_runner.py
copy share/test/schemas/echo.avdl => lang/py/src/avro/tether/util.py (79%)
create mode 100644 lang/py/test/mock_tether_parent.py
create mode 100644 lang/py/test/set_avro_test_path.py
create mode 100644 lang/py/test/test_tether_task.py
create mode 100644 lang/py/test/test_tether_task_runner.py
create mode 100644 lang/py/test/test_tether_word_count.py
create mode 100644 lang/py/test/word_count_task.py
copy lang/py3/avro/{__init__.py => tests/test_enum.py} (57%)
create mode 100644 share/docker/Dockerfile
delete mode 100644 share/schemas/org/apache/avro/ipc/trace/avroTrace.avdl
delete mode 100644 share/schemas/org/apache/avro/ipc/trace/avroTrace.avpr
create mode 100644 share/test/schemas/http.avdl
create mode 100644 share/test/schemas/reserved.avsc
create mode 100644 share/test/schemas/specialtypes.avdl
--
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