0364f6342cAccepting request 1161152 from devel:languages:python
factory
Ana Guerrero
2024-03-25 20:10:47 +0000
ae0cf47224- update to 2.6.0: * Support Python 3.12 * Modifying Jinja2 start and end variable strings (#1997) * Fix regression #2009: Adding value to nested dicts broken * Fixed errors caused by invalid config files. (#1995) * Default values can be passed as a dict (#1924) * Implement new style for nested templates config (#1981) * Fix FileExistsError when using a relative template path * Fix recursive context overwrites * Gracefully handle files with mixed lined endings (#1942) * Implement a pre_prompt hook that will run before prompts * Implement a pre_prompt hook that will run before prompts * update main docstrings to include overwrite_if_exists and skip_if_file_exists * add checkout details to the context (fixes#1759) (#1923) * Fix nested templates in Git repository (#1922) * Fix prompt counter. (#1940) * Fix variables with null default not being required (#1919) all code was verified to match pep8, pep257 and other code-styling guides.Dirk Mueller2024-03-24 17:28:05 +0000
18fa046273Accepting request 1109385 from devel:languages:python
Ana Guerrero
2023-09-07 19:13:17 +0000
97094d9865- Update to 2.3.0: * Improve style of prompts using rich (#1901) @vemonet * Fix replay (#1904) @vemonet * Support multichoice overwrite (#1903) @Meepit - Switch to pyproject macro.
Steve Kowalik
2023-09-07 05:20:23 +0000
597f371c47Accepting request 1100171 from devel:languages:python
Ana Guerrero
2023-07-26 11:23:23 +0000
eab7695821Revert Request 1099904
Sebastian Wagner
2023-07-22 06:53:38 +0000
1f2bba0899Accepting request 1099904 from home:ojkastl_buildservice:Branch_devel_languages_python
Sebastian Wagner
2023-07-21 12:51:52 +0000
c606da9576- update to version 2.2.3: - Changes: - Minor Changes: - Add support for adding human-readable labels for choices when defining multiple choices questions (#1898) @vemonet - Prompt with replay file (#1758) @w1ndblow - CI/CD and QA changes: - Set cookiecutter/VERSION.txt as source of truth for version number (#1896) @ericof - [pre-commit.ci] pre-commit autoupdate (#1897) @pre-commit-ci - Bugfixes: - Fix issue where the prompts dict was not passed for yes_no questions (#1895) @vemonet - Set cookiecutter/VERSION.txt as source of truth for version number (#1896) @ericof - update to version 2.2.2: - CI/CD and QA changes: - Improve gitignore (#1889) @audreyfeldroy - Add warning for jinja2_time (#1890) @henryiii - update to version 2.2.0: - Changes: - Added timeout on request.get() for ensuring that if a recipient serve… (#1772) @openrefactory - Fixing Carriage Return Line Feed (CRLF) order in docs #1792 (#1793) @Lahiry - Reduce I/O (#1877) @kurtmckee - Remove a pre-commit hook special case (#1875) @kurtmckee - Remove universal bdist_wheel option; use "python -m build" (#1739) @mwtoews - Remove unused import from post-generate hook script example (#1795) @KAZYPinkSaurus - Standardize newlines for all platforms (#1870) @kurtmckee - feat: Add resolved template repository path as _repo_dir to the context (#1771) @tmeckel - Minor Changes: - Added support for providing human-readable prompts to the different variables (#1881) @vemonet - Added: Boolean variable support in JSON (#1626) @liortct - Added: CLI option to keep project files on failure. (#1669) @MaciejPatro - Added: Support partially overwrite keys in nested dict (#1692) @cksac
Sebastian Wagner
2023-07-16 10:12:22 +0000
9ace27cbfbAccepting request 1086536 from devel:languages:python
Dominique Leuenberger
2023-05-12 18:37:06 +0000
8f0c57a546Accepting request 1086214 from home:ojkastl_buildservice:Branch_devel_languages_pythonMatej Cepl2023-05-11 13:23:18 +0000
e4fa68f9b4Accepting request 985549 from devel:languages:python
Dominique Leuenberger
2022-06-28 13:22:58 +0000
2347fe9f52- remove obsolete patch cookiecutter-fix-setup.patch - update to version 2.1.1: - Documentation updates: - Fix local extensions documentation (#1686) - Bugfixes: - Sanitize Mercurial branch information before checkout. (#1689) - update to version 2.1.0: - Changes: - Move contributors and backers to credits section (#1599) - test_generate_file_verbose_template_syntax_error fixed (#1671) - Removed changes related to setuptools_scm (#1629) - Feature/local extensions (#1240) - CI/CD and QA changes: - Check manifest: pre-commit, fixes, cleaning (#1683) - Follow PyPA guide to release package using GitHub Actions. (#1682) - Documentation updates: - Fix typo in dict_variables.rst (#1680) - Documentation overhaul (#1677) - Fixed incorrect link on docs. (#1649) - Bugfixes: - Restore accidentally deleted support for click 8.x (#1643)
Sebastian Wagner
2022-06-21 09:08:06 +0000
eb37b123d6Accepting request 972407 from devel:languages:python
Dominique Leuenberger
2022-04-24 18:37:41 +0000
5f54199a6fAccepting request 972398 from home:bnavigator:branches:devel:languages:python
Sebastian Wagner
2022-04-24 18:13:21 +0000
a8d70559eaAccepting request 969173 from devel:languages:python
Dominique Leuenberger
2022-04-13 20:15:27 +0000
a5d44a8a5e- add fix-setup-version.patch to fix the version in setup.py
Sebastian Wagner
2022-04-04 10:07:50 +0000
d0e3bf83b7- update to version 2.0.2: - Fix Python version number in cookiecutter --version and test on Python 3.10 (#1621) @ozer550 - Removed changes related to setuptools_scm (#1629) @audreyfeldroy @ozer550 - update to version 2.0.1: - Breaking Changes: - Release preparation for 2.0.1rc1 (#1608) @audreyfeldroy - Replace poyo with pyyaml. (#1489) @dHannasch - Added: Path templates will be rendered when copy_without_render used (#839) @noirbizarre - Added: End of line detection and configuration. (#1407) @insspb - Remove support for python2.7 (#1386) @ssbarnea - Minor Changes: - Adopt setuptools-scm packaging (#1577) @ssbarnea - Log the error message when git clone fails, not just the return code (#1505) @logworthy - allow jinja 3.0.0 (#1548) @wouterdb - Added uuid extension to be able to generate uuids (#1493) @jonaswre - Alert user if choice is invalid (#1496) @dHannasch - Replace poyo with pyyaml. (#1489) @dHannasch - update AUTHOR lead (#1532) @HosamAlmoghraby - Add Python 3.9 (#1478) @gliptak - Added: --list-installed cli option, listing already downloaded cookiecutter packages (#1096) @chrisbrake - Added: Jinja2 Environment extension on files generation stage (#1419) @insspb - Added: --replay-file cli option, for replay file distributing (#906) @Cadair - Added: _output_dir to cookiecutter context (#1034) @Casyfill - Added: CLI option to ignore hooks (#992) @rgreinho - Changed: Generated projects can use multiple type hooks at same time. (sh + py) (#974) @milonimrod - Added: Path templates will be rendered when copy_without_render used (#839) @noirbizarre - Added: End of line detection and configuration. (#1407) @insspb - Making code python 3 only: Remove python2 u' sign, fix some strings (#1402) @insspb - py3: remove futures, six and encoding (#1401) @insspb - Render variables starting with an underscore. (#1339) @smoothml
Sebastian Wagner
2022-03-28 09:52:35 +0000
ee00ceca7cAccepting request 893844 from devel:languages:python
Dominique Leuenberger
2021-05-18 16:26:59 +0000
434ab39ebdAccepting request 893843 from home:bnavigator:branches:devel:languages:pythonMatej Cepl2021-05-17 20:56:03 +0000
76f8553cd2- update to version 1.7.3: - Fixed jinja2 and markupsafe dependencies
Sebastian Wagner
2021-05-14 16:21:59 +0000
f086a2234eAccepting request 864998 from devel:languages:python
Dominique Leuenberger
2021-01-20 17:29:03 +0000
b94807be14Accepting request 864639 from home:jayvdb:branches:devel:languages:pythonMarkéta Machová2021-01-20 13:57:40 +0000
fc0d050c37Accepting request 799017 from devel:languages:python
Dominique Leuenberger
2020-05-01 09:10:19 +0000
7bacc59e37e add python3-python-slugify as new dependency, fixes build. - update to version 1.7.2: * Fixed: Jinja2&Six version limits causing build errors with ansible project [@insspb](https://github.com/insspb) (#1385) - update to version 1.7.1: This release was focused on internal code and CI/CD changes. During this release all code was verified to match pep8, pep257 and other code-styling guides. Project CI/CD was significantly changed, Windows platform checks based on Appveyor engine was replaced by GitHub actions tests. Appveyor was removed. Also our CI/CD was extended with Mac builds, to verify project builds on Apple devices. * Important Changes: * Added: Added debug messages for get_user_config [@ssbarnea](https://github.com/ssbarnea) (#1357) * Multiple templates per one repository feature added. [@RomHartmann](https://github.com/RomHartmann) (#1224, #1063) * Update replay.py json.dump indent for easy viewing [@nicain](https://github.com/nicain) (#1293) * 'future' library replaced with 'six' as a more lightweight python porting library [@asottile](https://github.com/asottile) (#941) * Added extension: Slugify template filter [@ppanero](https://github.com/ppanero) (#1336) * Added command line option: --skip-if-file-exists, allow to skip the existing files when doing overwrite_if_exists. [@chhsiao1981](https://github.com/chhsiao1981) (#1076) * Some packages versions limited to be compatible with python2.7 and python 3.5 [@insspb](https://github.com/insspb) (#1349) * Internal CI/CD and tests changes: * Coverage comment in future merge requests disabled [@ssbarnea](https://github.com/ssbarnea) (#1279) * Fixed Python 3.8 travis tests and setup.py message [@insspb](https://github.com/insspb) (#1295, #1297) * Travis builds extended with Windows setup for all supported python versions [@insspb](https://github.com/insspb) (#1300, #1301) * Update .travis.yml to be compatible with latest travis cfg specs [@luzfcb](https://github.com/luzfcb) (#1346) * Added new test to improve tests coverage [@amey589](https://github.com/amey589) (#1023) * Added missed coverage lines highlight to pytest-coverage report [@insspb](https://github.com/insspb) (#1352) * pytest-catchlog package removed from test_requirements, as now it is included in pytest [@insspb](https://github.com/insspb) (#1347) * Fixed cov-report tox invocation environment [@insspb](https://github.com/insspb) (#1350) * Added: Release drafter support and configuration to exclude changelog update work and focus on development [@ssbarnea](https://github.com/ssbarnea) [@insspb](https://github.com/insspb) (#1356, #1362) * Added: CI/CD steps for Github actions to speedup CI/CD [@insspb](https://github.com/insspb) (#1360) * Removed: Appveyor CI/CD completely removed [@insspb](https://github.com/insspb) [@ssbarnea](https://github.com/ssbarnea) [@insspb](https://github.com/insspb) (#1363, #1367) * Code style and docs changes:
Sebastian Wagner
2020-04-22 18:17:38 +0000
afcb1f36a8Accepting request 792984 from devel:languages:python
Dominique Leuenberger
2020-04-21 11:12:04 +0000
1193d654d8- add fix-click-711.patch to fix compatibility with click 7.1.1 which fixes the tests which fixes the build.
Sebastian Wagner
2020-04-03 20:05:20 +0000
0171317e4cAccepting request 761131 from devel:languages:python
Dominique Leuenberger
2020-01-06 14:24:34 +0000