This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-stetl.
commit c44988d1d5391cc06e464d7d10913a47e47860ea Merge: 6d2ec2e fe12097 Author: Bas Couwenberg <[email protected]> Date: Sat Jun 18 16:15:05 2016 +0200 Merge tag 'upstream/1.0.9+ds' Upstream version 1.0.9+ds CHANGES.txt | 12 ++ PKG-INFO | 54 ++++++--- README.md | 38 ++++-- VERSION.txt | 2 +- docker/Dockerfile | 44 +++++++ docker/README.md | 38 ++++++ docker/build.sh | 9 ++ docker/test/1_copystd/etl.cfg | 11 ++ docker/test/1_copystd/etl.sh | 9 ++ docker/test/1_copystd/input/cities.xml | 18 +++ docs/Makefile | 153 ++++++++++++++++++++++++ docs/cases.rst | 88 ++++++++++++++ docs/conf.py | 4 +- docs/index.rst | 2 + docs/install.rst | 14 +++ docs/using.rst | 51 +++++++- examples/basics/6_cmdargs/etl.args | 4 + examples/basics/6_cmdargs/etl.sh | 9 +- examples/basics/readme.txt | 6 +- examples/top10nl/etl-top10nl.cmd | 17 +-- examples/top10nl/etl-top10nl.props | 28 +++++ examples/top10nl/etl-top10nl.sh | 17 +-- examples/top10nl/readme.txt | 2 + setup.py | 5 +- stetl/etl.py | 2 +- stetl/factory.py | 1 + stetl/filters/formatconverter.py | 3 + stetl/filters/packetwriter.py | 61 ++++++++++ stetl/filters/templatingfilter.py | 10 +- stetl/filters/xmlelementreader.py | 133 +++++++++++++++++++++ stetl/filters/zipfileextractor.py | 70 +++++++++++ stetl/inputs/fileinput.py | 109 ++++++++++++++--- stetl/main.py | 12 +- stetl/outputs/dboutput.py | 91 ++++++++++++-- stetl/outputs/execoutput.py | 209 +++++++++++++++++++++++++++++++++ stetl/packet.py | 1 + stetl/util.py | 30 +++++ stetl/version.py | 2 +- tests/__init__.pyc | Bin 0 -> 134 bytes tests/configs/copy_in_out.cfg | 11 ++ tests/data/cities.xml | 18 +++ tests/test_chain.pyc | Bin 0 -> 994 bytes 42 files changed, 1295 insertions(+), 103 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-stetl.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

