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:           Tue Feb  4 14:17:13 UTC 2025

Modified Files:
        pkgsrc/lang/py-hy: Makefile distinfo

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`.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/py-hy/Makefile
cvs rdiff -u -r1.11 -r1.12 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.17 pkgsrc/lang/py-hy/Makefile:1.18
--- pkgsrc/lang/py-hy/Makefile:1.17     Mon Nov 11 07:28:37 2024
+++ pkgsrc/lang/py-hy/Makefile  Tue Feb  4 14:17:13 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/11/11 07:28:37 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/02/04 14:17:13 adam Exp $
 
-DISTNAME=      hy-0.29.0
+DISTNAME=      hy-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hy/}

Index: pkgsrc/lang/py-hy/distinfo
diff -u pkgsrc/lang/py-hy/distinfo:1.11 pkgsrc/lang/py-hy/distinfo:1.12
--- pkgsrc/lang/py-hy/distinfo:1.11     Mon Jun 10 05:56:53 2024
+++ pkgsrc/lang/py-hy/distinfo  Tue Feb  4 14:17:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/06/10 05:56:53 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/02/04 14:17:13 adam Exp $
 
-BLAKE2s (hy-0.29.0.tar.gz) = 1e04921ef43add12cb4eee5eed23d7cce4c5c13ed23286308b4e3e3c79366f5d
-SHA512 (hy-0.29.0.tar.gz) = 2bf038d887dec0ba1d68d59e97ef3be8f1f2d5464cfc41d2b05d65b8a7b3463a5ca76b41c9070247053ccdb9a9b073e559d35c3ba5fe9f310abc5a8d5861d615
-Size (hy-0.29.0.tar.gz) = 105921 bytes
+BLAKE2s (hy-1.0.0.tar.gz) = f61eca26cb14a84c0067e4f1035f3a44771c8cb8a9b91c457b2a0286a7cf8ec3
+SHA512 (hy-1.0.0.tar.gz) = b3194ffecf79ebf571a92636a632eca56e967f281e4623bf9a2b1edbdf8770878d3484f8a6fdff4a740f870ce5b4c33d2eee57f436a92a4defac37d3b4ccb4df
+Size (hy-1.0.0.tar.gz) = 121792 bytes



Home | Main Index | Thread Index | Old Index