SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-cookiecutter-2.2.3-29.1.noarch.rpm :

* Fri Jul 21 2023 Johannes Kastl - replace hardcoded python3 with python_module macro
* Sun Jul 16 2023 Sebastian Wagner - update to version 2.2.3: - Changes: - Minor Changes: - Add support for adding human-readable labels for choices when defining multiple choices questions (#1898) AATTvemonet - Prompt with replay file (#1758) AATTw1ndblow - CI/CD and QA changes: - Set cookiecutter/VERSION.txt as source of truth for version number (#1896) AATTericof - [pre-commit.ci] pre-commit autoupdate (#1897) AATTpre-commit-ci - Bugfixes: - Fix issue where the prompts dict was not passed for yes_no questions (#1895) AATTvemonet - Set cookiecutter/VERSION.txt as source of truth for version number (#1896) AATTericof- update to version 2.2.2: - CI/CD and QA changes: - Improve gitignore (#1889) AATTaudreyfeldroy - Add warning for jinja2_time (#1890) AATThenryiii- update to version 2.2.0: - Changes: - Added timeout on request.get() for ensuring that if a recipient serveā€¦ (#1772) AATTopenrefactory - Fixing Carriage Return Line Feed (CRLF) order in docs #1792 (#1793) AATTLahiry - Reduce I/O (#1877) AATTkurtmckee - Remove a pre-commit hook special case (#1875) AATTkurtmckee - Remove universal bdist_wheel option; use \"python -m build\" (#1739) AATTmwtoews - Remove unused import from post-generate hook script example (#1795) AATTKAZYPinkSaurus - Standardize newlines for all platforms (#1870) AATTkurtmckee - feat: Add resolved template repository path as _repo_dir to the context (#1771) AATTtmeckel - Minor Changes: - Added support for providing human-readable prompts to the different variables (#1881) AATTvemonet - Added: Boolean variable support in JSON (#1626) AATTliortct - Added: CLI option to keep project files on failure. (#1669) AATTMaciejPatro - Added: Support partially overwrite keys in nested dict (#1692) AATTcksac - Added: Templates inheritance (#1485) AATTsimobasso - Code quality: Tests upgrade: Use pathlib for files read/write (#1718) AATTinsspb - Inline jinja2-time extension code (#1779) AATTtranzystorek-io - Support Python 3.11 (#1850) AATTkurtmckee - Support nested config files (#1770) AATTdariocurr - preserves original options in `_cookiecutter` (#1874) AATTkjaymiller - CI/CD and QA changes: - Add a Dependabot config to autoupdate GitHub workflow actions (#1851) AATTkurtmckee - Added: Readthedocs build config (#1707) AATTinsspb - Bump actions/setup-python from 3 to 4 (#1854) AATTdependabot - Bump paambaati/codeclimate-action from 3.0.0 to 4.0.0 (#1853) AATTdependabot - CI/CD: Tox -> Nox: Added nox configuration (#1706) AATTinsspb - CI/CD: Tox -> Nox: Github actions definition minimized + Sync nox and github actions (#1714) AATTinsspb - CI/CD: Tox -> Nox: Makefile update: Removed watchmedo and sed dependency, tox replaced with nox (#1713) AATTinsspb - CI/CD: Updated .pre-commit-config.yaml to use latest hooks versions (#1712) AATTinsspb - Code quality: Core files: Added exception reason reraise when exception class changed (PEP 3134) (#1719) AATTinsspb - Code quality: Tests upgrade: Use pathlib for files read/write (#1718) AATTinsspb - Code quality: core files: Format replaced with f-strings (#1716) AATTinsspb - Code quality: find.py refactored and type annotated (#1721) AATTinsspb - Code quality: tests files: Simplify statements fixes (#1717) AATTinsspb - Code quality: utils.make_sure_path_exists refactored and type annotated (#1722) AATTinsspb - Fixed: recommonmark replaced with myst, as recommonmark is deprecated (#1709) AATTinsspb - Pretty-format JSON files (#1864) AATTkurtmckee - Rename `master` to `main` so CI runs correctly on merge (#1852) AATTkurtmckee - Standardize EOF newlines (#1876) AATTkurtmckee - Update `.gitignore` and cite where it was copied from (#1879) AATTkurtmckee - Update base docs, remove tox (#1858) AATTericof - Update pre-commit hook versions (#1849) AATTkurtmckee - Updated: Release drafter configuration (#1704) AATTinsspb - Use tox (#1866) AATTkurtmckee - Verify an expected warning is raised (#1869) AATTkurtmckee - fixed failing lint ci action by updating repo of flake8 (#1838) AATTTamronimus - Documentation updates: - Add jinja env docs (#1872) AATTpamelafox - Documentation extension: Create a Cookiecutter From Scratch tutorial (#1592) AATTmiro-jelaska - Easy PR! Fix typos and add minor doc updates (#1741) AATTAlex0Blackwell - Expand cli documentation relating to the no-input flag (#1543) (#1587) AATTjeremyswerdlow - Fix AATTaudreyr to AATTaudreyfeldroy github account rename (#1604) AATTri0t - Fixed broken links to jinja docs (#1691) AATTinsspb - Fixed minor typos in docs (#1753) AATTsegunb - Fixed: Python code block in the replay documentation (#1715) AATTjuhannc - Fixed: recommonmark replaced with myst, as recommonmark is deprecated (#1709) AATTinsspb - Improve Docs Readability (#1690) AATTryanrussell - Update base docs, remove tox (#1858) AATTericof - Updated: Boolean Variables documentation and docstrings (#1705) AATTitalomaia - docs: fix simple typo, shat -> that (#1749) AATTtimgates42 - fixing badge display problem (#1798) AATTPaulokim1 - Bugfixes: - Fixed the override not working with copy only dir #1650 (#1651) AATTzhongdai - Fixed: Removed mention of packages versions, to exclude dependabot warnings alerts (#1711) AATTinsspb - cleanup files if panics during hooks - bugfix (#1760) AATTliortct
* Thu May 11 2023 Johannes Kastl - fix leftover python3 BuildRequires and use the python_module macros. This allows builds on SLE15 with python3.11
* Wed May 10 2023 Johannes Kastl - add sle15_python_module_pythons
* Tue Jun 21 2022 Sebastian Wagner - 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)
* Sun Apr 24 2022 Ben Greiner - update fix-setup-version.patch to cookiecutter-fix-setup.patch gh#cookiecutter/cookiecutter#1656- Sync rpm requirements metadata to setuptools generated metadata
* Mon Apr 04 2022 Sebastian Wagner - add fix-setup-version.patch to fix the version in setup.py
* Mon Mar 28 2022 Sebastian Wagner - update to version 2.0.2: - Fix Python version number in cookiecutter --version and test on Python 3.10 (#1621) AATTozer550 - Removed changes related to setuptools_scm (#1629) AATTaudreyfeldroy AATTozer550- update to version 2.0.1: - Breaking Changes: - Release preparation for 2.0.1rc1 (#1608) AATTaudreyfeldroy - Replace poyo with pyyaml. (#1489) AATTdHannasch - Added: Path templates will be rendered when copy_without_render used (#839) AATTnoirbizarre - Added: End of line detection and configuration. (#1407) AATTinsspb - Remove support for python2.7 (#1386) AATTssbarnea - Minor Changes: - Adopt setuptools-scm packaging (#1577) AATTssbarnea - Log the error message when git clone fails, not just the return code (#1505) AATTlogworthy - allow jinja 3.0.0 (#1548) AATTwouterdb - Added uuid extension to be able to generate uuids (#1493) AATTjonaswre - Alert user if choice is invalid (#1496) AATTdHannasch - Replace poyo with pyyaml. (#1489) AATTdHannasch - update AUTHOR lead (#1532) AATTHosamAlmoghraby - Add Python 3.9 (#1478) AATTgliptak - Added: --list-installed cli option, listing already downloaded cookiecutter packages (#1096) AATTchrisbrake - Added: Jinja2 Environment extension on files generation stage (#1419) AATTinsspb - Added: --replay-file cli option, for replay file distributing (#906) AATTCadair - Added: _output_dir to cookiecutter context (#1034) AATTCasyfill - Added: CLI option to ignore hooks (#992) AATTrgreinho - Changed: Generated projects can use multiple type hooks at same time. (sh + py) (#974) AATTmilonimrod - Added: Path templates will be rendered when copy_without_render used (#839) AATTnoirbizarre - Added: End of line detection and configuration. (#1407) AATTinsspb - Making code python 3 only: Remove python2 u\' sign, fix some strings (#1402) AATTinsspb - py3: remove futures, six and encoding (#1401) AATTinsspb - Render variables starting with an underscore. (#1339) AATTsmoothml - Tests refactoring: test_utils write issues fixed #1405 (#1406) AATTinsspb - CI/CD and QA changes: - enable branch coverage (#1542) AATTsimobasso - Make release-drafter diff only between master releases (#1568) AATTSharpEdgeMarshall - ensure filesystem isolation during tests execution (#1564) AATTsimobasso - add safety ci step (#1560) AATTsimobasso - pre-commit: add bandit hook (#1559) AATTsimobasso - Replace tmpdir in favour of tmp_path (#1545) AATTSharpEdgeMarshall - Fix linting in CI (#1546) AATTSharpEdgeMarshall - Coverage 100% (#1526) AATTSharpEdgeMarshall - Run coverage with matrix (#1521) AATTSharpEdgeMarshall - Lint rst files (#1443) AATTssbarnea - Python3: Changed io.open to build-in open (PEP3116) (#1408) AATTinsspb - Making code python 3 only: Remove python2 u\' sign, fix some strings (#1402) AATTinsspb - py3: remove futures, six and encoding (#1401) AATTinsspb - Removed: Bumpversion, setup.py arguments. (#1404) AATTinsspb - Tests refactoring: test_utils write issues fixed #1405 (#1406) AATTinsspb - Added: Automatic PyPI deploy on tag creation (#1400) AATTinsspb - Changed: Restored coverage reporter (#1399) AATTinsspb - Documentation updates: - Fix pull requests checklist reference (#1537) AATTglumia - Fix author name (#1544) AATTHosamAlmoghraby - Add missing contributors (#1535) AATTglumia - Update CONTRIBUTING.md (#1529) AATTglumia - Update LICENSE (#1519) AATTsimobasso - docs: rewrite the conditional files / directories example description. (#1437) AATTlyz-code - Fix incorrect years in release history (#1473) AATTgraue70 - Add slugify in the default extensions list (#1470) AATToncleben31 - Renamed cookiecutter.package to API (#1442) AATTgrrlic - Fixed wording detail (#1427) AATTsteltenpower - Changed: CLI Commands documentation engine (#1418) AATTinsspb - Added: Example for conditional files / directories in hooks (#1397) AATTxyb - Changed: README.md PyPI URLs changed to the modern PyPI last version (#1391) AATTbrettcannon - Fixed: Comma in README.md (#1390) AATTCy-dev-tex - Fixed: Replaced no longer maintained pipsi by pipx (#1395) AATTndclt - Bugfixes: - Add support for click 8.x (#1569) AATTcjolowicz - Force click<8.0.0 (#1562) AATTSharpEdgeMarshall - Remove direct dependency on markupsafe (#1549) AATTssbarnea - fixes prompting private rendered dicts (#1504) AATTjuhuebner - User\'s JSON parse error causes ugly Python exception #809 (#1468) AATTnoone234 - config: set default on missing default_context key (#1516) AATTsimobasso - Fixed: Values encoding on Windows (#1414) AATTagateau - Fixed: Fail with gitolite repositories (#1144) AATTjaviersanp - MANIFEST: Fix file name extensions (#1387) AATTsebix - Deprecations: - Removed: Bumpversion, setup.py arguments. (#1404) AATTinsspb - Removed support for Python 3.6 and PyPy (#1608) AATTaudreyfeldroy
* Sat May 15 2021 Ben Greiner - Make cookiecutter usable by all python3X flavors
* Fri May 14 2021 Sebastian Wagner - update to version 1.7.3: - Fixed jinja2 and markupsafe dependencies
* Wed Jan 20 2021 John Vandenberg - Changed dependency from git to git-core- Remove build dependency on pytest-cov and python-devel- Use fdupes
* Wed Apr 22 2020 Sebastian Wagner - 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 [AATTinsspb](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 [AATTssbarnea](https://github.com/ssbarnea) (#1357)
* Multiple templates per one repository feature added. [AATTRomHartmann](https://github.com/RomHartmann) (#1224, #1063)
* Update replay.py json.dump indent for easy viewing [AATTnicain](https://github.com/nicain) (#1293)
* \'future\' library replaced with \'six\' as a more lightweight python porting library [AATTasottile](https://github.com/asottile) (#941)
* Added extension: Slugify template filter [AATTppanero](https://github.com/ppanero) (#1336)
* Added command line option: `--skip-if-file-exists`, allow to skip the existing files when doing `overwrite_if_exists`. [AATTchhsiao1981](https://github.com/chhsiao1981) (#1076)
* Some packages versions limited to be compatible with python2.7 and python 3.5 [AATTinsspb](https://github.com/insspb) (#1349)
* Internal CI/CD and tests changes:
* Coverage comment in future merge requests disabled [AATTssbarnea](https://github.com/ssbarnea) (#1279)
* Fixed Python 3.8 travis tests and setup.py message [AATTinsspb](https://github.com/insspb) (#1295, #1297)
* Travis builds extended with Windows setup for all supported python versions [AATTinsspb](https://github.com/insspb) (#1300, #1301)
* Update .travis.yml to be compatible with latest travis cfg specs [AATTluzfcb](https://github.com/luzfcb) (#1346)
* Added new test to improve tests coverage [AATTamey589](https://github.com/amey589) (#1023)
* Added missed coverage lines highlight to pytest-coverage report [AATTinsspb](https://github.com/insspb) (#1352)
* pytest-catchlog package removed from test_requirements, as now it is included in pytest [AATTinsspb](https://github.com/insspb) (#1347)
* Fixed `cov-report` tox invocation environment [AATTinsspb](https://github.com/insspb) (#1350)
* Added: Release drafter support and configuration to exclude changelog update work and focus on development [AATTssbarnea](https://github.com/ssbarnea) [AATTinsspb](https://github.com/insspb) (#1356, #1362)
* Added: CI/CD steps for Github actions to speedup CI/CD [AATTinsspb](https://github.com/insspb) (#1360)
* Removed: Appveyor CI/CD completely removed [AATTinsspb](https://github.com/insspb) [AATTssbarnea](https://github.com/ssbarnea) [AATTinsspb](https://github.com/insspb) (#1363, #1367)
* Code style and docs changes:
* Added black formatting verification on lint stage + project files reformatting [AATTssbarnea](https://github.com/ssbarnea) [AATTinsspb](https://github.com/insspb) (#1368)
* Added pep257 docstring for tests/
* files [AATTinsspb](https://github.com/insspb) (#1369, #1370, #1371, #1372, #1373, #1374, #1375, #1376, #1377, #1378, #1380, #1381)
* Added pep257 docstring for tests/conftests.py [AATTkishan](https://github.com/kishan3) (#1272, #1263)
* Added pep257 docstring for tests/replay/conftest.py [AATTkishan](https://github.com/kishan3) (#1270, #1268)
* Added pep257 docstring for docs/__init__.py [AATTkishan](https://github.com/kishan3) (#1273, #1265)
* Added missing docstring headers to all files [AATTcroesnick](https://github.com/croesnick) (#1269, #1283)
* Gitter links replaced by Slack in README [AATTbrowniebroke](https://github.com/browniebroke) (#1282)
* flake8-docstrings tests added to CI/CD [AATTssbarnea](https://github.com/ssbarnea) (#1284)
* Activated pydocstyle rule: D401 - First line should be in imperative mood [AATTssbarnea](https://github.com/ssbarnea) (#1285)
* Activated pydocstyle rule: D200 - One-line docstring should fit on one line with quotes [AATTssbarnea](https://github.com/ssbarnea) (#1288)
* Activated pydocstyle rule: D202 - No blank lines allowed after function docstring [AATTssbarnea](https://github.com/ssbarnea) (#1288)
* Activated pydocstyle rule: D205 - 1 blank line required between summary line and description [AATTssbarnea](https://github.com/ssbarnea) (#1286, #1287)
* Activated pydocstyle rule: ABS101 [AATTssbarnea](https://github.com/ssbarnea) (#1288)
* Replaced click documentation links to point to version 7 [AATTigorbasko01](https://github.com/igorbasko01) (#1303)
* Updated submodule link to latest version with documentation links fix [AATTDanBoothDev](https://github.com/DanBoothDev) (#1388)
* Fixed links in main README file. [AATTinsspb](https://github.com/insspb) (#1342)
* Fix indentation of .cookiecutterrc in README.md [AATTmhsekhavat](https://github.com/mhsekhavat) (#1322)
* Changed format of loggers invocation [AATTinsspb](https://github.com/insspb) (#1307)- remove patch fix-click-711.patch, merged upstream.
* Fri Apr 03 2020 Sebastian Wagner - add fix-click-711.patch to fix compatibility with click 7.1.1 which fixes the tests which fixes the build.
* Wed Jan 01 2020 Sebastian Wagner - remove obsolete patch fix-python-invocation-tests.diff- remove obsolete patch cookiecutter-click7.patch- update to version 1.7.0:
* Important Changes:
* Drop support for EOL Python 3.4, thanks to [AATTjamescurtin](https://github.com/jamescurtin) and [AATTinsspb](https://github.com/insspb) (#1024)
* Drop support for EOL Python 3.3, thanks to [AATThugovk](https://github.com/hugovk) (#1024)
* Increase the minimum click version to 7.0, thanks to [AATTrly](https://github.com/rly) and [AATTluzfcb](https://github.com/luzfcb) (#1168)
* Other Changes:
* PEP257 fixing docstrings in exceptions.py. Thanks to [AATTMinchinWeb](https://github.com/MinchinWeb) (#1237)
* PEP257 fixing docstrings in replay.py. Thanks to [AATTkishan](https://github.com/kishan3) (#1234)
* PEP257 fixing docstrings in test_unzip.py. Thanks to [AATTtonytheleg](https://github.com/tonytheleg) and [AATTinsspb](https://github.com/insspb) (#1236, #1262)
* Fixed tests sequence for appveyor, to exclude file not found bug. Thanks to [AATTinsspb](https://github.com/insspb) (#1257)
* Updates REAMDE.md with svg badge for appveyor. Thanks to [AATTsobolevn](https://github.com/sobolevn) (#1254)
* Add missing {% endif %} to Choice Variables example. Thanks to [AATTmattstibbs](https://github.com/mattstibbs) (#1249)
* Core documentation converted to Markdown format thanks to [AATTwagnernegrao](https://github.com/wagnernegrao), [AATTinsspb](https://github.com/insspb) (#1216)
* Tests update: use sys.executable when invoking python in python 3 only environment thanks to [AATTvincentbernat](https://github.com/vincentbernat) (#1221)
* Prevent `click` API v7.0 from showing choices when already shown, thanks to [AATTrly](https://github.com/rly) and [AATTluzfcb](https://github.com/luzfcb) (#1168)
* Test the codebase with python3.8 beta on tox and travis-ci (#1206), thanks to [AATTmihrab34](https://github.com/mihrab34)
* Add a [CODE\\_OF\\_CONDUCT.md](https://github.com/audreyr/cookiecutter/blob/master/CODE_OF_CONDUCT.md) file to the project, thanks to [AATTandreagrandi](https://github.com/andreagrandi) (#1009)
* Update docstrings in `cookiecutter/main.py`, `cookiecutter/__init__.py`, and `cookiecutter/log.py` to follow the PEP 257 style guide, thanks to [AATTmeahow](https://github.com/meahow) (#998, #999, #1000)
* Update docstrings in `cookiecutter/utils.py` to follow the PEP 257 style guide, thanks to [AATTdornheimer](https://github.com/dornheimer)(#1026)
* Fix grammar in
*Choice Variables
* documentation, thanks to [AATTjubrilissa](https://github.com/jubrilissa) (#1011)
* Update installation docs with links to the Windows Subsystem and GNU utilities, thanks to [AATTNythiennzo](https://github.com/Nythiennzo) for the PR and [AATTBruceEckel](https://github.com/BruceEckel) for the review (#1016)
* Upgrade flake8 to version 3.5.0, thanks to [AATTcclauss](https://github.com/cclauss) (#1038)
* Update tutorial with explanation for how cookiecutter finds the template file, thanks to [AATTaccraze](https://github.com/accraze)(#1025)
* Update CI config files to use `TOXENV` environment variable, thanks to [AATTasottile](https://github.com/asottile) (#1019)
* Improve user documentation for writing hooks, thanks to [AATTjonathansick](https://github.com/jonathansick) (#1057)
* Make sure to preserve the order of items in the generated cookiecutter context, thanks to [AATThackebrot](https://github.com/hackebrot) (#1074)
* Fixed DeprecationWarning for a regular expression on python 3.6, thanks to [AATTreinout](https://github.com/reinout) (#1124)
* Document use of cookiecutter-template topic on GitHub, thanks to [AATTssbarnea](https://github.com/ssbarnea) (#1189)
* Update README badge links, thanks to [AATTluzfcb](https://github.com/luzfcb) (#1207)
* Update prompt.py to match pep257 guidelines, thanks to [AATTjairideout](https://github.com/jairideout) (#1105)
* Update link to Jinja2 extensions documentation, thanks to [AATTdacog](https://github.com/dacog) (#1193)
* Require pip 9.0.0 or newer for tox environments, thanks to [AATThackebrot](https://github.com/hackebrot) (#1215)
* Use io.open contextmanager when reading hook files, thanks to [AATTjcb91](https://github.com/jcb91) (#1147)
* Add more cookiecutter templates to the mix:
* [cookiecutter-python-cli](https://github.com/xuanluong/cookiecutter-python-cli) by [AATTxuanluong](https://github.com/xuanluong) (#1003)
* [cookiecutter-docker-science](https://github.com/docker-science/cookiecutter-docker-science) by [AATTtakahi-i](https://github.com/takahi-i) (#1040)
* [cookiecutter-flask-skeleton](https://github.com/realpython/cookiecutter-flask-skeleton) by [AATTmjhea0](https://github.com/mjhea0) (#1052)
* [cookiecutter-awesome](https://github.com/Pawamoy/cookiecutter-awesome) by [AATTPawamoy](https://github.com/Pawamoy) (#1051)
* [cookiecutter-flask-ask](https://github.com/chrisvoncsefalvay/cookiecutter-flask-ask) by [AATTmachinekoder](https://github.com/machinekoder) (#1056)
* [cookiecutter-data-driven-journalism](https://github.com/jastark/cookiecutter-data-driven-journalism) by [AATTJAStark](https://github.com/JAStark) (#1020)
* [cookiecutter-tox-plugin](https://github.com/tox-dev/cookiecutter-tox-plugin) by [AATTobestwalter](https://github.com/obestwalter) (#1103)
* [cookiecutter-django-dokku](https://github.com/mashrikt/cookiecutter-django-dokku) by [AATTmashrikt](https://github.com/mashrikt) (#1093)
 
ICM