[Python-modules-commits] [flufl.i18n] branch upstream updated (661c32e -> 95b912c)
Pierre-Elliott Bécue
peb-guest at moszumanska.debian.org
Sat Nov 25 14:40:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
peb-guest pushed a change to branch upstream
in repository flufl.i18n.
from 661c32e Imported Upstream version 1.1.3
new 95b912c Import flufl.i18n_2.0.1.orig.tar.gz
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:
COPYING-LESSER.txt | 165 ---------------------
MANIFEST.in | 4 +-
PKG-INFO | 128 +---------------
README.rst | 24 +--
coverage.ini | 13 ++
flufl.i18n.egg-info/PKG-INFO | 128 +---------------
flufl.i18n.egg-info/SOURCES.txt | 10 +-
flufl.i18n.egg-info/requires.txt | 1 +
flufl/__init__.py | 24 +--
flufl/i18n/NEWS.rst | 81 +++++-----
flufl/i18n/README.rst | 64 +++-----
flufl/i18n/__init__.py | 30 ++--
flufl/i18n/_application.py | 63 ++++----
flufl/i18n/_expand.py | 28 +---
flufl/i18n/_registry.py | 30 +---
flufl/i18n/_strategy.py | 35 +----
flufl/i18n/_substitute.py | 32 +---
flufl/i18n/_translator.py | 51 +------
flufl/i18n/conf.py | 2 +-
flufl/i18n/docs/expand.rst | 3 -
flufl/i18n/docs/strategies.rst | 9 +-
flufl/i18n/docs/using.rst | 25 +++-
flufl/i18n/testing/helpers.py | 23 +++
.../i18n/testing/messages/xx/LC_MESSAGES/flufl.po | 2 +-
.../i18n/testing/messages/yy/LC_MESSAGES/flufl.po | 2 +-
flufl/i18n/tests/test_application.py | 13 ++
flufl/i18n/tests/test_documentation.py | 75 ----------
flufl/i18n/tests/test_expand.py | 21 +++
flufl/i18n/tests/test_substitute.py | 20 +++
flufl/i18n/tests/test_translator.py | 57 ++-----
setup.cfg | 6 +-
setup.py | 37 ++---
setup_helpers.py | 25 +---
template.py | 23 ---
tox.ini | 53 ++++++-
unittest.cfg | 13 ++
36 files changed, 379 insertions(+), 941 deletions(-)
delete mode 100644 COPYING-LESSER.txt
create mode 100644 coverage.ini
create mode 100644 flufl.i18n.egg-info/requires.txt
create mode 100644 flufl/i18n/testing/helpers.py
create mode 100644 flufl/i18n/tests/test_application.py
delete mode 100644 flufl/i18n/tests/test_documentation.py
create mode 100644 flufl/i18n/tests/test_expand.py
create mode 100644 flufl/i18n/tests/test_substitute.py
delete mode 100644 template.py
create mode 100644 unittest.cfg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flufl.i18n.git
More information about the Python-modules-commits
mailing list