pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cad/py-PyRTL
Module Name: pkgsrc
Committed By: ryoon
Date: Sun Aug 30 16:04:16 UTC 2026
Modified Files:
pkgsrc/cad/py-PyRTL: Makefile distinfo
Log Message:
cad/py-PyRTL: Update to 1.0.3
Changelog:
[1.0.3] - 2026-08-04
Added
* name_scope is a context manager that prepends string prefixes to WireVector
and MemBlock names.
Changed
* sign_extended and zero_extended no longer generate slice (s) LogicNets.
* When concat is called with Const args, the constants are immediately
concatenated, returning a new Const.
* Improved render_trace's ASCII output.
Fixed
* Fixed an output_to_verilog bug where arithmetic expressions may truncate
due to inlining.
* Fixed several minor Windows compatibility issues around Unicode and
testing. Enabled continuous Windows testing via GitHub Actions.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/cad/py-PyRTL/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/cad/py-PyRTL/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cad/py-PyRTL/Makefile
diff -u pkgsrc/cad/py-PyRTL/Makefile:1.16 pkgsrc/cad/py-PyRTL/Makefile:1.17
--- pkgsrc/cad/py-PyRTL/Makefile:1.16 Sun Aug 2 06:57:40 2026
+++ pkgsrc/cad/py-PyRTL/Makefile Sun Aug 30 16:04:15 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2026/08/02 06:57:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2026/08/30 16:04:15 ryoon Exp $
DISTNAME= pyrtl-${PKGVERSION_NOREV}
-PKGNAME= ${PYPKGPREFIX}-PyRTL-1.0.2
+PKGNAME= ${PYPKGPREFIX}-PyRTL-1.0.3
CATEGORIES= cad python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyrtl/}
Index: pkgsrc/cad/py-PyRTL/distinfo
diff -u pkgsrc/cad/py-PyRTL/distinfo:1.15 pkgsrc/cad/py-PyRTL/distinfo:1.16
--- pkgsrc/cad/py-PyRTL/distinfo:1.15 Sun Aug 2 06:57:40 2026
+++ pkgsrc/cad/py-PyRTL/distinfo Sun Aug 30 16:04:15 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2026/08/02 06:57:40 ryoon Exp $
+$NetBSD: distinfo,v 1.16 2026/08/30 16:04:15 ryoon Exp $
-BLAKE2s (pyrtl-1.0.2.tar.gz) = 6d73a6eb2baca46b92a02c45b1b4d413ab13397b49153ee723efe6d13460d64d
-SHA512 (pyrtl-1.0.2.tar.gz) = b4e4cfec5c52247864f39ac1522e8517c2140c1abb309acb01fa69dc0c9b957022c66e93735a2074d9d24c0a668821f440a13559cc798d4ed78e2609e99a1357
-Size (pyrtl-1.0.2.tar.gz) = 648173 bytes
+BLAKE2s (pyrtl-1.0.3.tar.gz) = 973654484f5227543c7d406bd7d21bc944816d1da7a8c3ed54d3f1878b542bc0
+SHA512 (pyrtl-1.0.3.tar.gz) = 4f842941976dec5a27f0407a46abc979eacc5b49c38b7ed5a57717a5ad456f10676b8abf0bcf941fff73cf3b47d059c8dff7d08d88fc0edbee67a63e62a9faa5
+Size (pyrtl-1.0.3.tar.gz) = 793249 bytes
Home |
Main Index |
Thread Index |
Old Index