[Python-modules-commits] [transifex-client] 02/03: Merge tag 'upstream/0.13.0'
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Tue Jan 9 22:36:51 UTC 2018
This is an automated email from the git hooks/post-receive script.
eighthave pushed a commit to branch master
in repository transifex-client.
commit cbc16686cbfb2c90f467c6705f776beb024402cc
Merge: 3867d4b 77efc15
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Tue Jan 9 22:41:49 2018 +0100
Merge tag 'upstream/0.13.0'
Upstream version 0.13.0
# gpg: Signature made Die 09 Jän 2018 22:41:44 CET using RSA key ID BA1B9BFA
# gpg: Good signature from "Hans-Christoph Steiner <hans at guardianproject.info>"
# gpg: aka "Hans-Christoph Steiner <hans at at.or.at>"
# gpg: aka "Hans-Christoph Steiner <hans at eds.org>"
# gpg: aka "[jpeg image of size 5375]"
PKG-INFO | 8 +-
requirements.txt | 2 +
setup.cfg | 1 -
setup.py | 3 +-
tests/__init__.pyc | Bin 0 -> 144 bytes
tests/project_dir/.transifexrc | 6 +
tests/project_dir/test.txt | 0
tests/project_dir/translations/en/test.txt | 0
tests/templates/config | 8 +
tests/templates/transifexrc | 4 +
tests/test_api.py | 74 ++++
tests/test_api.pyc | Bin 0 -> 2558 bytes
tests/test_commands.py | 397 +++++++++++++++++++++
tests/test_commands.pyc | Bin 0 -> 18602 bytes
tests/test_parsers.pyc | Bin 0 -> 1665 bytes
tests/test_paths.pyc | Bin 0 -> 2328 bytes
tests/test_processors.pyc | Bin 0 -> 2931 bytes
tests/test_project.py | 245 ++++++++++++-
tests/test_project.pyc | Bin 0 -> 30050 bytes
tests/test_utils.py | 98 +++++-
tests/test_utils.pyc | Bin 0 -> 8539 bytes
tests/test_wizard.py | 146 ++++++++
tests/test_wizard.pyc | Bin 0 -> 4512 bytes
transifex_client.egg-info/PKG-INFO | 8 +-
transifex_client.egg-info/SOURCES.txt | 23 +-
transifex_client.egg-info/pbr.json | 1 +
transifex_client.egg-info/requires.txt | 2 +
txclib/__init__.py | 2 +-
txclib/api.py | 77 +++++
txclib/cmdline.py | 78 ++---
txclib/commands.py | 385 +++++++++++++--------
txclib/config.py | 6 +-
txclib/exceptions.py | 25 ++
txclib/log.py | 2 +-
txclib/messages.py | 115 +++++++
txclib/parsers.py | 533 ++++++++++++++++++++---------
txclib/project.py | 493 +++++++++++++-------------
txclib/urls.py | 16 +
txclib/utils.py | 228 +++++++++++-
txclib/wizard.py | 193 +++++++++++
40 files changed, 2518 insertions(+), 661 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/transifex-client.git
More information about the Python-modules-commits
mailing list