Path to this page:
Subject: CVS commit: pkgsrc/devel/py-cogapp
From: Yorick Hardy
Date: 2023-07-22 23:46:57
Message id: 20230722214657.A4FCBFBDB@cvs.NetBSD.org
Log Message:
devel/py-cogapp: update to py[0-9]*-cogapp-3.3.0
Version 3.3.0, November 19 2021
* Added the --check option to check whether files would change if
run again, for use in continuous integration scenarios.
Version 3.2.0, November 7 2021
* Added the -P option to use print() instead of cog.outl() for code
output.
Version 3.1.0, August 31 2021
* Fix a problem with Python 3.8.10 and 3.9.5 that require absolute
paths in sys.path (issue #16).
* Python 3.9 and 3.10 are supported.
Version 3.0.0, April 2 2019
* Dropped support for Pythons 2.6, 3.3, and 3.4.
* Errors occurring during content generation now print accurate
tracebacks, showing the correct filename, line number, and
source line.
* Cog can now (again?) be run as just “cog” on the command line.
* The -p PROLOGUE option was added to specify Python text to
prepend to embedded code. Thanks, Anders Hovmöller.
* Wildcards in command line arguments will be expanded by cog to
help on Windows. Thanks, Hugh Perkins.
* When using implicitly imported "cog", a new module is made for
each run. This is important when using the cog API multi-threaded.
Thanks, Daniel Murdin.
* Moved development to GitHub.
Files: