[Python-modules-commits] [cookiecutter] branch upstream updated (db64fef -> 1016a20)
Vincent Bernat
bernat at moszumanska.debian.org
Sat Dec 5 16:25:56 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 db64fef Import cookiecutter_1.2.1.orig.tar.gz
new 1016a20 Import cookiecutter_1.3.0.orig.tar.gz
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:
CONTRIBUTING.rst | 8 ++
HISTORY.rst | 41 +++++++++
Makefile | 18 +++-
README.rst | 16 ++++
appveyor.yml | 14 ++-
cookiecutter/__init__.py | 2 +-
cookiecutter/cli.py | 30 +++++-
cookiecutter/config.py | 39 +++++---
cookiecutter/exceptions.py | 6 ++
cookiecutter/generate.py | 25 +++--
cookiecutter/hooks.py | 15 ++-
cookiecutter/main.py | 8 +-
cookiecutter/vcs.py | 1 +
docs/advanced_usage.rst | 48 +++++++++-
docs/conf.py | 2 +-
docs/cookiecutter.rst | 8 --
docs/requirements.txt | 2 +
docs/types_of_contributions.rst | 8 ++
setup.cfg | 11 +++
setup.py | 19 ++--
tests/hooks-abort-render/hooks/post_gen_project.py | 12 +++
tests/hooks-abort-render/hooks/pre_gen_project.py | 12 +++
.../{{cookiecutter.repo_dir}}/README.rst | 2 +
tests/skipif_markers.py | 14 +--
tests/test_abort_generate_on_hook_error.py | 46 ++++++++++
tests/test_cli.py | 102 ++++++++++++++++++++-
tests/test_cookiecutters.py | 7 +-
tests/test_get_user_config.py | 53 +++++++++++
tests/test_hooks.py | 16 +++-
tests/test_more_cookiecutters.py | 7 +-
tests/test_vcs.py | 13 +++
31 files changed, 531 insertions(+), 74 deletions(-)
create mode 100644 docs/requirements.txt
create mode 100644 tests/hooks-abort-render/hooks/post_gen_project.py
create mode 100644 tests/hooks-abort-render/hooks/pre_gen_project.py
create mode 100644 tests/hooks-abort-render/{{cookiecutter.repo_dir}}/README.rst
create mode 100644 tests/test_abort_generate_on_hook_error.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