[python-stetl] branch jessie-backports updated (e543413 -> f7d9ba9)

Bas Couwenberg sebastic at debian.org
Fri Jun 24 17:01:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch jessie-backports
in repository python-stetl.

      from  e543413   Rebuild for jessie-backports.
      adds  bc68f40   Add Python 3 support.
      adds  6e3be38   Update Vcs-Git URL to use HTTPS.
      adds  6d2ec2e   Revert "Add Python 3 support."
      adds  fe12097   Imported Upstream version 1.0.9+ds
      adds  c44988d   Merge tag 'upstream/1.0.9+ds'
      adds  1352b27   Bump Standards-Version to 3.9.8, no changes.
      adds  1f0a89b   New upstream release.
      adds  9d7be96   Update stetl man page.
      adds  6470ce0   Drop patches, fixed upstream.
      adds  3dcf968   Set distribution to unstable.
       new  8b81435   Merge tag 'debian/1.0.9+ds-1' into jessie-backports
       new  f7d9ba9   Rebuild for jessie-backports.

The 2 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:
 CHANGES.txt                                        |  12 ++
 PKG-INFO                                           |  54 ++++--
 README.md                                          |  38 ++--
 VERSION.txt                                        |   2 +-
 debian/changelog                                   |  15 ++
 debian/control                                     |   4 +-
 debian/man/stetl.1.xml                             |  17 +-
 debian/patches/docs-Makefile.patch                 | 159 ----------------
 debian/patches/series                              |   3 -
 debian/patches/tests-configs.patch                 |  17 --
 debian/patches/tests-data.patch                    |  24 ---
 docker/Dockerfile                                  |  44 +++++
 docker/README.md                                   |  38 ++++
 docker/build.sh                                    |   9 +
 {examples/basics => docker/test}/1_copystd/etl.cfg |   0
 docker/test/1_copystd/etl.sh                       |   9 +
 .../test/1_copystd}/input/cities.xml               |   0
 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
 .../etl.cfg => tests/configs/copy_in_out.cfg       |   4 +-
 .../input => tests/data}/cities.xml                |   0
 tests/test_chain.pyc                               | Bin 0 -> 994 bytes
 49 files changed, 1266 insertions(+), 317 deletions(-)
 delete mode 100644 debian/patches/docs-Makefile.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/tests-configs.patch
 delete mode 100644 debian/patches/tests-data.patch
 create mode 100644 docker/Dockerfile
 create mode 100644 docker/README.md
 create mode 100755 docker/build.sh
 copy {examples/basics => docker/test}/1_copystd/etl.cfg (100%)
 create mode 100755 docker/test/1_copystd/etl.sh
 copy {examples/basics/11_formatconvert => docker/test/1_copystd}/input/cities.xml (100%)
 create mode 100644 docs/Makefile
 create mode 100644 docs/cases.rst
 create mode 100644 examples/basics/6_cmdargs/etl.args
 create mode 100644 examples/top10nl/etl-top10nl.props
 create mode 100644 stetl/filters/packetwriter.py
 create mode 100644 stetl/filters/xmlelementreader.py
 create mode 100644 stetl/filters/zipfileextractor.py
 create mode 100644 stetl/outputs/execoutput.py
 create mode 100644 tests/__init__.pyc
 copy examples/basics/1_copystd/etl.cfg => tests/configs/copy_in_out.cfg (70%)
 copy {examples/basics/11_formatconvert/input => tests/data}/cities.xml (100%)
 create mode 100644 tests/test_chain.pyc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-stetl.git



More information about the Pkg-grass-devel mailing list