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: Sat Aug 10 02:32:59 UTC 2024
Modified Files:
pkgsrc/cad/py-PyRTL: Makefile distinfo
Log Message:
cad/py-PyRTL: Update to 0.11.2
Changelog:
### Added
- Added an `initialize_registers` option to `output_to_verilog`
documentation
### Changed
- Improved handling of signed integers.
### Fixed
- Fixed a `wire_matrix` bug involving single-element matrices of `Inputs` or `Registers`.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/cad/py-PyRTL/Makefile
cvs rdiff -u -r1.9 -r1.10 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.8 pkgsrc/cad/py-PyRTL/Makefile:1.9
--- pkgsrc/cad/py-PyRTL/Makefile:1.8 Wed Jun 5 17:16:08 2024
+++ pkgsrc/cad/py-PyRTL/Makefile Sat Aug 10 02:32:59 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2024/06/05 17:16:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2024/08/10 02:32:59 ryoon Exp $
DISTNAME= pyrtl-${PKGVERSION_NOREV}
-PKGNAME= ${PYPKGPREFIX}-PyRTL-0.11.1
+PKGNAME= ${PYPKGPREFIX}-PyRTL-0.11.2
CATEGORIES= cad python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyrtl/}
Index: pkgsrc/cad/py-PyRTL/distinfo
diff -u pkgsrc/cad/py-PyRTL/distinfo:1.9 pkgsrc/cad/py-PyRTL/distinfo:1.10
--- pkgsrc/cad/py-PyRTL/distinfo:1.9 Wed Jun 5 17:16:08 2024
+++ pkgsrc/cad/py-PyRTL/distinfo Sat Aug 10 02:32:59 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/06/05 17:16:08 ryoon Exp $
+$NetBSD: distinfo,v 1.10 2024/08/10 02:32:59 ryoon Exp $
-BLAKE2s (pyrtl-0.11.1.tar.gz) = f2cacfddc83dd34bc3660bef9994920363a1aa86ebd231bce73d69c52af8baff
-SHA512 (pyrtl-0.11.1.tar.gz) = 3ba95214d613b3a29e5768cd9a27e5c9ffbd9e73f5ba1ed7caecbf8b50345091ac4e8e39b8e9c9975a9492aae1fac86411b32438efec777d0e4d4410336fd046
-Size (pyrtl-0.11.1.tar.gz) = 476955 bytes
+BLAKE2s (pyrtl-0.11.2.tar.gz) = b4d3d90f054c1ce149d61c0e628d74389661264c1dab3e596dc187f873467079
+SHA512 (pyrtl-0.11.2.tar.gz) = 0266305bdfe10a10fb7522600bb71a76df083db8697807b553247ccb437770faa9426255510af0404030b54e64d756aca425a249144c2e25412c23f6ab794303
+Size (pyrtl-0.11.2.tar.gz) = 484520 bytes
Home |
Main Index |
Thread Index |
Old Index