Path to this page:
Subject: CVS commit: pkgsrc/lang/py-hy
From: Adam Ciarcinski
Date: 2025-02-04 15:17:13
Message id: 20250204141713.94327FBE0@cvs.NetBSD.org
Log Message:
py-hy: updated to 1.0.0
1.0.0 ("Afternoon Review", released 2024-09-22)
Supports Python 3.8 – Python 3.13
See also the announcement post for this release (to be linked).
Bug Fixes
* Fixed a crash on Python 3.12.6.
* Keyword objects can now be compared to each other with `<` etc.
* The order of evaluation in multi-item `with`\s now matches that of
nested one-item `with`\s.
* Fixed a bug in which the REPL misinterpreted the symbol `pass`.
Files: