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:           Tue Jan 24 14:32:20 UTC 2023

Modified Files:
        pkgsrc/cad/py-PyRTL: Makefile distinfo
Removed Files:
        pkgsrc/cad/py-PyRTL/patches: patch-pyrtl_visualization.py

Log Message:
py-PyRTL: Update to 0.10.2

Changelog:
* Fix tox tests on Apple M1, aarch64.
* Fix another tox tests.
* Fix error message typo.
* Support newer graphviz to generate SVG.
* Fix constant propagation for synthesized blocks.
* Improve net_connections() function.
* Improve paths() function.
* Update documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/cad/py-PyRTL/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/cad/py-PyRTL/distinfo
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/cad/py-PyRTL/patches/patch-pyrtl_visualization.py

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.6 pkgsrc/cad/py-PyRTL/Makefile:1.7
--- pkgsrc/cad/py-PyRTL/Makefile:1.6    Thu May 19 15:59:04 2022
+++ pkgsrc/cad/py-PyRTL/Makefile        Tue Jan 24 14:32:20 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/05/19 15:59:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2023/01/24 14:32:20 ryoon Exp $
 
 DISTNAME=      pyrtl-${PKGVERSION_NOREV}
-PKGNAME=       ${PYPKGPREFIX}-PyRTL-0.10.1
-PKGREVISION=   2
+PKGNAME=       ${PYPKGPREFIX}-PyRTL-0.10.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.7 pkgsrc/cad/py-PyRTL/distinfo:1.8
--- pkgsrc/cad/py-PyRTL/distinfo:1.7    Sat May 21 15:01:00 2022
+++ pkgsrc/cad/py-PyRTL/distinfo        Tue Jan 24 14:32:20 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/05/21 15:01:00 ryoon Exp $
+$NetBSD: distinfo,v 1.8 2023/01/24 14:32:20 ryoon Exp $
 
-BLAKE2s (pyrtl-0.10.1.tar.gz) = 9cfd2f3c21ddb36d47607efe9d371201cb2405eab9ad0c83c14c6187337caf1c
-SHA512 (pyrtl-0.10.1.tar.gz) = 84a9c8da6e793d7740a38753ff8ae96b16e734e6024ce2df8b15df6e469ccedbd2a4f9019882d985c8842c73a4d7d4d2637d8ca071cfd9429ed27f3f07471b7f
-Size (pyrtl-0.10.1.tar.gz) = 199543 bytes
-SHA1 (patch-pyrtl_visualization.py) = dcadaf59dcef4a5bc4df681ac8e88897d38fc1ad
+BLAKE2s (pyrtl-0.10.2.tar.gz) = 938b41363b512bf6a9e03e5e8c1b10a58fa12bb48992bbc3cf36637c8bbb23b0
+SHA512 (pyrtl-0.10.2.tar.gz) = 1d5d11e90981a64e1e25cee215252809a67bd7bdf57586dec278c95bfbed6d79fbe4ff128e209e53f67e0fed1cdc2ab88845ac5f06ee44d12d496ca8819be00d
+Size (pyrtl-0.10.2.tar.gz) = 204595 bytes



Home | Main Index | Thread Index | Old Index