Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

cookiecutter-1.7.0-bp153.1.21 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: cookiecutter Distribution: SUSE Linux Enterprise 15 SP3
Version: 1.7.0 Vendor: openSUSE
Release: bp153.1.21 Build date: Sat Mar 6 11:46:40 2021
Group: Development/Languages/Python Build host: lamb51
Size: 170155 Source RPM: cookiecutter-1.7.0-bp153.1.21.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/audreyr/cookiecutter
Summary: A command-line utility that creates projects from project templates
A command-line utility that creates projects from cookiecutters (project
templates), e.g. creating a Python package project from a Python package
project template.

Project templates can be in any programming language or markup format.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Jan 01 2020 Sebastian Wagner <sebix+novell.com@sebix.at>
  - 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 [@jamescurtin](https://github.com/jamescurtin) and [@insspb](https://github.com/insspb) (#1024)
    * Drop support for EOL Python 3.3, thanks to [@hugovk](https://github.com/hugovk) (#1024)
    * Increase the minimum click version to 7.0, thanks to [@rly](https://github.com/rly) and [@luzfcb](https://github.com/luzfcb) (#1168)
    * Other Changes:
    * PEP257 fixing docstrings in exceptions.py. Thanks to [@MinchinWeb](https://github.com/MinchinWeb) (#1237)
    * PEP257 fixing docstrings in replay.py. Thanks to [@kishan](https://github.com/kishan3) (#1234)
    * PEP257 fixing docstrings in test_unzip.py. Thanks to [@tonytheleg](https://github.com/tonytheleg) and [@insspb](https://github.com/insspb) (#1236, #1262)
    * Fixed tests sequence for appveyor, to exclude file not found bug. Thanks to [@insspb](https://github.com/insspb) (#1257)
    * Updates REAMDE.md with svg badge for appveyor. Thanks to [@sobolevn](https://github.com/sobolevn) (#1254)
    * Add missing {% endif %} to Choice Variables example. Thanks to [@mattstibbs](https://github.com/mattstibbs) (#1249)
    * Core documentation converted to Markdown format thanks to [@wagnernegrao](https://github.com/wagnernegrao), [@insspb](https://github.com/insspb) (#1216)
    * Tests update: use sys.executable when invoking python in python 3 only environment thanks to [@vincentbernat](https://github.com/vincentbernat) (#1221)
    * Prevent `click` API v7.0 from showing choices when already shown, thanks to [@rly](https://github.com/rly) and [@luzfcb](https://github.com/luzfcb) (#1168)
    * Test the codebase with python3.8 beta on tox and travis-ci (#1206), thanks to [@mihrab34](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 [@andreagrandi](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 [@meahow](https://github.com/meahow) (#998, #999, #1000)
    * Update docstrings in `cookiecutter/utils.py` to follow the PEP 257 style guide, thanks to [@dornheimer](https://github.com/dornheimer)(#1026)
    * Fix grammar in *Choice Variables* documentation, thanks to [@jubrilissa](https://github.com/jubrilissa) (#1011)
    * Update installation docs with links to the Windows Subsystem and GNU utilities, thanks to [@Nythiennzo](https://github.com/Nythiennzo) for the PR and [@BruceEckel](https://github.com/BruceEckel) for the review (#1016)
    * Upgrade flake8 to version 3.5.0, thanks to [@cclauss](https://github.com/cclauss) (#1038)
    * Update tutorial with explanation for how cookiecutter finds the template file, thanks to [@accraze](https://github.com/accraze)(#1025)
    * Update CI config files to use `TOXENV` environment variable, thanks to [@asottile](https://github.com/asottile) (#1019)
    * Improve user documentation for writing hooks, thanks to [@jonathansick](https://github.com/jonathansick) (#1057)
    * Make sure to preserve the order of items in the generated cookiecutter context, thanks to [@hackebrot](https://github.com/hackebrot) (#1074)
    * Fixed DeprecationWarning for a regular expression on python 3.6, thanks to [@reinout](https://github.com/reinout) (#1124)
    * Document use of cookiecutter-template topic on GitHub, thanks to [@ssbarnea](https://github.com/ssbarnea) (#1189)
    * Update README badge links, thanks to [@luzfcb](https://github.com/luzfcb) (#1207)
    * Update prompt.py to match pep257 guidelines, thanks to [@jairideout](https://github.com/jairideout) (#1105)
    * Update link to Jinja2 extensions documentation, thanks to [@dacog](https://github.com/dacog) (#1193)
    * Require pip 9.0.0 or newer for tox environments, thanks to [@hackebrot](https://github.com/hackebrot) (#1215)
    * Use io.open contextmanager when reading hook files, thanks to [@jcb91](https://github.com/jcb91) (#1147)
    * Add more cookiecutter templates to the mix:
    * [cookiecutter-python-cli](https://github.com/xuanluong/cookiecutter-python-cli) by [@xuanluong](https://github.com/xuanluong) (#1003)
    * [cookiecutter-docker-science](https://github.com/docker-science/cookiecutter-docker-science) by [@takahi-i](https://github.com/takahi-i) (#1040)
    * [cookiecutter-flask-skeleton](https://github.com/realpython/cookiecutter-flask-skeleton) by [@mjhea0](https://github.com/mjhea0) (#1052)
    * [cookiecutter-awesome](https://github.com/Pawamoy/cookiecutter-awesome) by [@Pawamoy](https://github.com/Pawamoy) (#1051)
    * [cookiecutter-flask-ask](https://github.com/chrisvoncsefalvay/cookiecutter-flask-ask) by [@machinekoder](https://github.com/machinekoder) (#1056)
    * [cookiecutter-data-driven-journalism](https://github.com/jastark/cookiecutter-data-driven-journalism) by [@JAStark](https://github.com/JAStark) (#1020)
    * [cookiecutter-tox-plugin](https://github.com/tox-dev/cookiecutter-tox-plugin) by [@obestwalter](https://github.com/obestwalter) (#1103)
    * [cookiecutter-django-dokku](https://github.com/mashrikt/cookiecutter-django-dokku) by [@mashrikt](https://github.com/mashrikt) (#1093)
* Wed Jan 02 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Add patch to build with new click cookiecutter-click7.patch
* Wed Feb 21 2018 sebix+novell.com@sebix.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 hpj@urpla.net
  - version 1.5.0: initial build

Files

/etc/alternatives/cookiecutter
/usr/bin/cookiecutter
/usr/bin/cookiecutter-3.6
/usr/lib/python3.6/site-packages/cookiecutter
/usr/lib/python3.6/site-packages/cookiecutter-1.7.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/cookiecutter-1.7.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/cookiecutter-1.7.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/cookiecutter-1.7.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/cookiecutter-1.7.0-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/cookiecutter-1.7.0-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/cookiecutter-1.7.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/cookiecutter-1.7.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/cookiecutter/__init__.py
/usr/lib/python3.6/site-packages/cookiecutter/__main__.py
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/cli.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/config.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/environment.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/extensions.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/find.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/generate.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/hooks.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/log.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/main.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/prompt.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/replay.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/repository.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/vcs.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/__pycache__/zipfile.cpython-36.pyc
/usr/lib/python3.6/site-packages/cookiecutter/cli.py
/usr/lib/python3.6/site-packages/cookiecutter/config.py
/usr/lib/python3.6/site-packages/cookiecutter/environment.py
/usr/lib/python3.6/site-packages/cookiecutter/exceptions.py
/usr/lib/python3.6/site-packages/cookiecutter/extensions.py
/usr/lib/python3.6/site-packages/cookiecutter/find.py
/usr/lib/python3.6/site-packages/cookiecutter/generate.py
/usr/lib/python3.6/site-packages/cookiecutter/hooks.py
/usr/lib/python3.6/site-packages/cookiecutter/log.py
/usr/lib/python3.6/site-packages/cookiecutter/main.py
/usr/lib/python3.6/site-packages/cookiecutter/prompt.py
/usr/lib/python3.6/site-packages/cookiecutter/replay.py
/usr/lib/python3.6/site-packages/cookiecutter/repository.py
/usr/lib/python3.6/site-packages/cookiecutter/utils.py
/usr/lib/python3.6/site-packages/cookiecutter/vcs.py
/usr/lib/python3.6/site-packages/cookiecutter/zipfile.py
/usr/share/licenses/cookiecutter
/usr/share/licenses/cookiecutter/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024