[Python-modules-commits] [kitchen] branch upstream updated (2faeac3 -> 61cfac4)

Sergio Durigan Junior sergiodj-guest at moszumanska.debian.org
Mon Aug 28 04:53:17 UTC 2017


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

sergiodj-guest pushed a change to branch upstream
in repository kitchen.

      from  2faeac3   Import kitchen_1.2.4.orig.tar.gz
       new  61cfac4   New upstream version 1.2.5

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:
 MANIFEST.in                                        |   3 +-
 NEWS.rst                                           |  11 +-
 kitchen2/kitchen/__init__.py                       |   2 +-
 kitchen2/kitchen/exceptions.py                     |   4 +-
 kitchen2/kitchen/i18n/__init__.py                  |   8 +-
 kitchen2/kitchen/pycompat24/base64/__init__.py     |   8 +-
 kitchen2/kitchen/pycompat24/base64/_base64.py      |   2 +-
 kitchen2/kitchen/pycompat24/sets/__init__.py       |   6 +-
 .../kitchen/pycompat25/collections/_defaultdict.py |  18 +-
 kitchen2/kitchen/pycompat27/subprocess/__init__.py |   6 +-
 .../kitchen/pycompat27/subprocess/_subprocess.py   |   6 +-
 kitchen2/kitchen/text/converters.py                |   2 +-
 kitchen2/kitchen/text/display.py                   | 200 ++++++++++----------
 kitchen2/kitchen/text/exceptions.py                |   4 +-
 kitchen2/kitchen/text/utf8.py                      |   6 +-
 kitchen2/tests/base_classes.py                     |   6 +-
 kitchen2/tests/test__all__.py                      |   4 +-
 kitchen2/tests/test_deprecation.py                 |   2 -
 kitchen2/tests/test_i18n.py                        |   2 -
 kitchen2/tests/test_subprocess.py                  |  10 +-
 kitchen2/tests/test_text_display.py                |   3 +-
 kitchen2/tests/test_text_misc.py                   |   2 +-
 kitchen3/kitchen/__init__.py                       |   2 +-
 kitchen3/kitchen/exceptions.py                     |   4 +-
 kitchen3/kitchen/i18n/__init__.py                  |   8 +-
 kitchen3/kitchen/pycompat24/__init__.py            |   2 +-
 kitchen3/kitchen/pycompat24/sets/__init__.py       |   6 +-
 kitchen3/kitchen/pycompat24/subprocess.py          |   2 +-
 kitchen3/kitchen/pycompat27/subprocess/__init__.py |   8 +-
 kitchen3/kitchen/text/converters.py                |   2 +-
 kitchen3/kitchen/text/display.py                   | 206 +++++++++++----------
 kitchen3/kitchen/text/exceptions.py                |   4 +-
 kitchen3/kitchen/text/utf8.py                      |   6 +-
 kitchen3/tests/base_classes.py                     |   6 +-
 kitchen3/tests/test__all__.py                      |   4 +-
 kitchen3/tests/test_deprecation.py                 |   2 -
 kitchen3/tests/test_text_display.py                |   3 +-
 kitchen3/tests/test_text_misc.py                   |   2 +-
 releaseutils.py                                    |   2 +-
 setup.py                                           |   2 +-
 40 files changed, 306 insertions(+), 280 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/kitchen.git



More information about the Python-modules-commits mailing list