Tue Oct 29 22:38:27 2019 UTC ()
py-guppy3: update to 3.0.8

Change log:

   Version 3.0.8

2019-10-07  YiFei Zhu  <zhuyifei1999@gmail.com>

    * Nothing changed, just releasing 3.0.8

2019-10-03  YiFei Zhu  <zhuyifei1999@gmail.com>

    * RefPat.py: Add missing comma in string list [Ehsan Kia]

2019-10-02  YiFei Zhu  <zhuyifei1999@gmail.com>

    * Don't cache Interface attributes because of invalidation is too painful,
      and it barely makes a difference.

2019-09-26  YiFei Zhu  <zhuyifei1999@gmail.com>

    * Unreachable code cleanup
    * Use a temporary root object for traversal in initialization, to reduce
      its performance penalty

2019-09-25  YiFei Zhu  <zhuyifei1999@gmail.com>

    * Fix get_partition memoization
    * Create FastPartition for reusing the already-computed partition
      information after selecting from a single partition.
    * Fix segfault in Horizon deallocation

2019-09-22  YiFei Zhu  <zhuyifei1999@gmail.com>

    * Unreachable code cleanup
    * Python 3 fixes RE.py and RE_Rect.py


(gutteridge)
diff -r1.2 -r1.3 pkgsrc/devel/py-guppy3/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/py-guppy3/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/py-guppy3/PLIST

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-guppy3/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-guppy3/Makefile 2019/10/04 22:32:18 1.2
+++ pkgsrc/devel/py-guppy3/Makefile 2019/10/29 22:38:27 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2019/10/04 22:32:18 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.3 2019/10/29 22:38:27 gutteridge Exp $
2 2
3DISTNAME= guppy3-3.0.7 3DISTNAME= guppy3-3.0.8
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=g/guppy3/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=g/guppy3/}
7 7
8MAINTAINER= gutteridge@NetBSD.org 8MAINTAINER= gutteridge@NetBSD.org
9HOMEPAGE= https://github.com/zhuyifei1999/guppy3 9HOMEPAGE= https://github.com/zhuyifei1999/guppy3
10COMMENT= Python programming environment and heap analysis toolset 10COMMENT= Python programming environment and heap analysis toolset
11LICENSE= mit 11LICENSE= mit
12 12
13PYTHON_VERSIONS_INCOMPATIBLE= 27 13PYTHON_VERSIONS_INCOMPATIBLE= 27
14 14
15USE_LANGUAGES= c 15USE_LANGUAGES= c
16 16

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-guppy3/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-guppy3/distinfo 2019/10/04 22:32:18 1.2
+++ pkgsrc/devel/py-guppy3/distinfo 2019/10/29 22:38:27 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2019/10/04 22:32:18 gutteridge Exp $ 1$NetBSD: distinfo,v 1.3 2019/10/29 22:38:27 gutteridge Exp $
2 2
3SHA1 (guppy3-3.0.7.tar.gz) = 305cbc672e615bef0c240fece34be51942310126 3SHA1 (guppy3-3.0.8.tar.gz) = 348d34bd00345745a8e29c55e2f8758bec0e8407
4RMD160 (guppy3-3.0.7.tar.gz) = 5ba4568ef46b94970daf284f8e6f1c862f090d20 4RMD160 (guppy3-3.0.8.tar.gz) = fbd6b35f1a3ee2e61d28f85e40c45492c70f7b3e
5SHA512 (guppy3-3.0.7.tar.gz) = 66a6b3bec8a7b58dd16d49ca2b0487bf0cf806c12b38a405c77c29ec2d2650495f412ae6663b09682cbe85ab38b67e1fc7c59e548d2bd762a31eed4a185fc3a8 5SHA512 (guppy3-3.0.8.tar.gz) = 2909a58231619ab741f553a23782615f177ad2be2b59b3c72dd89e02d9a1f8a735ab086e9489cd9988d77558c296b69529edb4a0ee9ec1244aee33b619c07665
6Size (guppy3-3.0.7.tar.gz) = 334905 bytes 6Size (guppy3-3.0.8.tar.gz) = 329202 bytes

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-guppy3/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-guppy3/PLIST 2019/10/04 22:11:59 1.1
+++ pkgsrc/devel/py-guppy3/PLIST 2019/10/29 22:38:27 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.1 2019/10/04 22:11:59 gutteridge Exp $ 1@comment $NetBSD: PLIST,v 1.2 2019/10/29 22:38:27 gutteridge Exp $
2${PYSITELIB}/guppy/__init__.py 2${PYSITELIB}/guppy/__init__.py
3${PYSITELIB}/guppy/__init__.pyo 3${PYSITELIB}/guppy/__init__.pyo
4${PYSITELIB}/guppy/__init__.pyc 4${PYSITELIB}/guppy/__init__.pyc
5${PYSITELIB}/guppy/etc/Cat.py 5${PYSITELIB}/guppy/etc/Cat.py
6${PYSITELIB}/guppy/etc/Code.py 6${PYSITELIB}/guppy/etc/Code.py
7${PYSITELIB}/guppy/etc/Descriptor.py 7${PYSITELIB}/guppy/etc/Descriptor.py
8${PYSITELIB}/guppy/etc/FSA.py 8${PYSITELIB}/guppy/etc/FSA.py
9${PYSITELIB}/guppy/etc/Glue.py 9${PYSITELIB}/guppy/etc/Glue.py
10${PYSITELIB}/guppy/etc/Help.py 10${PYSITELIB}/guppy/etc/Help.py
11${PYSITELIB}/guppy/etc/IterPermute.py 11${PYSITELIB}/guppy/etc/IterPermute.py
12${PYSITELIB}/guppy/etc/KanExtension.py 12${PYSITELIB}/guppy/etc/KanExtension.py
13${PYSITELIB}/guppy/etc/KnuthBendix.py 13${PYSITELIB}/guppy/etc/KnuthBendix.py
14${PYSITELIB}/guppy/etc/RE.py 14${PYSITELIB}/guppy/etc/RE.py
@@ -88,48 +88,45 @@ ${PYSITELIB}/guppy/gsl/Latex.pyo @@ -88,48 +88,45 @@ ${PYSITELIB}/guppy/gsl/Latex.pyo
88${PYSITELIB}/guppy/gsl/Latex.pyc 88${PYSITELIB}/guppy/gsl/Latex.pyc
89${PYSITELIB}/guppy/gsl/Main.pyo 89${PYSITELIB}/guppy/gsl/Main.pyo
90${PYSITELIB}/guppy/gsl/Main.pyc 90${PYSITELIB}/guppy/gsl/Main.pyc
91${PYSITELIB}/guppy/gsl/SpecNodes.pyo 91${PYSITELIB}/guppy/gsl/SpecNodes.pyo
92${PYSITELIB}/guppy/gsl/SpecNodes.pyc 92${PYSITELIB}/guppy/gsl/SpecNodes.pyc
93${PYSITELIB}/guppy/gsl/Tester.pyo 93${PYSITELIB}/guppy/gsl/Tester.pyo
94${PYSITELIB}/guppy/gsl/Tester.pyc 94${PYSITELIB}/guppy/gsl/Tester.pyc
95${PYSITELIB}/guppy/gsl/Text.pyo 95${PYSITELIB}/guppy/gsl/Text.pyo
96${PYSITELIB}/guppy/gsl/Text.pyc 96${PYSITELIB}/guppy/gsl/Text.pyc
97${PYSITELIB}/guppy/gsl/XHTML.pyo 97${PYSITELIB}/guppy/gsl/XHTML.pyo
98${PYSITELIB}/guppy/gsl/XHTML.pyc 98${PYSITELIB}/guppy/gsl/XHTML.pyc
99${PYSITELIB}/guppy/gsl/__init__.pyo 99${PYSITELIB}/guppy/gsl/__init__.pyo
100${PYSITELIB}/guppy/gsl/__init__.pyc 100${PYSITELIB}/guppy/gsl/__init__.pyc
101${PYSITELIB}/guppy/heapy/AbstractAlgebra.py 
102${PYSITELIB}/guppy/heapy/Classifiers.py 101${PYSITELIB}/guppy/heapy/Classifiers.py
103${PYSITELIB}/guppy/heapy/Console.py 102${PYSITELIB}/guppy/heapy/Console.py
104${PYSITELIB}/guppy/heapy/Doc.py 103${PYSITELIB}/guppy/heapy/Doc.py
105${PYSITELIB}/guppy/heapy/ImpSet.py 104${PYSITELIB}/guppy/heapy/ImpSet.py
106${PYSITELIB}/guppy/heapy/Monitor.py 105${PYSITELIB}/guppy/heapy/Monitor.py
107${PYSITELIB}/guppy/heapy/OutputHandling.py 106${PYSITELIB}/guppy/heapy/OutputHandling.py
108${PYSITELIB}/guppy/heapy/Part.py 107${PYSITELIB}/guppy/heapy/Part.py
109${PYSITELIB}/guppy/heapy/Path.py 108${PYSITELIB}/guppy/heapy/Path.py
110${PYSITELIB}/guppy/heapy/Prof.py 109${PYSITELIB}/guppy/heapy/Prof.py
111${PYSITELIB}/guppy/heapy/RM.py 110${PYSITELIB}/guppy/heapy/RM.py
112${PYSITELIB}/guppy/heapy/RefPat.py 111${PYSITELIB}/guppy/heapy/RefPat.py
113${PYSITELIB}/guppy/heapy/Remote.py 112${PYSITELIB}/guppy/heapy/Remote.py
114${PYSITELIB}/guppy/heapy/RemoteConstants.py 113${PYSITELIB}/guppy/heapy/RemoteConstants.py
115${PYSITELIB}/guppy/heapy/Spec.py 114${PYSITELIB}/guppy/heapy/Spec.py
116${PYSITELIB}/guppy/heapy/Target.py 115${PYSITELIB}/guppy/heapy/Target.py
117${PYSITELIB}/guppy/heapy/UniSet.py 116${PYSITELIB}/guppy/heapy/UniSet.py
118${PYSITELIB}/guppy/heapy/Use.py 117${PYSITELIB}/guppy/heapy/Use.py
119${PYSITELIB}/guppy/heapy/View.py 118${PYSITELIB}/guppy/heapy/View.py
120${PYSITELIB}/guppy/heapy/__init__.py 119${PYSITELIB}/guppy/heapy/__init__.py
121${PYSITELIB}/guppy/heapy/AbstractAlgebra.pyo 
122${PYSITELIB}/guppy/heapy/AbstractAlgebra.pyc 
123${PYSITELIB}/guppy/heapy/Classifiers.pyo 120${PYSITELIB}/guppy/heapy/Classifiers.pyo
124${PYSITELIB}/guppy/heapy/Classifiers.pyc 121${PYSITELIB}/guppy/heapy/Classifiers.pyc
125${PYSITELIB}/guppy/heapy/Console.pyo 122${PYSITELIB}/guppy/heapy/Console.pyo
126${PYSITELIB}/guppy/heapy/Console.pyc 123${PYSITELIB}/guppy/heapy/Console.pyc
127${PYSITELIB}/guppy/heapy/Doc.pyo 124${PYSITELIB}/guppy/heapy/Doc.pyo
128${PYSITELIB}/guppy/heapy/Doc.pyc 125${PYSITELIB}/guppy/heapy/Doc.pyc
129${PYSITELIB}/guppy/heapy/ImpSet.pyo 126${PYSITELIB}/guppy/heapy/ImpSet.pyo
130${PYSITELIB}/guppy/heapy/ImpSet.pyc 127${PYSITELIB}/guppy/heapy/ImpSet.pyc
131${PYSITELIB}/guppy/heapy/Monitor.pyo 128${PYSITELIB}/guppy/heapy/Monitor.pyo
132${PYSITELIB}/guppy/heapy/Monitor.pyc 129${PYSITELIB}/guppy/heapy/Monitor.pyc
133${PYSITELIB}/guppy/heapy/OutputHandling.pyo 130${PYSITELIB}/guppy/heapy/OutputHandling.pyo
134${PYSITELIB}/guppy/heapy/OutputHandling.pyc 131${PYSITELIB}/guppy/heapy/OutputHandling.pyc
135${PYSITELIB}/guppy/heapy/Part.pyo 132${PYSITELIB}/guppy/heapy/Part.pyo