[Python-modules-commits] [cookiecutter] branch upstream updated (e54282d -> db64fef)

Vincent Bernat bernat at moszumanska.debian.org
Mon Nov 30 08:13:20 UTC 2015


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

bernat pushed a change to branch upstream
in repository cookiecutter.

      from  e54282d   Import cookiecutter_1.1.0.orig.tar.gz
      adds  db64fef   Import cookiecutter_1.2.1.orig.tar.gz

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  3 +-
 AUTHORS.rst                                        |  4 +
 HISTORY.rst                                        | 38 ++++++++-
 README.rst                                         | 15 ++--
 cookiecutter/__init__.py                           |  2 +-
 cookiecutter/config.py                             |  5 +-
 cookiecutter/generate.py                           | 34 +++++++-
 cookiecutter/main.py                               |  2 +-
 setup.py                                           | 14 +++-
 ...if generate_file == 'y' %}cheese.txt{% endif %} |  1 +
 tests/test-generate-context/choices_template.json  |  7 ++
 tests/test_cookiecutter_local_no_input.py          |  7 ++
 tests/test_cookiecutter_repo_arg.py                | 19 +++--
 tests/test_cookiecutters.py                        | 12 ++-
 tests/test_generate_context.py                     | 93 ++++++++++++++++++++++
 tests/test_generate_file.py                        | 27 +++++++
 tests/test_generate_files.py                       | 15 ++++
 tests/test_more_cookiecutters.py                   |  4 +-
 18 files changed, 263 insertions(+), 39 deletions(-)
 create mode 100644 tests/files/{% if generate_file == 'y' %}cheese.txt{% endif %}
 create mode 100644 tests/test-generate-context/choices_template.json
 mode change 100644 => 100755 tests/test_generate_file.py

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



More information about the Python-modules-commits mailing list