[Python-modules-commits] [cookiecutter] branch master updated (b93949c -> 7998c6c)
Vincent Bernat
bernat at moszumanska.debian.org
Sat Dec 5 16:25:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
bernat pushed a change to branch master
in repository cookiecutter.
from b93949c Prepare for release
new 536d0ae record new upstream branch created by importing cookiecutter_1.3.0.orig.tar.gz
new 1016a20 Import cookiecutter_1.3.0.orig.tar.gz
new 21abd3c Don't test for ".DS_Store"
new 54e0cb4 merge patched into master
new b3c0cca New upstream release
new 7998c6c Explicitely depends on python{,3}-ruamel.yaml
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:
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 +
debian/.git-dpm | 14 +--
debian/changelog | 8 ++
debian/control | 4 +-
debian/patches/0001-Don-t-test-for-.DS_Store.patch | 2 +-
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 +++
35 files changed, 549 insertions(+), 84 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