pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-objgraph



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 22 13:13:47 UTC 2024

Modified Files:
        pkgsrc/graphics/py-objgraph: Makefile distinfo

Log Message:
py-objgraph: updated to 3.6.2

3.6.2 (2024-10-10)

- Add support for Python 3.13.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-objgraph/Makefile \
    pkgsrc/graphics/py-objgraph/distinfo

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

Modified files:

Index: pkgsrc/graphics/py-objgraph/Makefile
diff -u pkgsrc/graphics/py-objgraph/Makefile:1.7 pkgsrc/graphics/py-objgraph/Makefile:1.8
--- pkgsrc/graphics/py-objgraph/Makefile:1.7    Sat Mar 23 16:36:15 2024
+++ pkgsrc/graphics/py-objgraph/Makefile        Tue Oct 22 13:13:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/03/23 16:36:15 adam Exp $
+# $NetBSD: Makefile,v 1.8 2024/10/22 13:13:46 adam Exp $
 
-DISTNAME=      objgraph-3.6.1
+DISTNAME=      objgraph-3.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/objgraph/}
@@ -16,7 +16,8 @@ DEPENDS+=     ${PYPKGPREFIX}-graphviz-[0-9]*
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest tests.py
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-objgraph/distinfo
diff -u pkgsrc/graphics/py-objgraph/distinfo:1.7 pkgsrc/graphics/py-objgraph/distinfo:1.8
--- pkgsrc/graphics/py-objgraph/distinfo:1.7    Sat Mar 23 16:36:15 2024
+++ pkgsrc/graphics/py-objgraph/distinfo        Tue Oct 22 13:13:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/03/23 16:36:15 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/10/22 13:13:46 adam Exp $
 
-BLAKE2s (objgraph-3.6.1.tar.gz) = 40a2a61a725984a1697431c94d6b803500b0bb431a414a835ac37c5b31b36700
-SHA512 (objgraph-3.6.1.tar.gz) = 9a15340aedb31e849739ec0667fefb52f99a94244540a7e1c0387299ad5fbbde05521ea91b959bc96204c4a62f796183377c6031af9c6a67828a91939f15225a
-Size (objgraph-3.6.1.tar.gz) = 759513 bytes
+BLAKE2s (objgraph-3.6.2.tar.gz) = fc871e3ae09c454c02a9e666373f4d591c43f5d360decf518debb73ee525fe00
+SHA512 (objgraph-3.6.2.tar.gz) = 7a1edaddb6bc7c57d77d8631019c183a198bb570725b71ddc49ee54fc1be8f54471175957899794ff2c51a57fd68ee8b856ced661f7efc1023dd7f5b0f5b714f
+Size (objgraph-3.6.2.tar.gz) = 759524 bytes



Home | Main Index | Thread Index | Old Index