pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-cookiecutter



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar 12 05:35:35 UTC 2026

Modified Files:
        pkgsrc/devel/py-cookiecutter: Makefile PLIST distinfo

Log Message:
py-cookiecutter: updated to 2.7.1

2.7.1

cookiecutter -V now reports the real version. Rather than patch VERSION.txt,
this release removes it entirely. The version is now read from package metadata
at runtime, so pyproject.toml is the single source of truth and there's nothing
left to drift.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-cookiecutter/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-cookiecutter/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-cookiecutter/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-cookiecutter/Makefile
diff -u pkgsrc/devel/py-cookiecutter/Makefile:1.22 pkgsrc/devel/py-cookiecutter/Makefile:1.23
--- pkgsrc/devel/py-cookiecutter/Makefile:1.22  Thu Oct  9 07:57:30 2025
+++ pkgsrc/devel/py-cookiecutter/Makefile       Thu Mar 12 05:35:35 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2025/10/09 07:57:30 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2026/03/12 05:35:35 adam Exp $
 
-DISTNAME=      cookiecutter-2.6.0
+DISTNAME=      cookiecutter-2.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cookiecutter/}
 

Index: pkgsrc/devel/py-cookiecutter/PLIST
diff -u pkgsrc/devel/py-cookiecutter/PLIST:1.6 pkgsrc/devel/py-cookiecutter/PLIST:1.7
--- pkgsrc/devel/py-cookiecutter/PLIST:1.6      Sat Apr 12 09:54:04 2025
+++ pkgsrc/devel/py-cookiecutter/PLIST  Thu Mar 12 05:35:35 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/04/12 09:54:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/03/12 05:35:35 adam Exp $
 bin/cookiecutter-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -7,7 +7,6 @@ ${PYSITELIB}/${WHEEL_INFODIR}/entry_poin
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.md
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/cookiecutter/VERSION.txt
 ${PYSITELIB}/cookiecutter/__init__.py
 ${PYSITELIB}/cookiecutter/__init__.pyc
 ${PYSITELIB}/cookiecutter/__init__.pyo

Index: pkgsrc/devel/py-cookiecutter/distinfo
diff -u pkgsrc/devel/py-cookiecutter/distinfo:1.14 pkgsrc/devel/py-cookiecutter/distinfo:1.15
--- pkgsrc/devel/py-cookiecutter/distinfo:1.14  Thu Feb 22 08:43:55 2024
+++ pkgsrc/devel/py-cookiecutter/distinfo       Thu Mar 12 05:35:35 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/02/22 08:43:55 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/03/12 05:35:35 adam Exp $
 
-BLAKE2s (cookiecutter-2.6.0.tar.gz) = aa92f4fbbae43900c7f3485493922256e5e8d1f1a5cdb35431094dce2e7fffa8
-SHA512 (cookiecutter-2.6.0.tar.gz) = a42c44bd65eb43437b1427a6d68dc089ee9afb93917aca35ddc8db135cbfb6db2779f0f96b99cacb575eb01a97e400567254963978b927ad4ca012896bd0f78f
-Size (cookiecutter-2.6.0.tar.gz) = 158767 bytes
+BLAKE2s (cookiecutter-2.7.1.tar.gz) = 0a5dfa76e7e4e2274f98976fa1a06f751484ccad3db4440635940c179b844aad
+SHA512 (cookiecutter-2.7.1.tar.gz) = 69510fb03473bd772d936a32c2bca75c4c5c98dafcca1f0a991d4f8759ff804b43b5a53253cff7a838b80c6e253a6c03e991f4c567f5d50bfb103ef0ffeb4940
+Size (cookiecutter-2.7.1.tar.gz) = 142854 bytes



Home | Main Index | Thread Index | Old Index