[Python-modules-commits] [transifex-client] branch upstream updated (1f27e30 -> 8e46068)
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Fri Apr 14 19:24:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
eighthave pushed a change to branch upstream
in repository transifex-client.
from 1f27e30 Imported Upstream version 0.11.1+git15~g655c5e9
adds bf62302 Imported Upstream version 0.12.2
new 8e46068 Imported Upstream version 0.12.4
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 | 7 -
DEVELOPMENT.rst | 21 --
MANIFEST.in | 2 +-
PKG-INFO | 82 ++++++++
README.md | 65 ++++++
README.rst | 74 -------
appveyor.yml | 75 -------
circle.yml | 17 --
contrib/test_build.sh | 5 -
contrib/test_win_build.sh | 11 -
contrib/tx.ico | Bin 24870 -> 0 bytes
contrib/tx.spec | 29 ---
contrib/tx_commands.sh | 17 --
requirements.txt | 1 +
setup.cfg | 5 +
setup.py | 3 +-
tests/test_project.py | 61 +++++-
tests/test_utils.py | 163 +++++++++++++++
tox.ini | 12 --
transifex_client.egg-info/PKG-INFO | 82 ++++++++
transifex_client.egg-info/SOURCES.txt | 32 +++
transifex_client.egg-info/dependency_links.txt | 1 +
transifex_client.egg-info/entry_points.txt | 3 +
transifex_client.egg-info/not-zip-safe | 1 +
.../requires.txt | 1 +
transifex_client.egg-info/top_level.txt | 1 +
txclib/__init__.py | 2 +-
txclib/cmdline.py | 10 +
txclib/commands.py | 47 +++--
txclib/config.py | 8 +-
txclib/exceptions.py | 11 +
txclib/parsers.py | 17 ++
txclib/project.py | 226 ++++++++++++++++-----
txclib/utils.py | 161 +++++++++++----
34 files changed, 859 insertions(+), 394 deletions(-)
delete mode 100644 .gitignore
delete mode 100644 DEVELOPMENT.rst
create mode 100644 PKG-INFO
create mode 100644 README.md
delete mode 100644 README.rst
delete mode 100644 appveyor.yml
delete mode 100644 circle.yml
delete mode 100755 contrib/test_build.sh
delete mode 100644 contrib/test_win_build.sh
delete mode 100644 contrib/tx.ico
delete mode 100644 contrib/tx.spec
delete mode 100644 contrib/tx_commands.sh
create mode 100644 setup.cfg
create mode 100755 tests/test_utils.py
delete mode 100644 tox.ini
create mode 100644 transifex_client.egg-info/PKG-INFO
create mode 100644 transifex_client.egg-info/SOURCES.txt
create mode 100644 transifex_client.egg-info/dependency_links.txt
create mode 100644 transifex_client.egg-info/entry_points.txt
create mode 100644 transifex_client.egg-info/not-zip-safe
copy requirements.txt => transifex_client.egg-info/requires.txt (66%)
create mode 100644 transifex_client.egg-info/top_level.txt
mode change 100644 => 100755 txclib/utils.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