[Python-modules-commits] [transifex-client] branch master updated (6a4c1c2 -> 462e391)
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Thu Dec 22 14:38:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
eighthave pushed a change to branch master
in repository transifex-client.
from 6a4c1c2 update date in debian/changelog
new 9963531 Imported Debian patch 0.11.1+git15~g655c5e9-1.1
new bf62302 Imported Upstream version 0.12.2
new fddde69 Merge tag 'upstream/0.12.2'
new 349af1d update debian/changelog for new upstream release
new f006342 use pypi.debian.net for debian/watch
new 2bc999b Standards-Version: 3.9.8 no changes
new a734e18 hard-code python-openssl dependency, its optional in the code
new 45d33ee remove patches that were included upstream
new 462e391 ignore Debian build products
The 9 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 ---
PKG-INFO | 86 +++++++++++
README.rst | 17 +--
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 ---
debian/.gitignore | 6 +
debian/changelog | 15 ++
debian/control | 4 +-
debian/watch | 3 +-
requirements.txt | 1 +
setup.cfg | 5 +
tests/test_utils.py | 163 +++++++++++++++++++++
tox.ini | 12 --
transifex_client.egg-info/PKG-INFO | 86 +++++++++++
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 | 8 +
txclib/commands.py | 6 +-
txclib/config.py | 8 +-
txclib/exceptions.py | 11 ++
txclib/project.py | 71 +++++----
txclib/utils.py | 110 +++++++++-----
33 files changed, 560 insertions(+), 275 deletions(-)
delete mode 100644 .gitignore
delete mode 100644 DEVELOPMENT.rst
create mode 100644 PKG-INFO
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 debian/.gitignore
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