SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for cookiecutter-1.7.0-bp153.1.21.noarch.rpm :

* 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)
* Wed Jan 02 2019 Tomáš Chvátal - Add patch to build with new click cookiecutter-click7.patch
* Wed Feb 21 2018 sebix+novell.comAATTsebix.at- update to version 1.6.0:
* Include template path or template URL in cookiecutter context under _template
* Add a URL abbreviation for GitLab template projects
* Add option to use templates from Zip files or Zip URLs
* bugfixes- update to version 1.5.1:
* bugfixes- remove fix-caplog-tests.diff, it broke the tests- remove separate specfile for docs, use one combined
* Fri Feb 03 2017 hpjAATTurpla.net- version 1.5.0: initial build
 
ICM