[Python-modules-commits] [kitchen] branch master updated (d105320 -> 5e053da)

Sergio Durigan Junior sergiodj-guest at moszumanska.debian.org
Sun Jul 10 18:31:57 UTC 2016


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

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

      from  d105320   Fixed VCS URL (https)
       new  4821261   Update debian/watch to use github instead of pypi.
       new  0d86946   record new upstream branch created by importing kitchen_1.2.4.orig.tar.gz
       new  2faeac3   Import kitchen_1.2.4.orig.tar.gz
       new  d273a44   Fix several typos
       new  7e18b88   Remove the pycompat* submodules
       new  a4a696f   Make kitchen.text.converters.exception_to_* not swallow
       new  1d00f92   merge patched into master
       new  b08ac4f   change version to 1.2.4-1 [ Ondřej Nový ] [ Sergio Durigan Junior ] Updating patches
       new  7603f9a   Updating buildsystem, adding Python 3 support, adding pybuild support
       new  b2587b7   Update COMBINED table on kitchen3/kitchen/text/display.py
       new  7299d28   merge patched into master
       new  eb352bb   Further improvements on debian/rules.
       new  573acd2   Extending long description for each package on debian/control.
       new  eda70b0   Updating debian/copyright
       new  90d049c   Building and adding docs to the package.
       new  5c79b9a   Fix several typos
       new  9df1603   Remove the pycompat* submodules
       new  3500c7f   Make kitchen.text.converters.exception_to_* not swallow
       new  8c8678e   Update COMBINED table on kitchen3/kitchen/text/display.py
       new  9a5e51c   merge patched into master
       new  5e053da   Updating debian/changelog for new release.

