[Python-modules-commits] [cookiecutter] branch master updated (fe70e1e -> b894c91)

Vincent Bernat bernat at moszumanska.debian.org
Mon May 2 06:23:19 UTC 2016


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

bernat pushed a change to branch master
in repository cookiecutter.

      from  fe70e1e   Fixed VCS URL (https)
       new  0effcf0   record new upstream branch created by importing cookiecutter_1.4.0.orig.tar.gz
       new  2cff561   Import cookiecutter_1.4.0.orig.tar.gz
       new  d189085   Don't test for ".DS_Store"
       new  4044a37   merge patched into master
       new  e771333   New upstream version
       new  b894c91   Update build-dependencies

The 6 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                                         |  68 +++++++-----
 AUTHORS.rst                                        |  14 +++
 HISTORY.rst                                        |  97 ++++++++++++++++-
 README.rst                                         |  37 +++++--
 appveyor.yml                                       |   2 +
 cookiecutter/__init__.py                           |   2 +-
 cookiecutter/cli.py                                |  24 ++++-
 cookiecutter/config.py                             |  29 ++++--
 cookiecutter/environment.py                        |  52 +++++++++
 cookiecutter/exceptions.py                         |  27 +++++
 cookiecutter/generate.py                           |  63 +++++++----
 cookiecutter/main.py                               |  26 +++--
 cookiecutter/prompt.py                             |  37 ++++---
 cookiecutter/replay.py                             |  14 +--
 debian/.git-dpm                                    |  14 +--
 debian/changelog                                   |   9 +-
 debian/control                                     |   3 +-
 debian/patches/0001-Don-t-test-for-.DS_Store.patch |   4 +-
 docs/advanced_usage.rst                            | 116 ++++++++++++++++++++-
 docs/cookiecutter.rst                              |   8 ++
 docs/troubleshooting.rst                           |   4 +-
 docs/usage.rst                                     |   2 +-
 setup.cfg                                          |   2 +-
 setup.py                                           |  24 ++---
 .../{{cookiecutter.repo_dir}}/README.rst           |   4 +-
 tests/replay/conftest.py                           |  11 +-
 tests/replay/test_dump.py                          |  23 ++--
 tests/replay/test_load.py                          |  16 +--
 tests/replay/test_replay.py                        |   4 +-
 tests/test-config/config-expand-user.yaml          |   2 +
 tests/test-config/config-expand-vars.yaml          |   2 +
 tests/test-extensions/default/cookiecutter.json    |   4 +
 .../{{cookiecutter.project_slug}}/HISTORY.rst      |   7 ++
 tests/test-extensions/unknown/cookiecutter.json    |   6 ++
 .../{{cookiecutter.project_slug}}/HISTORY.rst      |   7 ++
 .../input{{cookiecutter.binary_test}}/readme.txt   |   2 +-
 .../{{cookiecutter.binary_test}}/readme.txt        |   2 +-
 tests/test_cli.py                                  |  48 +++++++++
 tests/test_default_extensions.py                   |  41 ++++++++
 tests/test_environment.py                          |  24 +++++
 tests/test_exceptions.py                           |  21 ++++
 tests/test_generate_file.py                        |   4 +-
 tests/test_generate_files.py                       |  79 ++++++++++++++
 tests/test_get_config.py                           |   7 +-
 tests/test_get_user_config.py                      |  41 +++++---
 tests/test_main.py                                 |  41 ++++++--
 tests/test_prompt.py                               |  55 ++++++++--
 tests/test_repo_not_found.py                       |  10 ++
 .../{{cookiecutter.project_slug}}/README.rst       |   2 +
 .../{{cookiecutter.foobar}}/helloworld.py          |   0
 .../{{cookiecutter.project_slug}}/README.rst       |   6 ++
 .../undefined-variable/file-name/cookiecutter.json |   4 +
 .../{{cookiecutter.foobar}}                        |   2 +
 tox.ini                                            |   1 +
 54 files changed, 949 insertions(+), 205 deletions(-)
 create mode 100644 cookiecutter/environment.py
 create mode 100644 tests/test-config/config-expand-user.yaml
 create mode 100644 tests/test-config/config-expand-vars.yaml
 create mode 100644 tests/test-extensions/default/cookiecutter.json
 create mode 100644 tests/test-extensions/default/{{cookiecutter.project_slug}}/HISTORY.rst
 create mode 100644 tests/test-extensions/unknown/cookiecutter.json
 create mode 100644 tests/test-extensions/unknown/{{cookiecutter.project_slug}}/HISTORY.rst
 create mode 100644 tests/test_default_extensions.py
 create mode 100644 tests/test_environment.py
 create mode 100644 tests/test_exceptions.py
 create mode 100644 tests/test_repo_not_found.py
 create mode 100644 tests/undefined-variable/dir-name/{{cookiecutter.project_slug}}/README.rst
 copy docs/__init__.py => tests/undefined-variable/dir-name/{{cookiecutter.project_slug}}/{{cookiecutter.foobar}}/helloworld.py (100%)
 create mode 100644 tests/undefined-variable/file-content/{{cookiecutter.project_slug}}/README.rst
 create mode 100644 tests/undefined-variable/file-name/cookiecutter.json
 create mode 100644 tests/undefined-variable/file-name/{{cookiecutter.project_slug}}/{{cookiecutter.foobar}}

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