Received: by mail.netbsd.org (Postfix, from userid 605) id 120AB84E9D; Thu, 25 Aug 2022 20:19:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 39F2B84EBD for ; Thu, 25 Aug 2022 20:19:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hmyUa_fN14_f for ; Thu, 25 Aug 2022 20:19:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4F10684D00 for ; Thu, 25 Aug 2022 20:19:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4859CF9EB; Thu, 25 Aug 2022 20:19:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166145879738260" MIME-Version: 1.0 Date: Thu, 25 Aug 2022 20:19:57 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/devel/py-cookiecutter To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20220825201957.4859CF9EB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166145879738260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Thu Aug 25 20:19:57 UTC 2022 Modified Files: pkgsrc/devel/py-cookiecutter: Makefile distinfo Log Message: py-cookiecutter: Update to 2.1.1 Changes: [From HISTORY.md, a bit truncated to only mention most important changes] ## 2.1.1 (2022-06-01) ### Documentation updates * Fix local extensions documentation (#1686) @alkatar21 ### Bugfixes * Sanitize Mercurial branch information before checkout. (#1689) @ericof ## 2.1.0 (2022-05-30) ### Changes * Move contributors and backers to credits section (#1599) @doobrie * test_generate_file_verbose_template_syntax_error fixed (#1671) @MaciejPatro * Removed changes related to setuptools_scm (#1629) @ozer550 * Feature/local extensions (#1240) @mwesterhof ## 2.0.2 (2021-12-27) *Remark: This release never made it to official PyPI* * Fix Python version number in cookiecutter --version and test on Python 3.10 (#1621) @ozer550 * Removed changes related to setuptools_scm (#1629) @audreyfeldroy @ozer550 ## 2.0.1 (2021-12-11) *Remark: This release never made it to official PyPI* ### 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 ### Bugfixes * Add support for click 8.x (#1569) @cjolowicz * Force click<8.0.0 (#1562) @SharpEdgeMarshall * Remove direct dependency on markupsafe (#1549) @ssbarnea * fixes prompting private rendered dicts (#1504) @juhuebner * User's JSON parse error causes ugly Python exception #809 (#1468) @noone234 * config: set default on missing default_context key (#1516) @simobasso * Fixed: Values encoding on Windows (#1414) @agateau * Fixed: Fail with gitolite repositories (#1144) @javiersanp * MANIFEST: Fix file name extensions (#1387) @sebix To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-cookiecutter/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-cookiecutter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166145879738260 Content-Disposition: inline Content-Length: 2445 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-cookiecutter/Makefile diff -u pkgsrc/devel/py-cookiecutter/Makefile:1.11 pkgsrc/devel/py-cookiecutter/Makefile:1.12 --- pkgsrc/devel/py-cookiecutter/Makefile:1.11 Wed Jan 5 15:41:02 2022 +++ pkgsrc/devel/py-cookiecutter/Makefile Thu Aug 25 20:19:57 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2022/01/05 15:41:02 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2022/08/25 20:19:57 leot Exp $ -DISTNAME= cookiecutter-1.7.3 +DISTNAME= cookiecutter-2.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cookiecutter/} @@ -15,10 +14,9 @@ DEPENDS+= ${PYPKGPREFIX}-binaryornot>=0. DEPENDS+= ${PYPKGPREFIX}-click>=7.0:../../devel/py-click DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.7:../../textproc/py-jinja2 DEPENDS+= ${PYPKGPREFIX}-jinja2-time>=0.2.0:../../time/py-jinja2-time -DEPENDS+= ${PYPKGPREFIX}-poyo>=0.5.0:../../textproc/py-poyo DEPENDS+= ${PYPKGPREFIX}-requests>=2.23.0:../../devel/py-requests -DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-slugify>=4.0.0:../../devel/py-slugify +DEPENDS+= ${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock Index: pkgsrc/devel/py-cookiecutter/distinfo diff -u pkgsrc/devel/py-cookiecutter/distinfo:1.8 pkgsrc/devel/py-cookiecutter/distinfo:1.9 --- pkgsrc/devel/py-cookiecutter/distinfo:1.8 Tue Oct 26 10:18:20 2021 +++ pkgsrc/devel/py-cookiecutter/distinfo Thu Aug 25 20:19:57 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:18:20 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/08/25 20:19:57 leot Exp $ -BLAKE2s (cookiecutter-1.7.3.tar.gz) = 70745ccb80498414c5329a264e83745137fdcd4398d9de22b7d8ba10da915b5e -SHA512 (cookiecutter-1.7.3.tar.gz) = 231cff1fc51c8159918728a3ca3f21607c9fb236ebf55e2fe2d620345e14451b175e56c3714a7b4c5736cc5e93f47d732691e789184e4140a7889a9e2f9a89a8 -Size (cookiecutter-1.7.3.tar.gz) = 133496 bytes +BLAKE2s (cookiecutter-2.1.1.tar.gz) = 1611a8ed8e7a99793fefb498f6e34257f2d413fcd2a6187c0346bbc026a99b12 +SHA512 (cookiecutter-2.1.1.tar.gz) = 5e249dab7a71a4213f81b887912d9aae3747b16fce8ede2fb7c7efbd2802871d512540ddc676b9419bafe3b73f0aa5ad6b0b15b16d429f7081e101ad53564193 +Size (cookiecutter-2.1.1.tar.gz) = 146973 bytes --_----------=_166145879738260--