cookiecutter 2.6.0-1 source package in Ubuntu

Changelog

cookiecutter (2.6.0-1) unstable; urgency=medium

  * Team Upload.

  [ Alexandre Detiste ]
  * New upstream version 2.5.0 (Closes: #1040040, #1013279)
  * update watch file for new GitHub API
  * use new dh-sequence-python3
  * set Rules-Requires-Root: no
  * d/patches:
    * refresh 0001-Don-t-test-for-.DS_Store
    * remove 0002-Use-PyYAML-instead-of-poyo, merged upstream
    * redo 0003-Remove-all-privacy-breach-images-from-documentation
    * disable 0004-Fix-relative-path-that-come-from-Jinja2
  * build-dependencies:
    * remove python3-mock
    * remove python3-recommonmark
    * add python3-arrow
    * add python3-rich
    * add python3-sphinx-click
    * add python3-myst-parser
    * add python3-sphinx-autodoc-typehints
  * disable test_generate_file_does_not_translate_crlf_newlines_to_lf
  * mark python-cookiecutter-doc 'Multi-Arch: foreign'
  * bump Standards Version to 4.6.2, no further change needed

  [ Emmanuel Arias ]
  * d/salsa-ci.yml: Ensable salsa-ci.
  * d/patches/0004-Fix-relative-path-that-come-from-Jinja2.patch:
     Add Bug-Debian variable to the patch to follow DEP-3.

  [ Andreas Tille ]
  * Real team maintenance in DPT (with permission in
    https://lists.debian.org/debian-python/2024/02/msg00072.html)
  * Reorder sequence of d/control fields by cme (routine-update)
  * Testsuite: autopkgtest-pkg-python (routine-update)
  * Remove trailing whitespace in debian/changelog (routine-update)
  * Remove field Testsuite on binary packages cookiecutter,
    python-cookiecutter-doc that duplicates source.
  * Add upstream metadata
  * Build-Depends: python3-sphinxcontrib.apidoc

 -- Andreas Tille <email address hidden>  Wed, 28 Feb 2024 11:26:16 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cookiecutter_2.6.0-1.dsc 2.5 KiB ec8d96ccffa4ebfe69207f5cf0c0dee525ce95082868efbeed4b9c2f1fb42903
cookiecutter_2.6.0.orig.tar.gz 271.0 KiB da014a94d85c1b1be14be214662982c8c90d860834cbf9ddb2391a37ad7d08be
cookiecutter_2.6.0-1.debian.tar.xz 7.0 KiB 6730b7770dd8914052471041cef9a062005472c66f7b679672354f9fe23663e1

Available diffs

No changes file available.

Binary packages built by this source

cookiecutter: create projects from project templates

 Cookiecutter is command-line utility that creates projects from
 project templates, e.g. creating a Python package project from a
 Python package project template.
 .
 It can also be used as a Python module. It supports local and remote
 templates. The templating is done with Jinja2 and there is no
 limitation on the language used by the templated projects (Python,
 Ruby, Javascript, C, HTML, Postscript...).

python-cookiecutter-doc: create projects from project templates (documentation)

 Cookiecutter is command-line utility that creates projects from
 project templates, e.g. creating a Python package project from a
 Python package project template.
 .
 It can also be used as a Python module. It supports local and remote
 templates. The templating is done with Jinja2 and there is no
 limitation on the language used by the templated projects (Python,
 Ruby, Javascript, C, HTML, Postscript...).
 .
 This package contains the documentation.

python3-cookiecutter: create projects from project templates (Python 3 module)

 Cookiecutter is command-line utility that creates projects from
 project templates, e.g. creating a Python package project from a
 Python package project template.
 .
 It can also be used as a Python module. It supports local and remote
 templates. The templating is done with Jinja2 and there is no
 limitation on the language used by the templated projects (Python,
 Ruby, Javascript, C, HTML, Postscript...).
 .
 This package contains the Python 3 module.