pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cogapp



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan  9 06:08:29 UTC 2026

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

Log Message:
py-cogapp: updated to 3.6.0

3.6.0 – September 21 2025

- Added a ``--check-fail-msg`` option for providing a message as part of the
  output of a ``--check`` failure.

- Added support for Python 3.14.

3.5.1 – June 10 2025

- Updated documentation to remove confusing terminology.

3.5.0 – June 5 2025

- Added a ``--diff`` option to show the diff of what changed to fail a
  ``--check`` run.

- Embedded code can change the current directory, cog will change back to the
  original directory when the code is done.

- Changed the checksum format to use shorter base64 encoding instead of hex,
  making checksums less visually distracting. The old hex format will still be
  accepted, but will be updated to the new format automatically when writing.

- Added ``--help`` option as an alias for ``-h``.

- Dropped support for Python 3.7 and 3.8, and added 3.13.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-cogapp/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-cogapp/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-cogapp/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-cogapp/Makefile
diff -u pkgsrc/devel/py-cogapp/Makefile:1.6 pkgsrc/devel/py-cogapp/Makefile:1.7
--- pkgsrc/devel/py-cogapp/Makefile:1.6 Sat Apr 12 09:50:45 2025
+++ pkgsrc/devel/py-cogapp/Makefile     Fri Jan  9 06:08:29 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2025/04/12 09:50:45 adam Exp $
+# $NetBSD: Makefile,v 1.7 2026/01/09 06:08:29 adam Exp $
 
-DISTNAME=      cogapp-3.4.1
+DISTNAME=      cogapp-3.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cogapp/}
 
@@ -11,7 +10,7 @@ HOMEPAGE=     http://nedbatchelder.com/code/
 COMMENT=       Code generator for executing Python snippets in source files
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=80:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-cogapp/PLIST
diff -u pkgsrc/devel/py-cogapp/PLIST:1.4 pkgsrc/devel/py-cogapp/PLIST:1.5
--- pkgsrc/devel/py-cogapp/PLIST:1.4    Sat Apr 12 09:50:45 2025
+++ pkgsrc/devel/py-cogapp/PLIST        Fri Jan  9 06:08:29 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/04/12 09:50:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/01/09 06:08:29 adam Exp $
 bin/cog-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -16,6 +16,9 @@ ${PYSITELIB}/cogapp/__main__.pyo
 ${PYSITELIB}/cogapp/cogapp.py
 ${PYSITELIB}/cogapp/cogapp.pyc
 ${PYSITELIB}/cogapp/cogapp.pyo
+${PYSITELIB}/cogapp/hashhandler.py
+${PYSITELIB}/cogapp/hashhandler.pyc
+${PYSITELIB}/cogapp/hashhandler.pyo
 ${PYSITELIB}/cogapp/makefiles.py
 ${PYSITELIB}/cogapp/makefiles.pyc
 ${PYSITELIB}/cogapp/makefiles.pyo

Index: pkgsrc/devel/py-cogapp/distinfo
diff -u pkgsrc/devel/py-cogapp/distinfo:1.5 pkgsrc/devel/py-cogapp/distinfo:1.6
--- pkgsrc/devel/py-cogapp/distinfo:1.5 Tue Jun 11 19:54:21 2024
+++ pkgsrc/devel/py-cogapp/distinfo     Fri Jan  9 06:08:29 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/06/11 19:54:21 adam Exp $
+$NetBSD: distinfo,v 1.6 2026/01/09 06:08:29 adam Exp $
 
-BLAKE2s (cogapp-3.4.1.tar.gz) = eefc2e6be69381bb677eed206efe68429b5492f62824306851c9b8c3ebda3a2b
-SHA512 (cogapp-3.4.1.tar.gz) = 7dda6720f3bfa2edca642a2082f8ad8aa4bbb6b13653e2c03d76726c88ddf433330a49d362b554f30ddab4468b9cfad6156167200b450258a697f93db1266586
-Size (cogapp-3.4.1.tar.gz) = 53776 bytes
+BLAKE2s (cogapp-3.6.0.tar.gz) = 963111dd9fc8a2a26415145a91e8ac6ba121e384cb0417c25af3dc628c0bcfc2
+SHA512 (cogapp-3.6.0.tar.gz) = 58e1fbe98ede16be7d99dc7613529f3354cdd1e6a8befdd2601956698fbeb62c269f5f3c69778ef59b6f307a673fccfd4d61d931550cfcf863e0c9d10bfb073c
+Size (cogapp-3.6.0.tar.gz) = 59742 bytes



Home | Main Index | Thread Index | Old Index