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:           Wed Jul  5 12:02:37 UTC 2023

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

Log Message:
py-objgraph: updated to 3.6.0

3.6.0 (2023-06-16)
------------------
- Add support for Python 3.9, 3.10, and 3.11.
- Drop support for Python 2.7 and 3.6.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/graphics/py-objgraph/Makefile:1.6
--- pkgsrc/graphics/py-objgraph/Makefile:1.5    Tue Jan  4 20:54:06 2022
+++ pkgsrc/graphics/py-objgraph/Makefile        Wed Jul  5 12:02:37 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:06 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/07/05 12:02:37 adam Exp $
 
-DISTNAME=      objgraph-3.5.0
+DISTNAME=      objgraph-3.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/objgraph/}
 
@@ -15,7 +14,7 @@ DEPENDS+=     ${PYPKGPREFIX}-graphviz-[0-9]*
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-graphviz
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-objgraph/distinfo
diff -u pkgsrc/graphics/py-objgraph/distinfo:1.5 pkgsrc/graphics/py-objgraph/distinfo:1.6
--- pkgsrc/graphics/py-objgraph/distinfo:1.5    Tue Oct 26 10:46:47 2021
+++ pkgsrc/graphics/py-objgraph/distinfo        Wed Jul  5 12:02:37 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:46:47 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/07/05 12:02:37 adam Exp $
 
-BLAKE2s (objgraph-3.5.0.tar.gz) = a65903cc1306fa70189e6d704d77d8ff8cde099447a89ca4f4b6552d7484d2be
-SHA512 (objgraph-3.5.0.tar.gz) = da29202871bad06f2caa9cc297e7bf9a15af4c89e23baf9c271764e0ce93ff9557cd5c21d0bf39b425713460dbe2dbc8468d70c6bfcc1c3ff8b1b4d4a7923858
-Size (objgraph-3.5.0.tar.gz) = 638591 bytes
+BLAKE2s (objgraph-3.6.0.tar.gz) = f6c7b38e885f5a1c502ade4d3d031e5ae6feae8196a4eb458a8e86ea46e12335
+SHA512 (objgraph-3.6.0.tar.gz) = 76491f01ede1cb7d2023d2ad295bc089ad2f2870350801ce096e9be12e9332da1cbdf2203c47ae16785d47b7238913c37802d4236d6dfcda5fdc186b0372cee0
+Size (objgraph-3.6.0.tar.gz) = 759495 bytes



Home | Main Index | Thread Index | Old Index