pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-modulegraph



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 15 10:45:12 UTC 2023

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

Log Message:
py-modulegraph: updated to 0.19.5

0.19.5
------
* Sigh.. Actually fix 2.7 support

0.19.4
------
* Fix broken python 2.7 support
* Initial support for Python 3.12
  The changes to support Python 3.12 are a bit rough,
  tests pass but I'm not 100% convinced the changes
  are correct.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-modulegraph/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-modulegraph/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-modulegraph/Makefile
diff -u pkgsrc/devel/py-modulegraph/Makefile:1.19 pkgsrc/devel/py-modulegraph/Makefile:1.20
--- pkgsrc/devel/py-modulegraph/Makefile:1.19   Mon Oct 31 08:12:17 2022
+++ pkgsrc/devel/py-modulegraph/Makefile        Thu Jun 15 10:45:12 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2022/10/31 08:12:17 adam Exp $
+# $NetBSD: Makefile,v 1.20 2023/06/15 10:45:12 adam Exp $
 
-DISTNAME=      modulegraph-0.19.3
+DISTNAME=      modulegraph-0.19.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/modulegraph/}

Index: pkgsrc/devel/py-modulegraph/distinfo
diff -u pkgsrc/devel/py-modulegraph/distinfo:1.13 pkgsrc/devel/py-modulegraph/distinfo:1.14
--- pkgsrc/devel/py-modulegraph/distinfo:1.13   Tue Oct 25 09:26:09 2022
+++ pkgsrc/devel/py-modulegraph/distinfo        Thu Jun 15 10:45:12 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/10/25 09:26:09 adam Exp $
+$NetBSD: distinfo,v 1.14 2023/06/15 10:45:12 adam Exp $
 
-BLAKE2s (modulegraph-0.19.3.tar.gz) = 9d14f9930d8a47577db7ec8a97fe9fee61cbe79af7bee6d9536e6ae5db98eed7
-SHA512 (modulegraph-0.19.3.tar.gz) = 066123d4cac43d209fa9557f996eacf1f187e58c2e08aa622091753cb6f4370518be3ebe26674641442f3e9bbc914b7b41cce82036aa58bf5c7187d6fad61990
-Size (modulegraph-0.19.3.tar.gz) = 86550 bytes
+BLAKE2s (modulegraph-0.19.5.tar.gz) = d06ecd5156384381c9719a98f3e724200fa8c77cb38f67ed11d0b573fae024e1
+SHA512 (modulegraph-0.19.5.tar.gz) = 875c1abfb8349d6377ea7b941181e6ddef8c29ae6f9a415fdcd635786b21fcb23967a8ce1202abe2dbe955fe3650b7d0b77ea193cf975b65141134332a9199d2
+Size (modulegraph-0.19.5.tar.gz) = 87015 bytes



Home | Main Index | Thread Index | Old Index