4b13714add
- Add python3-sphinx_rtd_theme as build dependency to fix the doc build fail.
Sebastian Wagner2025-01-20 07:07:38 +00:00
2ad3d6ce18
Accepting request 1238358 from devel:languages:python
Ana Guerrero2025-01-17 17:38:11 +00:00
4e518a8508
- Drop unneeded BuildRequires on recommonmark, it was dropped back in 2.2.0.
Steve Kowalik2025-01-17 01:31:52 +00:00
0364f6342c
Accepting request 1161152 from devel:languages:python
Ana Guerrero2024-03-25 20:10:47 +00:00
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 +00:00
18fa046273
Accepting request 1109385 from devel:languages:python
Ana Guerrero2023-09-07 19:13:17 +00:00
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 Kowalik2023-09-07 05:20:23 +00:00
597f371c47
Accepting request 1100171 from devel:languages:python
Ana Guerrero2023-07-26 11:23:23 +00:00
1f2bba0899
Accepting request 1099904 from home:ojkastl_buildservice:Branch_devel_languages_python
Sebastian Wagner2023-07-21 12:51:52 +00:00
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 Wagner2023-07-16 10:12:22 +00:00
a5d44a8a5e
- add fix-setup-version.patch to fix the version in setup.py
Sebastian Wagner2022-04-04 10:07:50 +00:00
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 Wagner2022-03-28 09:52:35 +00:00
7bacc59e37
e 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 Wagner2020-04-22 18:17:38 +00:00
1193d654d8
- add fix-click-711.patch to fix compatibility with click 7.1.1 which fixes the tests which fixes the build.
Sebastian Wagner2020-04-03 20:05:20 +00:00