[Python-modules-commits] [flufl.i18n] branch master updated (522410f -> 8dd927f)

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Sat Nov 25 14:40:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

peb-guest pushed a change to branch master
in repository flufl.i18n.

      from  522410f   d/control: Put DPMT in Maintainers and myself in Uploaders.
       new  95b912c   Import flufl.i18n_2.0.1.orig.tar.gz
       new  c83cdf4   record new upstream branch created by importing flufl.i18n_2.0.1.orig.tar.gz and merge it
       new  0002deb   Since new upstream doesn't support python2, drop it
       new  e5d327f   Bumps Debhelper version to 10
       new  4ea053a   Copyright changes
       new  1bd8ddd   d/watch: https+version bump
       new  21dad86   Changes the -doc package behaviour
       new  8dd927f   Version bump to 2.0.1-1

The 8 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 ++
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  36 ++++-
 debian/compat                                      |   2 +-
 debian/control                                     |  32 +---
 debian/copyright                                   |  21 +++
 debian/python-flufl.i18n.links                     |   1 -
 debian/python3-flufl.i18n-doc.dirs                 |   1 +
 debian/python3-flufl.i18n-doc.doc-base             |   9 ++
 debian/python3-flufl.i18n.links                    |   1 +
 debian/rules                                       |   6 +-
 debian/tests/control                               |   2 +-
 debian/tests/smoketest-2                           |   4 -
 debian/watch                                       |   4 +-
 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 ++
 49 files changed, 465 insertions(+), 988 deletions(-)
 delete mode 100644 COPYING-LESSER.txt
 create mode 100644 coverage.ini
 delete mode 100644 debian/python-flufl.i18n.links
 create mode 100644 debian/python3-flufl.i18n-doc.dirs
 create mode 100644 debian/python3-flufl.i18n-doc.doc-base
 create mode 100644 debian/python3-flufl.i18n.links
 delete mode 100644 debian/tests/smoketest-2
 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