pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-guppy3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  6 08:02:06 UTC 2026

Modified Files:
        pkgsrc/devel/py-guppy3: Makefile distinfo

Log Message:
py-guppy3: update to 3.1.6.

I am happy to announce Guppy 3 3.1.6

This release adds support for Python 3.14, and support for Python 3.9
was dropped. Support for free-threaded mode is planned for a future
release.

This release also fixes a few bugs, including:

o Fix a segfault in hv_cli_inrel_classify caused by a GC race
o Fix relate of frame objects showing some attributes as exposed Python
  when they are not


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-guppy3/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-guppy3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-guppy3/Makefile
diff -u pkgsrc/devel/py-guppy3/Makefile:1.18 pkgsrc/devel/py-guppy3/Makefile:1.19
--- pkgsrc/devel/py-guppy3/Makefile:1.18        Thu Oct  9 11:36:37 2025
+++ pkgsrc/devel/py-guppy3/Makefile     Tue Jan  6 08:02:06 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2025/10/09 11:36:37 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2026/01/06 08:02:06 wiz Exp $
 
-DISTNAME=      guppy3-3.1.5
+DISTNAME=      guppy3-3.1.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/guppy3/}
 
@@ -14,8 +13,5 @@ LICENSE=      mit
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
 
-# https://github.com/zhuyifei1999/guppy3/issues/50
-PYTHON_VERSIONS_INCOMPATIBLE=  314
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-guppy3/distinfo
diff -u pkgsrc/devel/py-guppy3/distinfo:1.13 pkgsrc/devel/py-guppy3/distinfo:1.14
--- pkgsrc/devel/py-guppy3/distinfo:1.13        Mon Jan 13 23:34:20 2025
+++ pkgsrc/devel/py-guppy3/distinfo     Tue Jan  6 08:02:06 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/01/13 23:34:20 gutteridge Exp $
+$NetBSD: distinfo,v 1.14 2026/01/06 08:02:06 wiz Exp $
 
-BLAKE2s (guppy3-3.1.5.tar.gz) = e916c5d5277df570f90dfbca49a738d94dfa176871aa88f7985ceb8ed49555b2
-SHA512 (guppy3-3.1.5.tar.gz) = 1baf2be2b94c37a4021197c3627b3fb30b525b93fe016adefc872a984738832d2bdad8efc3174f7bc94b7a06b670d195bfd053c5dd1b48c5a60086ba9aeb2932
-Size (guppy3-3.1.5.tar.gz) = 334938 bytes
+BLAKE2s (guppy3-3.1.6.tar.gz) = af866f9a703a08266c05a5cff83427f4e4e0e1eeed660e6f466b35bb586ef059
+SHA512 (guppy3-3.1.6.tar.gz) = 3280cfbd9cb6ca8dc273055fc70f4369273155535e19ad39d8251f932bca1dd0c2f00f11886608ee68f0ea3fef79f2c924b88e3babe43f7fbb61aa937f313b10
+Size (guppy3-3.1.6.tar.gz) = 335447 bytes



Home | Main Index | Thread Index | Old Index