[Python-modules-commits] [transifex-client] branch upstream updated (8e46068 -> 77efc15)
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Tue Jan 9 22:33:54 UTC 2018
This is an automated email from the git hooks/post-receive script.
eighthave pushed a change to branch upstream
in repository transifex-client.
from 8e46068 Imported Upstream version 0.12.4
new 77efc15 New upstream version 0.13.0
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:
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/{__init__.py => project_dir/test.txt} | 0
.../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(-)
create mode 100644 tests/__init__.pyc
create mode 100644 tests/project_dir/.transifexrc
copy tests/{__init__.py => project_dir/test.txt} (100%)
copy tests/{__init__.py => project_dir/translations/en/test.txt} (100%)
create mode 100755 tests/templates/config
create mode 100755 tests/templates/transifexrc
create mode 100644 tests/test_api.py
create mode 100644 tests/test_api.pyc
create mode 100644 tests/test_commands.py
create mode 100644 tests/test_commands.pyc
create mode 100644 tests/test_parsers.pyc
create mode 100644 tests/test_paths.pyc
create mode 100644 tests/test_processors.pyc
create mode 100644 tests/test_project.pyc
create mode 100644 tests/test_utils.pyc
create mode 100644 tests/test_wizard.py
create mode 100644 tests/test_wizard.pyc
create mode 100644 transifex_client.egg-info/pbr.json
create mode 100644 txclib/api.py
create mode 100644 txclib/messages.py
create mode 100644 txclib/wizard.py
--
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