The 21 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                                         |    6 +
 .travis.yml                                        |   12 +
 .tx/config                                         |    7 +
 HACKING => HACKING.rst                             |  112 +-
 MANIFEST.in                                        |   11 +
 NEWS => NEWS.rst                                   |   69 +-
 PKG-INFO                                           |   39 -
 README => README.rst                               |   15 +-
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |   30 +-
 debian/control                                     |   57 +-
 debian/copyright                                   |  141 +-
 debian/patches/explicit_Exception_catching         |   16 +-
 debian/patches/fix_typos                           |   95 +-
 debian/patches/normalize_test_unicode_name         |   98 -
 debian/patches/remove_compat_layers                | 2210 +++++++++++++++++++-
 debian/patches/series                              |    2 +-
 .../update-combined-table-display-py3.patch        |  165 ++
 debian/python-kitchen-doc.doc-base                 |   21 +
 debian/python-kitchen-doc.docs                     |    2 +
 debian/python-kitchen-doc.manpages                 |    1 +
 debian/rules                                       |   35 +-
 debian/watch                                       |    7 +-
 docs/api-pycompat24.rst                            |   34 -
 docs/api-pycompat25.rst                            |    8 -
 docs/api-pycompat27.rst                            |   35 -
 {docs => kitchen2/docs}/api-collections.rst        |    0
 {docs => kitchen2/docs}/api-exceptions.rst         |    0
 {docs => kitchen2/docs}/api-i18n.rst               |    0
 {docs => kitchen2/docs}/api-iterutils.rst          |    0
 {docs => kitchen2/docs}/api-overview.rst           |    3 -
 {docs => kitchen2/docs}/api-text-converters.rst    |    0
 {docs => kitchen2/docs}/api-text-display.rst       |    0
 {docs => kitchen2/docs}/api-text-misc.rst          |    0
 {docs => kitchen2/docs}/api-text-utf8.rst          |    0
 {docs => kitchen2/docs}/api-text.rst               |    0
 {docs => kitchen2/docs}/api-versioning.rst         |    0
 {docs => kitchen2/docs}/conf.py                    |    0
 {docs => kitchen2/docs}/designing-unicode-apis.rst |    0
 {docs => kitchen2/docs}/glossary.rst               |    0
 {docs => kitchen2/docs}/hacking.rst                |    8 +-
 {docs => kitchen2/docs}/index.rst                  |   14 +-
 {docs => kitchen2/docs}/porting-guide-0.3.rst      |    0
 {docs => kitchen2/docs}/tutorial.rst               |    0
 {docs => kitchen2/docs}/unicode-frustrations.rst   |    2 +-
 {kitchen => kitchen2/kitchen}/__init__.py          |    6 +-
 .../kitchen}/collections/__init__.py               |    0
 .../kitchen}/collections/strictdict.py             |    0
 {kitchen => kitchen2/kitchen}/exceptions.py        |    0
 {kitchen => kitchen2/kitchen}/i18n/__init__.py     |  130 +-
 .../kitchen}/iterutils/__init__.py                 |    6 +-
 .../kitchen}/pycompat24/__init__.py                |    0
 .../kitchen}/pycompat24/base64/__init__.py         |    0
 .../kitchen}/pycompat24/base64/_base64.py          |    0
 .../kitchen}/pycompat24/sets/__init__.py           |    0
 .../kitchen}/pycompat24/subprocess.py              |    0
 .../kitchen}/pycompat25/__init__.py                |    0
 .../kitchen}/pycompat25/collections/__init__.py    |    0
 .../pycompat25/collections/_defaultdict.py         |    6 +-
 .../kitchen}/pycompat27/__init__.py                |    0
 .../kitchen}/pycompat27/subprocess/__init__.py     |    0
 .../kitchen}/pycompat27/subprocess/_subprocess.py  |    0
 {kitchen => kitchen2/kitchen}/release.py           |    4 +-
 {kitchen => kitchen2/kitchen}/text/__init__.py     |    2 +-
 {kitchen => kitchen2/kitchen}/text/converters.py   |   78 +-
 {kitchen => kitchen2/kitchen}/text/display.py      |  121 +-
 {kitchen => kitchen2/kitchen}/text/exceptions.py   |    0
 {kitchen => kitchen2/kitchen}/text/misc.py         |  128 +-
 {kitchen => kitchen2/kitchen}/text/utf8.py         |   37 +-
 .../kitchen}/versioning/__init__.py                |    4 +-
 {tests => kitchen2/tests}/base_classes.py          |   52 +-
 {tests => kitchen2/tests}/data/locale-old/pt_BR.po |    0
 .../data/locale-old/pt_BR/LC_MESSAGES/test.mo      |  Bin
 {tests => kitchen2/tests}/data/locale-old/test.pot |    0
 {tests => kitchen2/tests}/data/locale/pt_BR.po     |    0
 .../tests}/data/locale/pt_BR/LC_MESSAGES/test.mo   |  Bin
 {tests => kitchen2/tests}/data/locale/test.pot     |    0
 {tests => kitchen2/tests}/test__all__.py           |    6 +
 {tests => kitchen2/tests}/test_collections.py      |   46 +-
 kitchen2/tests/test_converters.py                  |  415 ++++
 {tests => kitchen2/tests}/test_deprecation.py      |   32 +-
 kitchen2/tests/test_i18n.py                        |  820 ++++++++
 {tests => kitchen2/tests}/test_iterutils.py        |    7 +-
 kitchen2/tests/test_text_display.py                |  161 ++
 {tests => kitchen2/tests}/test_text_misc.py        |   16 +
 {tests => kitchen2/tests}/test_text_utf8.py        |    2 +-
 {tests => kitchen2/tests}/test_versioning.py       |    3 +-
 {docs => kitchen3/docs}/api-collections.rst        |    0
 {docs => kitchen3/docs}/api-exceptions.rst         |    0
 {docs => kitchen3/docs}/api-i18n.rst               |    0
 {docs => kitchen3/docs}/api-iterutils.rst          |    0
 {docs => kitchen3/docs}/api-overview.rst           |    3 -
 {docs => kitchen3/docs}/api-text-converters.rst    |    0
 {docs => kitchen3/docs}/api-text-display.rst       |    0
 {docs => kitchen3/docs}/api-text-misc.rst          |    0
 {docs => kitchen3/docs}/api-text-utf8.rst          |    0
 {docs => kitchen3/docs}/api-text.rst               |    0
 {docs => kitchen3/docs}/api-versioning.rst         |    0
 {docs => kitchen3/docs}/conf.py                    |    4 +-
 {docs => kitchen3/docs}/designing-unicode-apis.rst |    2 +-
 {docs => kitchen3/docs}/glossary.rst               |    0
 {docs => kitchen3/docs}/hacking.rst                |   10 +-
 {docs => kitchen3/docs}/index.rst                  |   14 +-
 {docs => kitchen3/docs}/porting-guide-0.3.rst      |    0
 {docs => kitchen3/docs}/tutorial.rst               |    0
 {docs => kitchen3/docs}/unicode-frustrations.rst   |   73 +-
 {kitchen => kitchen3/kitchen}/__init__.py          |    8 +-
 .../kitchen}/collections/__init__.py               |    0
 kitchen3/kitchen/collections/strictdict.py         |   51 +
 {kitchen => kitchen3/kitchen}/exceptions.py        |    0
 {kitchen => kitchen3/kitchen}/i18n/__init__.py     |  237 ++-
 .../kitchen}/iterutils/__init__.py                 |   12 +-
 kitchen3/kitchen/pycompat24/__init__.py            |   19 +
 .../kitchen}/pycompat24/base64/__init__.py         |   46 +-
 kitchen3/kitchen/pycompat24/sets/__init__.py       |   54 +
 kitchen3/kitchen/pycompat24/subprocess.py          |   13 +
 kitchen3/kitchen/pycompat25/__init__.py            |   20 +
 .../kitchen/pycompat25/collections/__init__.py     |   23 +
 .../kitchen}/pycompat27/__init__.py                |    8 +
 .../kitchen}/pycompat27/subprocess/__init__.py     |   42 +-
 {kitchen => kitchen3/kitchen}/release.py           |    4 +-
 {kitchen => kitchen3/kitchen}/text/__init__.py     |    2 +-
 {kitchen => kitchen3/kitchen}/text/converters.py   |  345 ++-
 {kitchen => kitchen3/kitchen}/text/display.py      |  289 +--
 {kitchen => kitchen3/kitchen}/text/exceptions.py   |    0
 {kitchen => kitchen3/kitchen}/text/misc.py         |  204 +-
 {kitchen => kitchen3/kitchen}/text/utf8.py         |   45 +-
 .../kitchen}/versioning/__init__.py                |   21 +-
 kitchen3/tests/base_classes.py                     |  177 ++
 {tests => kitchen3/tests}/data/locale-old/pt_BR.po |    0
 .../data/locale-old/pt_BR/LC_MESSAGES/test.mo      |  Bin
 {tests => kitchen3/tests}/data/locale-old/test.pot |    0
 {tests => kitchen3/tests}/data/locale/pt_BR.po     |    0
 .../tests}/data/locale/pt_BR/LC_MESSAGES/test.mo   |  Bin
 {tests => kitchen3/tests}/data/locale/test.pot     |    0
 {tests => kitchen3/tests}/test__all__.py           |   26 +-
 {tests => kitchen3/tests}/test_collections.py      |  124 +-
 kitchen3/tests/test_converters.py                  |  420 ++++
 {tests => kitchen3/tests}/test_deprecation.py      |   34 +-
 kitchen3/tests/test_i18n.py                        |  817 ++++++++
 {tests => kitchen3/tests}/test_iterutils.py        |    9 +-
 kitchen3/tests/test_text_display.py                |  161 ++
 {tests => kitchen3/tests}/test_text_misc.py        |   32 +-
 {tests => kitchen3/tests}/test_text_utf8.py        |   22 +-
 kitchen3/tests/test_versioning.py                  |   34 +
 locale/de/LC_MESSAGES/kitchen.mo                   |  Bin 917 -> 657 bytes
 locale/en_US/LC_MESSAGES/kitchen.mo                |  Bin 7591 -> 2780 bytes
 maintainers/sync-copied-files.py                   |   56 +
 po/de.po                                           |  162 +-
 po/en_US.po                                        |  218 +-
 po/kitchen.pot                                     |  152 +-
 releaseutils.py                                    |   22 +-
 runtests.sh                                        |    7 +
 setup.py                                           |   43 +-
 tests/subprocessdata/sigchild_ignore.py            |   11 -
 tests/test_converters.py                           |  387 ----
 tests/test_defaultdict.py                          |  180 --
 tests/test_i18n.py                                 |  749 -------
 tests/test_subprocess.py                           | 1457 -------------
 tests/test_text_display.py                         |  161 --
 160 files changed, 7425 insertions(+), 4936 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 .tx/config
 rename HACKING => HACKING.rst (70%)
 create mode 100644 MANIFEST.in
 rename NEWS => NEWS.rst (70%)
 delete mode 100644 PKG-INFO
 rename README => README.rst (92%)
 delete mode 100644 debian/patches/normalize_test_unicode_name
 create mode 100644 debian/patches/update-combined-table-display-py3.patch
 create mode 100644 debian/python-kitchen-doc.doc-base
 create mode 100644 debian/python-kitchen-doc.docs
 create mode 100644 debian/python-kitchen-doc.manpages
 delete mode 100644 docs/api-pycompat24.rst
 delete mode 100644 docs/api-pycompat25.rst
 delete mode 100644 docs/api-pycompat27.rst
 copy {docs => kitchen2/docs}/api-collections.rst (100%)
 copy {docs => kitchen2/docs}/api-exceptions.rst (100%)
 copy {docs => kitchen2/docs}/api-i18n.rst (100%)
 copy {docs => kitchen2/docs}/api-iterutils.rst (100%)
 copy {docs => kitchen2/docs}/api-overview.rst (89%)
 copy {docs => kitchen2/docs}/api-text-converters.rst (100%)
 copy {docs => kitchen2/docs}/api-text-display.rst (100%)
 copy {docs => kitchen2/docs}/api-text-misc.rst (100%)
 copy {docs => kitchen2/docs}/api-text-utf8.rst (100%)
 copy {docs => kitchen2/docs}/api-text.rst (100%)
 copy {docs => kitchen2/docs}/api-versioning.rst (100%)
 copy {docs => kitchen2/docs}/conf.py (100%)
 copy {docs => kitchen2/docs}/designing-unicode-apis.rst (100%)
 copy {docs => kitchen2/docs}/glossary.rst (100%)
 copy {docs => kitchen2/docs}/hacking.rst (98%)
 copy {docs => kitchen2/docs}/index.rst (93%)
 copy {docs => kitchen2/docs}/porting-guide-0.3.rst (100%)
 copy {docs => kitchen2/docs}/tutorial.rst (100%)
 copy {docs => kitchen2/docs}/unicode-frustrations.rst (99%)
 copy {kitchen => kitchen2/kitchen}/__init__.py (97%)
 copy {kitchen => kitchen2/kitchen}/collections/__init__.py (100%)
 rename {kitchen => kitchen2/kitchen}/collections/strictdict.py (100%)
 copy {kitchen => kitchen2/kitchen}/exceptions.py (100%)
 copy {kitchen => kitchen2/kitchen}/i18n/__init__.py (88%)
 copy {kitchen => kitchen2/kitchen}/iterutils/__init__.py (96%)
 rename {kitchen => kitchen2/kitchen}/pycompat24/__init__.py (100%)
 copy {kitchen => kitchen2/kitchen}/pycompat24/base64/__init__.py (100%)
 rename {kitchen => kitchen2/kitchen}/pycompat24/base64/_base64.py (100%)
 rename {kitchen => kitchen2/kitchen}/pycompat24/sets/__init__.py (100%)
 rename {kitchen => kitchen2/kitchen}/pycompat24/subprocess.py (100%)
 rename {kitchen => kitchen2/kitchen}/pycompat25/__init__.py (100%)
 rename {kitchen => kitchen2/kitchen}/pycompat25/collections/__init__.py (100%)
 rename {kitchen => kitchen2/kitchen}/pycompat25/collections/_defaultdict.py (97%)
 copy {kitchen => kitchen2/kitchen}/pycompat27/__init__.py (100%)
 copy {kitchen => kitchen2/kitchen}/pycompat27/subprocess/__init__.py (100%)
 rename {kitchen => kitchen2/kitchen}/pycompat27/subprocess/_subprocess.py (100%)
 copy {kitchen => kitchen2/kitchen}/release.py (93%)
 copy {kitchen => kitchen2/kitchen}/text/__init__.py (92%)
 copy {kitchen => kitchen2/kitchen}/text/converters.py (95%)
 copy {kitchen => kitchen2/kitchen}/text/display.py (91%)
 copy {kitchen => kitchen2/kitchen}/text/exceptions.py (100%)
 copy {kitchen => kitchen2/kitchen}/text/misc.py (73%)
 copy {kitchen => kitchen2/kitchen}/text/utf8.py (83%)
 copy {kitchen => kitchen2/kitchen}/versioning/__init__.py (98%)
 rename {tests => kitchen2/tests}/base_classes.py (77%)
 copy {tests => kitchen2/tests}/data/locale-old/pt_BR.po (100%)
 copy {tests => kitchen2/tests}/data/locale-old/pt_BR/LC_MESSAGES/test.mo (100%)
 copy {tests => kitchen2/tests}/data/locale-old/test.pot (100%)
 copy {tests => kitchen2/tests}/data/locale/pt_BR.po (100%)
 copy {tests => kitchen2/tests}/data/locale/pt_BR/LC_MESSAGES/test.mo (100%)
 copy {tests => kitchen2/tests}/data/locale/test.pot (100%)
 copy {tests => kitchen2/tests}/test__all__.py (96%)
 copy {tests => kitchen2/tests}/test_collections.py (80%)
 create mode 100644 kitchen2/tests/test_converters.py
 copy {tests => kitchen2/tests}/test_deprecation.py (64%)
 create mode 100644 kitchen2/tests/test_i18n.py
 copy {tests => kitchen2/tests}/test_iterutils.py (79%)
 create mode 100644 kitchen2/tests/test_text_display.py
 copy {tests => kitchen2/tests}/test_text_misc.py (92%)
 copy {tests => kitchen2/tests}/test_text_utf8.py (98%)
 rename {tests => kitchen2/tests}/test_versioning.py (94%)
 rename {docs => kitchen3/docs}/api-collections.rst (100%)
 rename {docs => kitchen3/docs}/api-exceptions.rst (100%)
 rename {docs => kitchen3/docs}/api-i18n.rst (100%)
 rename {docs => kitchen3/docs}/api-iterutils.rst (100%)
 rename {docs => kitchen3/docs}/api-overview.rst (89%)
 rename {docs => kitchen3/docs}/api-text-converters.rst (100%)
 rename {docs => kitchen3/docs}/api-text-display.rst (100%)
 rename {docs => kitchen3/docs}/api-text-misc.rst (100%)
 rename {docs => kitchen3/docs}/api-text-utf8.rst (100%)
 rename {docs => kitchen3/docs}/api-text.rst (100%)
 rename {docs => kitchen3/docs}/api-versioning.rst (100%)
 rename {docs => kitchen3/docs}/conf.py (98%)
 rename {docs => kitchen3/docs}/designing-unicode-apis.rst (99%)
 rename {docs => kitchen3/docs}/glossary.rst (100%)
 rename {docs => kitchen3/docs}/hacking.rst (97%)
 rename {docs => kitchen3/docs}/index.rst (93%)
 rename {docs => kitchen3/docs}/porting-guide-0.3.rst (100%)
 rename {docs => kitchen3/docs}/tutorial.rst (100%)
 rename {docs => kitchen3/docs}/unicode-frustrations.rst (89%)
 rename {kitchen => kitchen3/kitchen}/__init__.py (94%)
 rename {kitchen => kitchen3/kitchen}/collections/__init__.py (100%)
 create mode 100644 kitchen3/kitchen/collections/strictdict.py
 rename {kitchen => kitchen3/kitchen}/exceptions.py (100%)
 rename {kitchen => kitchen3/kitchen}/i18n/__init__.py (80%)
 rename {kitchen => kitchen3/kitchen}/iterutils/__init__.py (90%)
 create mode 100644 kitchen3/kitchen/pycompat24/__init__.py
 rename {kitchen => kitchen3/kitchen}/pycompat24/base64/__init__.py (54%)
 create mode 100644 kitchen3/kitchen/pycompat24/sets/__init__.py
 create mode 100644 kitchen3/kitchen/pycompat24/subprocess.py
 create mode 100644 kitchen3/kitchen/pycompat25/__init__.py
 create mode 100644 kitchen3/kitchen/pycompat25/collections/__init__.py
 rename {kitchen => kitchen3/kitchen}/pycompat27/__init__.py (54%)
 rename {kitchen => kitchen3/kitchen}/pycompat27/subprocess/__init__.py (53%)
 rename {kitchen => kitchen3/kitchen}/release.py (93%)
 rename {kitchen => kitchen3/kitchen}/text/__init__.py (92%)
 rename {kitchen => kitchen3/kitchen}/text/converters.py (77%)
 rename {kitchen => kitchen3/kitchen}/text/display.py (80%)
 rename {kitchen => kitchen3/kitchen}/text/exceptions.py (100%)
 rename {kitchen => kitchen3/kitchen}/text/misc.py (59%)
 rename {kitchen => kitchen3/kitchen}/text/utf8.py (78%)
 rename {kitchen => kitchen3/kitchen}/versioning/__init__.py (89%)
 create mode 100644 kitchen3/tests/base_classes.py
 rename {tests => kitchen3/tests}/data/locale-old/pt_BR.po (100%)
 rename {tests => kitchen3/tests}/data/locale-old/pt_BR/LC_MESSAGES/test.mo (100%)
 rename {tests => kitchen3/tests}/data/locale-old/test.pot (100%)
 rename {tests => kitchen3/tests}/data/locale/pt_BR.po (100%)
 rename {tests => kitchen3/tests}/data/locale/pt_BR/LC_MESSAGES/test.mo (100%)
 rename {tests => kitchen3/tests}/data/locale/test.pot (100%)
 rename {tests => kitchen3/tests}/test__all__.py (90%)
 rename {tests => kitchen3/tests}/test_collections.py (51%)
 create mode 100644 kitchen3/tests/test_converters.py
 rename {tests => kitchen3/tests}/test_deprecation.py (64%)
 create mode 100644 kitchen3/tests/test_i18n.py
 rename {tests => kitchen3/tests}/test_iterutils.py (78%)
 create mode 100644 kitchen3/tests/test_text_display.py
 rename {tests => kitchen3/tests}/test_text_misc.py (86%)
 rename {tests => kitchen3/tests}/test_text_utf8.py (89%)
 create mode 100644 kitchen3/tests/test_versioning.py
 create mode 100755 maintainers/sync-copied-files.py
 create mode 100755 runtests.sh
 delete mode 100644 tests/subprocessdata/sigchild_ignore.py
 delete mode 100644 tests/test_converters.py
 delete mode 100644 tests/test_defaultdict.py
 delete mode 100644 tests/test_i18n.py
 delete mode 100644 tests/test_subprocess.py
 delete mode 100644 tests/test_text_display.py

-- 
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