pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/py-hy
Module Name: pkgsrc
Committed By: adam
Date: Wed Jan 14 18:51:59 UTC 2026
Modified Files:
pkgsrc/lang/py-hy: Makefile PLIST distinfo
Log Message:
py-hy: updated to 1.2.0
1.2.0 ("Crackers and Snacks", released 2026-01-14)
Supports Python 3.9 – Python 3.14
New Features
* `setv` now supports chained assignment with `:chain`.
* Several functions in the standard `inspect` module have been
monkey-patched to work better with Hy code: `findsource`,
`getcomments`, `getfile`, `getsource`, `getsourcelines`.
* As a result, the `ll` command in `pdb` should now show a more
useful result in more cases.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/py-hy/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/py-hy/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/py-hy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/py-hy/Makefile
diff -u pkgsrc/lang/py-hy/Makefile:1.20 pkgsrc/lang/py-hy/Makefile:1.21
--- pkgsrc/lang/py-hy/Makefile:1.20 Wed Sep 3 11:31:06 2025
+++ pkgsrc/lang/py-hy/Makefile Wed Jan 14 18:51:59 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2025/09/03 11:31:06 adam Exp $
+# $NetBSD: Makefile,v 1.21 2026/01/14 18:51:59 adam Exp $
-DISTNAME= hy-1.1.0
+DISTNAME= hy-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hy/}
Index: pkgsrc/lang/py-hy/PLIST
diff -u pkgsrc/lang/py-hy/PLIST:1.8 pkgsrc/lang/py-hy/PLIST:1.9
--- pkgsrc/lang/py-hy/PLIST:1.8 Mon Apr 14 10:04:42 2025
+++ pkgsrc/lang/py-hy/PLIST Wed Jan 14 18:51:59 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2025/04/14 10:04:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2026/01/14 18:51:59 adam Exp $
bin/hy-${PYVERSSUFFIX}
bin/hy2py-${PYVERSSUFFIX}
bin/hyc-${PYVERSSUFFIX}
@@ -42,6 +42,9 @@ ${PYSITELIB}/hy/core/util.pyc
${PYSITELIB}/hy/errors.py
${PYSITELIB}/hy/errors.pyc
${PYSITELIB}/hy/errors.pyo
+${PYSITELIB}/hy/hy_inspect.py
+${PYSITELIB}/hy/hy_inspect.pyc
+${PYSITELIB}/hy/hy_inspect.pyo
${PYSITELIB}/hy/importer.py
${PYSITELIB}/hy/importer.pyc
${PYSITELIB}/hy/importer.pyo
Index: pkgsrc/lang/py-hy/distinfo
diff -u pkgsrc/lang/py-hy/distinfo:1.13 pkgsrc/lang/py-hy/distinfo:1.14
--- pkgsrc/lang/py-hy/distinfo:1.13 Wed Sep 3 11:31:06 2025
+++ pkgsrc/lang/py-hy/distinfo Wed Jan 14 18:51:59 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/09/03 11:31:06 adam Exp $
+$NetBSD: distinfo,v 1.14 2026/01/14 18:51:59 adam Exp $
-BLAKE2s (hy-1.1.0.tar.gz) = 6c296f0b84c41c4d565964f4ac46ed620cca7c988457882096ec30c29a02a518
-SHA512 (hy-1.1.0.tar.gz) = 039e49db3eedaf016a1b9b1d9a5ca1bf2a72b9483bfd9a4337e21352e310b637f9fd30e7bbcf824ff45d0a623580d2db99b4b8ebe7559cb42266a10fa316cbe1
-Size (hy-1.1.0.tar.gz) = 120402 bytes
+BLAKE2s (hy-1.2.0.tar.gz) = 73b8ac5609f076bb040587ad0e6e9694ff171fdd6a7bf3dbd16d21266c426f91
+SHA512 (hy-1.2.0.tar.gz) = 32ced8014ec6b15d63687584b503bd277e604046b4e9772b5c7c31bba057e747ba7a606d2154d1dc38e86ae7225b00003da30f3c6b53ef587a227a07b2e23163
+Size (hy-1.2.0.tar.gz) = 124575 bytes
Home |
Main Index |
Thread Index |
Old Index